1{ 2 "_from": "yargs-parser@^15.0.1", 3 "_id": "yargs-parser@15.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==", 6 "_location": "/yargs-parser", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "yargs-parser@^15.0.1", 12 "name": "yargs-parser", 13 "escapedName": "yargs-parser", 14 "rawSpec": "^15.0.1", 15 "saveSpec": null, 16 "fetchSpec": "^15.0.1" 17 }, 18 "_requiredBy": [ 19 "/yargs" 20 ], 21 "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.1.tgz", 22 "_shasum": "54786af40b820dcb2fb8025b11b4d659d76323b3", 23 "_spec": "yargs-parser@^15.0.1", 24 "_where": "/Users/claudiahdz/npm/cli/node_modules/yargs", 25 "author": { 26 "name": "Ben Coe", 27 "email": "ben@npmjs.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/yargs/yargs-parser/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "camelcase": "^5.0.0", 35 "decamelize": "^1.2.0" 36 }, 37 "deprecated": false, 38 "description": "the mighty option parser used by yargs", 39 "devDependencies": { 40 "chai": "^4.2.0", 41 "coveralls": "^3.0.2", 42 "mocha": "^5.2.0", 43 "nyc": "^14.1.0", 44 "standard": "^12.0.1", 45 "standard-version": "^6.0.0" 46 }, 47 "engine": { 48 "node": ">=6" 49 }, 50 "files": [ 51 "lib", 52 "index.js" 53 ], 54 "homepage": "https://github.com/yargs/yargs-parser#readme", 55 "keywords": [ 56 "argument", 57 "parser", 58 "yargs", 59 "command", 60 "cli", 61 "parsing", 62 "option", 63 "args", 64 "argument" 65 ], 66 "license": "ISC", 67 "main": "index.js", 68 "name": "yargs-parser", 69 "repository": { 70 "url": "git+ssh://git@github.com/yargs/yargs-parser.git" 71 }, 72 "scripts": { 73 "coverage": "nyc report --reporter=text-lcov | coveralls", 74 "posttest": "standard", 75 "release": "standard-version", 76 "test": "nyc mocha test/*.js" 77 }, 78 "version": "15.0.1" 79} 80