{ "_from": "command-line-args@^4.0.7", "_id": "command-line-args@4.0.7", "_inBundle": false, "_integrity": "sha512-aUdPvQRAyBvQd2n7jXcsMDz68ckBJELXNzBybCHOibUWEg0mWTnaYCSRU8h9R+aNRSvDihJtssSRCiDRpLaezA==", "_location": "/command-line-args", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "command-line-args@^4.0.7", "name": "command-line-args", "escapedName": "command-line-args", "rawSpec": "^4.0.7", "saveSpec": null, "fetchSpec": "^4.0.7" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-4.0.7.tgz", "_shasum": "f8d1916ecb90e9e121eda6428e41300bfb64cc46", "_spec": "command-line-args@^4.0.7", "_where": "/home/wn/workspace-node/homepage", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bin": { "command-line-args": "bin/cli.js" }, "bugs": { "url": "https://github.com/75lb/command-line-args/issues" }, "bundleDependencies": false, "dependencies": { "array-back": "^2.0.0", "find-replace": "^1.0.3", "typical": "^2.6.1" }, "deprecated": false, "description": "A mature, feature-complete library to parse command-line options.", "devDependencies": { "coveralls": "^2.13.1", "jsdoc-to-markdown": "^3.0.0", "test-runner": "^0.4.1" }, "homepage": "https://github.com/75lb/command-line-args#readme", "keywords": [ "argv", "parse", "argument", "args", "option", "options", "parser", "parsing", "cli", "command", "line" ], "license": "MIT", "main": "lib/command-line-args.js", "name": "command-line-args", "repository": { "type": "git", "url": "git+https://github.com/75lb/command-line-args.git" }, "scripts": { "cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo", "docs": "jsdoc2md -l off -t jsdoc2md/README.hbs lib/*.js > README.md; echo", "test": "test-runner test/*.js" }, "version": "4.0.7" }