dijkstra-backend-cloudron/node_modules/getopts/package.json

71 lines
1.7 KiB
JSON

{
"_args": [
[
"getopts@2.2.5",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_from": "getopts@2.2.5",
"_id": "getopts@2.2.5",
"_inBundle": false,
"_integrity": "sha512-9jb7AW5p3in+IiJWhQiZmmwkpLaR/ccTWdWQCtZM66HJcHHLegowh4q4tSD7gouUyeNvFWRavfK9GXosQHDpFA==",
"_location": "/getopts",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "getopts@2.2.5",
"name": "getopts",
"escapedName": "getopts",
"rawSpec": "2.2.5",
"saveSpec": null,
"fetchSpec": "2.2.5"
},
"_requiredBy": [
"/knex"
],
"_resolved": "https://registry.npmjs.org/getopts/-/getopts-2.2.5.tgz",
"_spec": "2.2.5",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Jorge Bucaran"
},
"bugs": {
"url": "https://github.com/jorgebucaran/getopts/issues"
},
"description": "Parse CLI options, better.",
"devDependencies": {
"nyc": "^14.1.1",
"testmatrix": "^0.1.2",
"typescript": "^3.5.2"
},
"files": [
"index.js",
"getopts.d.ts"
],
"homepage": "https://github.com/jorgebucaran/getopts#readme",
"keywords": [
"getopts",
"cli",
"argv",
"flags",
"yargs",
"options",
"minimist",
"cli-parser"
],
"license": "MIT",
"main": "index.js",
"name": "getopts",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgebucaran/getopts.git"
},
"scripts": {
"release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish",
"test": "nyc -r lcov testmatrix test/*.test.js && nyc report && tsc -p test/ts"
},
"types": "getopts.d.ts",
"version": "2.2.5"
}