react-scripts
Version:
Configuration and scripts for Create React App.
98 lines (97 loc) • 2.47 kB
JSON
{
"_args": [
[
"exec-sh@^0.2.0",
"/Users/dan/p/create-react-app/node_modules/sane"
]
],
"_from": "exec-sh@>=0.2.0 <0.3.0",
"_id": "exec-sh@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/exec-sh",
"_nodeVersion": "0.10.33",
"_npmUser": {
"email": "tsertkov@gmail.com",
"name": "tsertkov"
},
"_npmVersion": "2.1.6",
"_phantomChildren": {},
"_requested": {
"name": "exec-sh",
"raw": "exec-sh@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/sane"
],
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
"_shasum": "14f75de3f20d286ef933099b2ce50a90359cef10",
"_shrinkwrap": null,
"_spec": "exec-sh@^0.2.0",
"_where": "/Users/dan/p/create-react-app/node_modules/sane",
"author": {
"email": "tsertkov@gmail.com",
"name": "Aleksandr Tsertkov"
},
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"dependencies": {
"merge": "^1.1.3"
},
"description": "Execute shell command forwarding all stdio.",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"jsdoc": "^3.3.0-alpha8",
"jshint": "^2.5.1",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"directories": {},
"dist": {
"shasum": "14f75de3f20d286ef933099b2ce50a90359cef10",
"tarball": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz"
},
"gitHead": "33a0a3731e78838f7f56d31cfcb737b3d510a526",
"homepage": "https://github.com/tsertkov/exec-sh",
"keywords": [
"child_process",
"command",
"console",
"exec",
"shell",
"spawn",
"terminal"
],
"license": {
"type": "MIT",
"url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE"
},
"main": "lib/exec-sh.js",
"maintainers": [
{
"name": "tsertkov",
"email": "tsertkov@gmail.com"
}
],
"name": "exec-sh",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
},
"scripts": {
"cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
"dev": "mocha --reporter spec --watch",
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
"jshint": "jshint lib/ example/ test/",
"test": "npm run cover-test && jshint"
},
"version": "0.2.0"
}