File: /home/ubuntu/.nvm/versions/node/v8.16.2/lib/node_modules/serve/node_modules/arg/package.json
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==",
"_location": "/serve/arg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "arg",
"escapedName": "arg",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/serve"
],
"_resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz",
"_shasum": "c06e7ff69ab05b3a4a03ebe0407fac4cba657545",
"_spec": "[email protected]",
"_where": "/home/ubuntu/.nvm/versions/node/v8.16.2/lib/node_modules/serve",
"author": {
"name": "Josh Junon",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/zeit/arg/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Another simple argument parser",
"devDependencies": {
"chai": "^4.1.1",
"jest": "^20.0.4",
"xo": "^0.18.2"
},
"homepage": "https://github.com/zeit/arg#readme",
"license": "MIT",
"main": "index.js",
"name": "arg",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/arg.git"
},
"scripts": {
"pretest": "xo",
"test": "WARN_EXIT=1 jest --coverage -w 2"
},
"version": "2.0.0",
"xo": {
"rules": {
"complexity": 0
}
}
}