gerald-react-scripts-fork
Version:
Gerald's fork of the configuration and scripts for Create React App.
113 lines (112 loc) • 3.41 kB
JSON
{
"_args": [
[
{
"raw": "istanbul-lib-source-maps@^1.0.0-alpha",
"scope": null,
"escapedName": "istanbul-lib-source-maps",
"name": "istanbul-lib-source-maps",
"rawSpec": "^1.0.0-alpha",
"spec": ">=1.0.0-alpha <2.0.0",
"type": "range"
},
"/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/istanbul-api"
]
],
"_from": "istanbul-lib-source-maps@>=1.0.0-alpha <2.0.0",
"_id": "istanbul-lib-source-maps@1.0.2",
"_inCache": true,
"_location": "/istanbul-lib-source-maps",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/istanbul-lib-source-maps-1.0.2.tgz_1475536757330_0.3448555942159146"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "istanbul-lib-source-maps@^1.0.0-alpha",
"scope": null,
"escapedName": "istanbul-lib-source-maps",
"name": "istanbul-lib-source-maps",
"rawSpec": "^1.0.0-alpha",
"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.2.tgz",
"_shasum": "9e91b0e5ae6ed203f67c69a34e6e98b10bb69a49",
"_shrinkwrap": null,
"_spec": "istanbul-lib-source-maps@^1.0.0-alpha",
"_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/istanbul-api",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"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": "9e91b0e5ae6ed203f67c69a34e6e98b10bb69a49",
"tarball": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.0.2.tgz"
},
"gitHead": "2746ef2c2a40c35078d26adbdd4685ba7a8e99a6",
"homepage": "https://github.com/istanbuljs/istanbul-lib-source-maps#readme",
"keywords": [
"istanbul",
"sourcemaps",
"sourcemap",
"source",
"maps"
],
"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.2"
}