78 lines
2.1 KiB
JSON
Raw Normal View History

2018-05-16 10:10:23 +02:00
{
"_from": "command-line-args",
"_id": "command-line-args@5.0.2",
"_inBundle": false,
"_integrity": "sha512-/qPcbL8zpqg53x4rAaqMFlRV4opN3pbla7I7k9x8kyOBMQoGT6WltjN6sXZuxOXw6DgdK7Ad+ijYS5gjcr7vlA==",
"_location": "/command-line-args",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "command-line-args",
"name": "command-line-args",
"escapedName": "command-line-args",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.0.2.tgz",
"_shasum": "c4e56b016636af1323cf485aa25c3cb203dfbbe4",
"_spec": "command-line-args",
"_where": "/home/wn/workspace-node/PiAlive",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/command-line-args/issues"
},
"bundleDependencies": false,
"dependencies": {
"argv-tools": "^0.1.1",
"array-back": "^2.0.0",
"find-replace": "^2.0.1",
"lodash.camelcase": "^4.3.0",
"typical": "^2.6.1"
},
"deprecated": false,
"description": "A mature, feature-complete library to parse command-line options.",
"devDependencies": {
"coveralls": "^3.0.0",
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "^0.5.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/75lb/command-line-args#readme",
"keywords": [
"argv",
"parse",
"argument",
"args",
"option",
"options",
"parser",
"parsing",
"cli",
"command",
"line"
],
"license": "MIT",
"name": "command-line-args",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/command-line-args.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js test/internals/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls #&& rm -rf coverage; echo",
"docs": "jsdoc2md index.js > doc/API.md && jsdoc2md lib/option-definition.js > doc/option-definition.md",
"test": "test-runner test/*.js test/internals/*.js"
},
"version": "5.0.2"
}