{ "_from": "argparse@^2.0.1", "_id": "argparse@2.0.1", "_inBundle": false, "_integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "_location": "/argparse", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "argparse@^2.0.1", "name": "argparse", "escapedName": "argparse", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/js-yaml" ], "_resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "_shasum": "246f50f3ca78a3240f6c997e8a9bd1eac49e4b38", "_spec": "argparse@^2.0.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/js-yaml", "bugs": { "url": "https://github.com/nodeca/argparse/issues" }, "bundleDependencies": false, "deprecated": false, "description": "CLI arguments parser. Native port of python's argparse.", "devDependencies": { "@babel/eslint-parser": "^7.11.0", "@babel/plugin-syntax-class-properties": "^7.10.4", "eslint": "^7.5.0", "mocha": "^8.0.1", "nyc": "^15.1.0" }, "files": [ "argparse.js", "lib/" ], "homepage": "https://github.com/nodeca/argparse#readme", "keywords": [ "cli", "parser", "argparse", "option", "args" ], "license": "Python-2.0", "main": "argparse.js", "name": "argparse", "repository": { "type": "git", "url": "git+https://github.com/nodeca/argparse.git" }, "scripts": { "coverage": "npm run test && nyc report --reporter html", "lint": "eslint .", "test": "npm run lint && nyc mocha" }, "version": "2.0.1" }