react-scripts
Version:
Configuration and scripts for Create React App.
96 lines (95 loc) • 2.79 kB
JSON
{
"_args": [
[
"istanbul-reports@^1.0.0-alpha",
"/Users/dan/p/create-react-app/node_modules/istanbul-api"
]
],
"_from": "istanbul-reports@>=1.0.0-alpha <2.0.0",
"_id": "istanbul-reports@1.0.0-alpha.8",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-reports",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/istanbul-reports-1.0.0-alpha.8.tgz_1468237762146_0.24699895130470395"
},
"_npmUser": {
"email": "kananthmail-github@yahoo.com",
"name": "gotwarlost"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-reports",
"raw": "istanbul-reports@^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-reports/-/istanbul-reports-1.0.0-alpha.8.tgz",
"_shasum": "094830f4c7f3d482e466aac8abda2495f9ae4689",
"_shrinkwrap": null,
"_spec": "istanbul-reports@^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-reports/issues"
},
"dependencies": {
"handlebars": "^4.0.3"
},
"description": "istanbul reports",
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"directories": {},
"dist": {
"shasum": "094830f4c7f3d482e466aac8abda2495f9ae4689",
"tarball": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.0.0-alpha.8.tgz"
},
"gitHead": "10d00e6566e1d8daab4c5ee124ae273ec9427749",
"homepage": "https://github.com/istanbuljs/istanbul-reports",
"keywords": [
"istanbul",
"reports"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-reports",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-reports.git"
},
"scripts": {
"fast": "mocha --recursive test/",
"pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
"test": "istanbul cover -x 'docs/**' -x '**/assets/**' --include-all-sources --print=both _mocha -- --recursive test/",
"xposttest": "istanbul check-coverage --statements 95 --branches 80"
},
"version": "1.0.0-alpha.8"
}