2018-05-16 10:10:23 +02:00
|
|
|
{
|
2018-05-16 10:24:31 +02:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"command-line-args@5.0.2",
|
|
|
|
"/opt/services/PiAlive"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "command-line-args@5.0.2",
|
2018-05-16 10:10:23 +02:00
|
|
|
"_id": "command-line-args@5.0.2",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-/qPcbL8zpqg53x4rAaqMFlRV4opN3pbla7I7k9x8kyOBMQoGT6WltjN6sXZuxOXw6DgdK7Ad+ijYS5gjcr7vlA==",
|
|
|
|
"_location": "/command-line-args",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
2018-05-16 10:24:31 +02:00
|
|
|
"type": "version",
|
2018-05-16 10:10:23 +02:00
|
|
|
"registry": true,
|
2018-05-16 10:24:31 +02:00
|
|
|
"raw": "command-line-args@5.0.2",
|
2018-05-16 10:10:23 +02:00
|
|
|
"name": "command-line-args",
|
|
|
|
"escapedName": "command-line-args",
|
2018-05-16 10:24:31 +02:00
|
|
|
"rawSpec": "5.0.2",
|
2018-05-16 10:10:23 +02:00
|
|
|
"saveSpec": null,
|
2018-05-16 10:24:31 +02:00
|
|
|
"fetchSpec": "5.0.2"
|
2018-05-16 10:10:23 +02:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.0.2.tgz",
|
2018-05-16 10:24:31 +02:00
|
|
|
"_spec": "5.0.2",
|
|
|
|
"_where": "/opt/services/PiAlive",
|
2018-05-16 10:10:23 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Lloyd Brookes",
|
|
|
|
"email": "75pound@gmail.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/75lb/command-line-args/issues"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|