react-scripts
Version:
Configuration and scripts for Create React App.
105 lines (104 loc) • 2.59 kB
JSON
{
"_args": [
[
"cross-spawn@4.0.0",
"/Users/dan/p/create-react-app"
]
],
"_from": "cross-spawn@4.0.0",
"_id": "cross-spawn@4.0.0",
"_inCache": true,
"_installable": true,
"_location": "/cross-spawn",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/cross-spawn-4.0.0.tgz_1464295843723_0.5908118768129498"
},
"_npmUser": {
"email": "andremiguelcruz@msn.com",
"name": "satazor"
},
"_npmVersion": "2.15.4",
"_phantomChildren": {},
"_requested": {
"name": "cross-spawn",
"raw": "cross-spawn@4.0.0",
"rawSpec": "4.0.0",
"scope": null,
"spec": "4.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.0.tgz",
"_shasum": "8254774ab4786b8c5b3cf4dfba66ce563932c252",
"_shrinkwrap": null,
"_spec": "cross-spawn@4.0.0",
"_where": "/Users/dan/p/create-react-app",
"author": {
"email": "hello@indigounited.com",
"name": "IndigoUnited",
"url": "http://indigounited.com"
},
"bugs": {
"url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
},
"dependencies": {
"lru-cache": "^4.0.1",
"which": "^1.2.9"
},
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"devDependencies": {
"@satazor/eslint-config": "^2.3.0",
"eslint": "^2.10.2",
"expect.js": "^0.3.0",
"glob": "^7.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"rimraf": "^2.5.0"
},
"directories": {},
"dist": {
"shasum": "8254774ab4786b8c5b3cf4dfba66ce563932c252",
"tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.0.tgz"
},
"gitHead": "f26c67b14f1f8fc64564aca9eb5319a2dd708e6b",
"homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
"keywords": [
"cmd",
"cross",
"execute",
"ext",
"hashbang",
"path",
"path-ext",
"path_ext",
"platform",
"shebang",
"spawn",
"spawnSync",
"windows"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "satazor",
"email": "andremiguelcruz@msn.com"
}
],
"name": "cross-spawn",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-cross-spawn.git"
},
"scripts": {
"lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
"test": "node test/prepare && mocha --bail test/test"
},
"version": "4.0.0"
}