heroku-debug
Version:
debugging plugin for the CLI
155 lines (154 loc) • 3.69 kB
JSON
{
"_args": [
[
{
"raw": "yargs@5.0.0",
"scope": null,
"escapedName": "yargs",
"name": "yargs",
"rawSpec": "5.0.0",
"spec": "5.0.0",
"type": "version"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register"
]
],
"_from": "yargs@5.0.0",
"_id": "yargs@5.0.0",
"_inCache": true,
"_installable": true,
"_location": "/yargs",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/yargs-5.0.0.tgz_1471390523096_0.04234337690286338"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {
"code-point-at": "1.0.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"raw": "yargs@5.0.0",
"scope": null,
"escapedName": "yargs",
"name": "yargs",
"rawSpec": "5.0.0",
"spec": "5.0.0",
"type": "version"
},
"_requiredBy": [
"/npm-register"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-5.0.0.tgz",
"_shasum": "3355144977d05757dbb86d6e38ec056123b3a66e",
"_shrinkwrap": null,
"_spec": "yargs@5.0.0",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"dependencies": {
"cliui": "^3.2.0",
"decamelize": "^1.1.1",
"get-caller-file": "^1.0.1",
"lodash.assign": "^4.2.0",
"os-locale": "^1.4.0",
"read-pkg-up": "^1.0.1",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"window-size": "^0.2.0",
"y18n": "^3.2.1",
"yargs-parser": "^3.2.0"
},
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.3",
"coveralls": "^2.11.11",
"cpr": "^1.0.0",
"cross-spawn": "^4.0.0",
"es6-promise": "^3.0.2",
"hashish": "0.0.4",
"mocha": "^3.0.1",
"nyc": "^8.1.0",
"rimraf": "^2.5.0",
"standard": "^7.0.0",
"standard-version": "^2.2.1",
"which": "^1.2.9"
},
"directories": {},
"dist": {
"shasum": "3355144977d05757dbb86d6e38ec056123b3a66e",
"tarball": "https://registry.npmjs.org/yargs/-/yargs-5.0.0.tgz"
},
"engine": {
"node": ">=0.10"
},
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"LICENSE"
],
"gitHead": "985b1ba1201f06d80e57af2f2e0c57221230458f",
"homepage": "http://yargs.js.org/",
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "chevex",
"email": "alex.ford@codetunnel.com"
},
{
"name": "nexdrew",
"email": "andrew@npmjs.com"
},
{
"name": "nylen",
"email": "jnylen@gmail.com"
}
],
"name": "yargs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks",
"version": "standard-version"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "5.0.0"
}