react-scripts
Version:
Configuration and scripts for Create React App.
105 lines (104 loc) • 3.03 kB
JSON
{
"_args": [
[
"istanbul-lib-source-maps@^1.0.0-alpha",
"/Users/dan/p/create-react-app/node_modules/istanbul-api"
]
],
"_from": "istanbul-lib-source-maps@>=1.0.0-alpha <2.0.0",
"_id": "istanbul-lib-source-maps@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/istanbul-lib-source-maps",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/istanbul-lib-source-maps-1.0.0.tgz_1472656251332_0.1985593643039465"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"name": "istanbul-lib-source-maps",
"raw": "istanbul-lib-source-maps@^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-source-maps/-/istanbul-lib-source-maps-1.0.0.tgz",
"_shasum": "a0ce45f9ba6a9790512ca3d037e2b858f94d33b3",
"_shrinkwrap": null,
"_spec": "istanbul-lib-source-maps@^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-source-maps/issues"
},
"dependencies": {
"istanbul-lib-coverage": "^1.0.0-alpha.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.4",
"source-map": "^0.5.3"
},
"description": "Source maps support for istanbul",
"devDependencies": {
"babel-core": "^6.2.1",
"chai": "^3.4.1",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.4",
"standard-version": "^2.4.0",
"ts-node": "^0.5.3"
},
"directories": {},
"dist": {
"shasum": "a0ce45f9ba6a9790512ca3d037e2b858f94d33b3",
"tarball": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.0.0.tgz"
},
"gitHead": "5de589f215d6274c4fce228c208294a4e1cc9881",
"homepage": "https://github.com/istanbuljs/istanbul-lib-source-maps#readme",
"keywords": [
"istanbul",
"maps",
"source",
"sourcemap",
"sourcemaps"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-lib-source-maps",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-source-maps.git"
},
"scripts": {
"fast": "mocha test/",
"pretest": "jshint index.js lib/ test/",
"release": "standard-version",
"test": "istanbul cover --include-all-sources --print=both _mocha -- test/",
"xposttest": "istanbul check-coverage --statements 95 --branches 80"
},
"version": "1.0.0"
}