UNPKG

@emvu/react-scripts

Version:

Fork of configuration and scripts for Create React App.

135 lines (134 loc) 3.94 kB
{ "_args": [ [ { "raw": "istanbul-lib-instrument@^1.1.4", "scope": null, "escapedName": "istanbul-lib-instrument", "name": "istanbul-lib-instrument", "rawSpec": "^1.1.4", "spec": ">=1.1.4 <2.0.0", "type": "range" }, "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/babel-plugin-istanbul" ] ], "_from": "istanbul-lib-instrument@>=1.1.4 <2.0.0", "_id": "istanbul-lib-instrument@1.1.4", "_inCache": true, "_installable": true, "_location": "/istanbul-lib-instrument", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/istanbul-lib-instrument-1.1.4.tgz_1476685317444_0.5757211898453534" }, "_npmUser": { "name": "bcoe", "email": "ben@npmjs.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "istanbul-lib-instrument@^1.1.4", "scope": null, "escapedName": "istanbul-lib-instrument", "name": "istanbul-lib-instrument", "rawSpec": "^1.1.4", "spec": ">=1.1.4 <2.0.0", "type": "range" }, "_requiredBy": [ "/babel-plugin-istanbul", "/istanbul-api", "/jest/jest-cli" ], "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.4.tgz", "_shasum": "95be56e5c321456ffdfddc925ad4dcfc28edab9c", "_shrinkwrap": null, "_spec": "istanbul-lib-instrument@^1.1.4", "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/babel-plugin-istanbul", "author": { "name": "Krishnan Anantheswaran", "email": "kananthmail-github@yahoo.com" }, "bugs": { "url": "https://github.com/istanbuljs/istanbul-lib-instrument/issues" }, "dependencies": { "babel-generator": "^6.11.3", "babel-template": "^6.9.0", "babel-traverse": "^6.9.0", "babel-types": "^6.10.2", "babylon": "^6.8.1", "istanbul-lib-coverage": "^1.0.0" }, "description": "Core istanbul API for JS code coverage", "devDependencies": { "babel-cli": "^6.3.17", "babel-plugin-istanbul": "^2.0.2", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.16.3", "chai": "^3.0.0", "clone": "^2.0.0", "coveralls": "^2.11.4", "documentation": "^4.0.0-beta9", "js-yaml": "^3.3.1", "jshint": "^2.8.0", "mocha": "^3.1.2", "nopt": "^3.0.6", "nyc": "^8.3.1", "standard-version": "^3.0.0" }, "directories": {}, "dist": { "shasum": "95be56e5c321456ffdfddc925ad4dcfc28edab9c", "tarball": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.1.4.tgz" }, "gitHead": "d3d9e0563b6b0837b4c74ecc08f5c81ad1e6e294", "homepage": "https://github.com/istanbuljs/istanbul-lib-instrument", "keywords": [ "coverage", "istanbul", "js", "instrumentation" ], "license": "BSD-3-Clause", "main": "dist/index.js", "maintainers": [ { "name": "bcoe", "email": "ben@npmjs.com" }, { "name": "gotwarlost", "email": "kananthmail-github@yahoo.com" } ], "name": "istanbul-lib-instrument", "nyc": { "include": [ "src/**/*.js" ], "require": [ "babel-register" ], "sourceMap": false, "instrument": false }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-instrument.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "prepublish": "npm test && npm run release", "pretest": "jshint src/ test/", "release": "babel src --out-dir dist && documentation build -f md -o api.md src/*js", "test": "NODE_ENV=test nyc --check-coverage --statements 90 --branches 80 mocha --recursive test/", "version": "standard-version" }, "version": "1.1.4" }