react-scripts
Version:
Configuration and scripts for Create React App.
105 lines (104 loc) • 3.11 kB
JSON
{
"_args": [
[
"istanbul-api@^1.0.0-aplha.10",
"/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "istanbul-api@>=1.0.0-aplha.10 <2.0.0",
"_id": "istanbul-api@1.0.0-aplha.10",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-api",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/istanbul-api-1.0.0-aplha.10.tgz_1466876888469_0.391846815822646"
},
"_npmUser": {
"email": "kananthmail-github@yahoo.com",
"name": "gotwarlost"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-api",
"raw": "istanbul-api@^1.0.0-aplha.10",
"rawSpec": "^1.0.0-aplha.10",
"scope": null,
"spec": ">=1.0.0-aplha.10 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.0.0-aplha.10.tgz",
"_shasum": "902edf5cf5404e0eba7e00ef46408488a0d3e337",
"_shrinkwrap": null,
"_spec": "istanbul-api@^1.0.0-aplha.10",
"_where": "/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli",
"author": {
"email": "kananthmail-github@yahoo.com",
"name": "Krishnan Anantheswaran"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-api/issues"
},
"dependencies": {
"async": "1.x",
"clone": "^1.0.2",
"fileset": "0.2.x",
"istanbul-lib-coverage": "^1.0.0-alpha",
"istanbul-lib-hook": "^1.0.0-alpha",
"istanbul-lib-instrument": "^1.0.0-alpha",
"istanbul-lib-report": "^1.0.0-alpha",
"istanbul-lib-source-maps": "^1.0.0-alpha",
"istanbul-reports": "^1.0.0-alpha",
"js-yaml": "3.x",
"mkdirp": "0.5.x",
"once": "1.x"
},
"description": "High level API for istanbul features",
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"memory-streams": "^0.1.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
},
"directories": {},
"dist": {
"shasum": "902edf5cf5404e0eba7e00ef46408488a0d3e337",
"tarball": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.0.0-aplha.10.tgz"
},
"gitHead": "d4062233e1750975a7eb9b0ab744dbd417e1710c",
"homepage": "https://github.com/istanbuljs/istanbul-api#readme",
"keywords": [
"api",
"istanbul"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-api",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-api.git"
},
"scripts": {
"fast": "mocha --slow 1000 test/",
"pretest": "jshint index.js lib/ test/",
"test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- --slow 1000 test/",
"xposttest": "istanbul check-coverage --statements 95 --branches 80"
},
"version": "1.0.0-aplha.10"
}