File: //proc/self/root/opt/bitninja-dispatcher/node_modules/cowsay/package.json
{
"_args": [
[
"cowsay@1.5.0",
"/home/jenkins/workspace/BitNinja_Dispatcher_master"
]
],
"_from": "cowsay@1.5.0",
"_id": "cowsay@1.5.0",
"_inBundle": false,
"_integrity": "sha512-8Ipzr54Z8zROr/62C8f0PdhQcDusS05gKTS87xxdji8VbWefWly0k8BwGK7+VqamOrkv3eGsCkPtvlHzrhWsCA==",
"_location": "/cowsay",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cowsay@1.5.0",
"name": "cowsay",
"escapedName": "cowsay",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/ebg13"
],
"_resolved": "https://registry.npmjs.org/cowsay/-/cowsay-1.5.0.tgz",
"_spec": "1.5.0",
"_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master",
"author": {
"name": "Fabio Crisci",
"email": "piuccio@gmail.com",
"url": "https://github.com/piuccio/"
},
"bin": {
"cowsay": "cli.js",
"cowthink": "cli.js"
},
"browser": "./build/cowsay.umd.js",
"bugs": {
"url": "https://github.com/piuccio/cowsay/issues"
},
"dependencies": {
"get-stdin": "8.0.0",
"string-width": "~2.1.1",
"strip-final-newline": "2.0.0",
"yargs": "15.4.1"
},
"description": "cowsay is a configurable talking cow",
"devDependencies": {
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-node-resolve": "9.0.0",
"execa": "5.0.0",
"rollup": "2.26.5",
"rollup-plugin-string": "3.0.0",
"tap-dot": "2.0.0",
"tape": "5.0.1"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js",
"index.d.ts",
"cli.js",
"build/",
"cows/",
"lib/"
],
"homepage": "https://github.com/piuccio/cowsay",
"keywords": [
"cow",
"cowsay",
"cowthink",
"figlet",
"talking",
"ASCII"
],
"license": "MIT",
"main": "./index",
"module": "./build/cowsay.es.js",
"name": "cowsay",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/piuccio/cowsay.git"
},
"scripts": {
"prepare": "rollup -c",
"test": "tape test/**/*.js | tap-dot"
},
"types": "./index.d.ts",
"version": "1.5.0"
}