react-scripts
Version:
Configuration and scripts for Create React App.
102 lines (101 loc) • 2.5 kB
JSON
{
"_args": [
[
{
"raw": "is-ci@^1.0.9",
"scope": null,
"escapedName": "is-ci",
"name": "is-ci",
"rawSpec": "^1.0.9",
"spec": ">=1.0.9 <2.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "is-ci@>=1.0.9 <2.0.0",
"_id": "is-ci@1.0.10",
"_inCache": true,
"_location": "/is-ci",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/is-ci-1.0.10.tgz_1476979751234_0.24868635344319046"
},
"_npmUser": {
"name": "watson",
"email": "w@tson.dk"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"raw": "is-ci@^1.0.9",
"scope": null,
"escapedName": "is-ci",
"name": "is-ci",
"rawSpec": "^1.0.9",
"spec": ">=1.0.9 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz",
"_shasum": "f739336b2632365061a9d48270cd56ae3369318e",
"_shrinkwrap": null,
"_spec": "is-ci@^1.0.9",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jest/node_modules/jest-cli",
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk",
"url": "https://twitter.com/wa7son"
},
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"coordinates": [
55.6876732,
12.5955341
],
"dependencies": {
"ci-info": "^1.0.0"
},
"description": "Detect if your code is running on a CI server",
"devDependencies": {
"clear-require": "^1.0.1",
"standard": "^5.3.1"
},
"directories": {},
"dist": {
"shasum": "f739336b2632365061a9d48270cd56ae3369318e",
"tarball": "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz"
},
"gitHead": "248e7a5fdf6be6d8e85fcbb825578e5b3bf744ed",
"homepage": "https://github.com/watson/is-ci",
"keywords": [
"ci",
"continuous",
"integration",
"test",
"detect"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "watson",
"email": "w@tson.dk"
}
],
"name": "is-ci",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/watson/is-ci.git"
},
"scripts": {
"test": "standard && node test.js"
},
"version": "1.0.10"
}