bigint-crypto-utils/node_modules/command-line-args/package.json

88 lines
2.6 KiB
JSON
Raw Normal View History

{
"_from": "command-line-args@^5.0.0",
"_id": "command-line-args@5.1.1",
"_inBundle": false,
"_integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==",
"_location": "/command-line-args",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "command-line-args@^5.0.0",
"name": "command-line-args",
"escapedName": "command-line-args",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/command-line-tool"
],
"_resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz",
"_shasum": "88e793e5bb3ceb30754a86863f0401ac92fd369a",
"_spec": "command-line-args@^5.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/command-line-tool",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/command-line-args/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-back": "^3.0.1",
"find-replace": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"typical": "^4.0.0"
},
"deprecated": false,
"description": "A mature, feature-complete library to parse command-line options.",
"devDependencies": {
"coveralls": "^3.0.3",
"jsdoc-to-markdown": "^4.0.1",
"rollup": "^1.7.4",
"test-runner": "^0.5.1"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.mjs",
"lib",
"dist/index.js",
"dist/index.mjs"
],
"homepage": "https://github.com/75lb/command-line-args#readme",
"keywords": [
"argv",
"parse",
"argument",
"args",
"option",
"options",
"parser",
"parsing",
"cli",
"command",
"line"
],
"license": "MIT",
"main": "dist/index.js",
"name": "command-line-args",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/command-line-args.git"
},
"scripts": {
"cover": "nyc --reporter=text-lcov test-runner test/*.js test/internals/*.js | coveralls",
"dist": "rollup index.mjs -f cjs -e 'lodash.camelcase' -o dist/index.js && rollup index.mjs -f esm -e 'lodash.camelcase' -o dist/index.mjs",
"docs": "jsdoc2md -c jsdoc.conf index.mjs > doc/API.md && jsdoc2md -c jsdoc.conf lib/option-definition.mjs > doc/option-definition.md",
"test": "npm run test:js && npm run test:mjs",
"test:js": "rollup test/tests.mjs -f cjs -e 'test-runner,assert,lodash.camelcase' -o dist/tests.js && node dist/tests.js",
"test:mjs": "node --experimental-modules test/tests.mjs",
"travis-test": "node dist/tests.js"
},
"version": "5.1.1"
}