UNPKG

react-scripts

Version:
109 lines (108 loc) 2.68 kB
{ "_args": [ [ "yargs-parser@^3.2.0", "/Users/dan/p/create-react-app/node_modules/jest-runtime/node_modules/yargs" ] ], "_from": "yargs-parser@>=3.2.0 <4.0.0", "_id": "yargs-parser@3.2.0", "_inCache": true, "_installable": true, "_location": "/yargs-parser", "_nodeVersion": "5.1.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/yargs-parser-3.2.0.tgz_1471118009225_0.3763321761507541" }, "_npmUser": { "email": "ben@npmjs.com", "name": "bcoe" }, "_npmVersion": "3.10.6", "_phantomChildren": {}, "_requested": { "name": "yargs-parser", "raw": "yargs-parser@^3.2.0", "rawSpec": "^3.2.0", "scope": null, "spec": ">=3.2.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/jest-runtime/yargs", "/jest/yargs" ], "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-3.2.0.tgz", "_shasum": "5081355d19d9d0c8c5d81ada908cb4e6d186664f", "_shrinkwrap": null, "_spec": "yargs-parser@^3.2.0", "_where": "/Users/dan/p/create-react-app/node_modules/jest-runtime/node_modules/yargs", "author": { "email": "ben@npmjs.com", "name": "Ben Coe" }, "bugs": { "url": "https://github.com/yargs/yargs-parser/issues" }, "dependencies": { "camelcase": "^3.0.0", "lodash.assign": "^4.1.0" }, "description": "the mighty option parser used by yargs", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.12", "mocha": "^3.0.1", "nyc": "^7.1.0", "standard": "^7.1.0", "standard-version": "^2.1.2" }, "directories": {}, "dist": { "shasum": "5081355d19d9d0c8c5d81ada908cb4e6d186664f", "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-3.2.0.tgz" }, "files": [ "index.js", "lib" ], "gitHead": "a4c4f0c4e9417c968feec98caa39d69983bf31ec", "homepage": "https://github.com/yargs/yargs-parser#readme", "keywords": [ "args", "argument", "argument", "cli", "command", "option", "parser", "parsing", "yargs" ], "license": "ISC", "main": "index.js", "maintainers": [ { "name": "bcoe", "email": "ben@npmjs.com" }, { "name": "nexdrew", "email": "andrew@npmjs.com" } ], "name": "yargs-parser", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "url": "git+ssh://git@github.com/yargs/yargs-parser.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "pretest": "standard", "release": "standard-version", "test": "nyc mocha test/*.js" }, "version": "3.2.0" }