react-scripts
Version:
Configuration and scripts for Create React App.
95 lines (94 loc) • 2.72 kB
JSON
{
"_args": [
[
"istanbul-lib-report@^1.0.0-alpha",
"/Users/dan/p/create-react-app/node_modules/istanbul-api"
]
],
"_from": "istanbul-lib-report@>=1.0.0-alpha <2.0.0",
"_id": "istanbul-lib-report@1.0.0-alpha.3",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-lib-report",
"_nodeVersion": "0.10.26",
"_npmUser": {
"email": "kananthmail-github@yahoo.com",
"name": "gotwarlost"
},
"_npmVersion": "2.12.0",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-lib-report",
"raw": "istanbul-lib-report@^1.0.0-alpha",
"rawSpec": "^1.0.0-alpha",
"scope": null,
"spec": ">=1.0.0-alpha <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz",
"_shasum": "32d5f6ec7f33ca3a602209e278b2e6ff143498af",
"_shrinkwrap": null,
"_spec": "istanbul-lib-report@^1.0.0-alpha",
"_where": "/Users/dan/p/create-react-app/node_modules/istanbul-api",
"author": {
"email": "kananthmail-github@yahoo.com",
"name": "Krishnan Anantheswaran"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-report/issues"
},
"dependencies": {
"async": "^1.4.2",
"istanbul-lib-coverage": "^1.0.0-alpha",
"mkdirp": "^0.5.1",
"path-parse": "^1.0.5",
"rimraf": "^2.4.3",
"supports-color": "^3.1.2"
},
"description": "Base reporting library for istanbul",
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"directories": {},
"dist": {
"shasum": "32d5f6ec7f33ca3a602209e278b2e6ff143498af",
"tarball": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz"
},
"gitHead": "f41bab23a361810d42dc9ede5ed51c6af497a50c",
"homepage": "https://github.com/istanbuljs/istanbul-lib-report",
"keywords": [
"api",
"istanbul",
"lib",
"report"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-report",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-report.git"
},
"scripts": {
"fast": "mocha test/",
"pretest": "jshint index.js lib/ test/",
"test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/",
"xposttest": "istanbul check-coverage --statements 95 --branches 80"
},
"version": "1.0.0-alpha.3"
}