UNPKG

react-scripts

Version:
121 lines (120 loc) 3.3 kB
{ "_args": [ [ "babel-plugin-istanbul@^2.0.0", "/Users/dan/p/create-react-app/node_modules/babel-jest" ] ], "_from": "babel-plugin-istanbul@>=2.0.0 <3.0.0", "_id": "babel-plugin-istanbul@2.0.0", "_inCache": true, "_installable": true, "_location": "/babel-plugin-istanbul", "_nodeVersion": "5.1.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/babel-plugin-istanbul-2.0.0.tgz_1471162679350_0.27002689987421036" }, "_npmUser": { "email": "ben@npmjs.com", "name": "bcoe" }, "_npmVersion": "3.10.6", "_phantomChildren": {}, "_requested": { "name": "babel-plugin-istanbul", "raw": "babel-plugin-istanbul@^2.0.0", "rawSpec": "^2.0.0", "scope": null, "spec": ">=2.0.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/babel-jest", "/jest-runtime" ], "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-2.0.0.tgz", "_shasum": "c5ccf64dd11c24e23f29555d8d5356100f93335f", "_shrinkwrap": null, "_spec": "babel-plugin-istanbul@^2.0.0", "_where": "/Users/dan/p/create-react-app/node_modules/babel-jest", "author": { "name": "Thai Pangsakulyanont @dtinth" }, "bugs": { "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues" }, "dependencies": { "find-up": "^1.1.2", "istanbul-lib-instrument": "^1.1.0-alpha.4", "test-exclude": "^2.1.1" }, "description": "A babel plugin that adds istanbul instrumentation to ES6 code", "devDependencies": { "babel-cli": "^6.3.17", "babel-core": "^6.3.21", "babel-preset-es2015": "^6.3.13", "chai": "^3.5.0", "coveralls": "^2.11.9", "cross-env": "^2.0.0", "mocha": "^3.0.2", "nyc": "^7.0.0", "standard": "^7.1.2", "standard-version": "^2.3.1" }, "directories": {}, "dist": { "shasum": "c5ccf64dd11c24e23f29555d8d5356100f93335f", "tarball": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-2.0.0.tgz" }, "files": [ "lib" ], "gitHead": "a344dff0adfaadfa320c590cd7f2f4ea6bc298c3", "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme", "keywords": [ "babel", "instrumentation", "istanbul", "plugin" ], "license": "BSD-3-Clause", "main": "lib/index.js", "maintainers": [ { "name": "bcoe", "email": "ben@npmjs.com" }, { "name": "gotwarlost", "email": "kananthmail-github@yahoo.com" } ], "name": "babel-plugin-istanbul", "nyc": { "include": [ "fixtures/should-cover.js", "src/*.js" ], "instrument": false, "require": [ "babel-core/register" ], "sourceMap": false }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "prepublish": "npm test && npm run release", "pretest": "standard && npm run release", "release": "babel src --out-dir lib", "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js", "version": "standard-version" }, "version": "2.0.0" }