{ "_args": [ [ "commander@2.17.1", "/Applications/work/GitLab/lepu-test-platform-web" ] ], "_development": true, "_from": "commander@2.17.1", "_id": "commander@2.17.1", "_inBundle": false, "_integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", "_location": "/commander", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "commander@2.17.1", "name": "commander", "escapedName": "commander", "rawSpec": "2.17.1", "saveSpec": null, "fetchSpec": "2.17.1" }, "_requiredBy": [ "/html-minifier", "/webpack-bundle-analyzer" ], "_resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "_spec": "2.17.1", "_where": "/Applications/work/GitLab/lepu-test-platform-web", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/tj/commander.js/issues" }, "dependencies": {}, "description": "the complete solution for node.js command-line programs", "devDependencies": { "@types/node": "^10.5.7", "eslint": "^5.3.0", "should": "^13.2.3", "sinon": "^6.1.4", "standard": "^11.0.1", "typescript": "^2.9.2" }, "files": [ "index.js", "typings/index.d.ts" ], "homepage": "https://github.com/tj/commander.js#readme", "keywords": [ "commander", "command", "option", "parser" ], "license": "MIT", "main": "index", "name": "commander", "repository": { "type": "git", "url": "git+https://github.com/tj/commander.js.git" }, "scripts": { "lint": "eslint index.js", "test": "node test/run.js && npm run test-typings", "test-typings": "tsc -p tsconfig.json" }, "typings": "typings/index.d.ts", "version": "2.17.1" }