You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.6 KiB

6 years ago
{
"_args": [
[
"yargs-parser@^4.2.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/localtunnel/node_modules/yargs"
]
],
"_from": "yargs-parser@>=4.2.0 <5.0.0",
"_id": "yargs-parser@4.2.1",
"_inCache": true,
"_installable": true,
"_location": "/yargs-parser",
"_nodeVersion": "7.1.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/yargs-parser-4.2.1.tgz_1483386157947_0.938966978341341"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"name": "yargs-parser",
"raw": "yargs-parser@^4.2.0",
"rawSpec": "^4.2.0",
"scope": null,
"spec": ">=4.2.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/localtunnel/yargs",
"/yargs"
],
"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
"_shasum": "29cceac0dc4f03c6c87b4a9f217dd18c9f74871c",
"_shrinkwrap": null,
"_spec": "yargs-parser@^4.2.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/localtunnel/node_modules/yargs",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/yargs/yargs-parser/issues"
},
"dependencies": {
"camelcase": "^3.0.0"
},
"description": "the mighty option parser used by yargs",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"mocha": "^3.0.1",
"nyc": "^10.0.0",
"standard": "^8.0.0",
"standard-version": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "29cceac0dc4f03c6c87b4a9f217dd18c9f74871c",
"tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz"
},
"files": [
"lib",
"index.js"
],
"gitHead": "924b014ac25ecbaa2a01f40c2100512a68bdba1d",
"homepage": "https://github.com/yargs/yargs-parser#readme",
"keywords": [
"argument",
"parser",
"yargs",
"command",
"cli",
"parsing",
"option",
"args",
"argument"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"email": "ben@npmjs.com",
"name": "bcoe"
},
{
"email": "andrew@npmjs.com",
"name": "nexdrew"
}
],
"name": "yargs-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+ssh://git@github.com/yargs/yargs-parser.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"release": "standard-version",
"test": "nyc mocha test/*.js"
},
"version": "4.2.1"
}