react-scripts
Version:
Configuration and scripts for Create React App.
88 lines (87 loc) • 2.28 kB
JSON
{
"_args": [
[
"worker-farm@^1.3.1",
"/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "worker-farm@>=1.3.1 <2.0.0",
"_id": "worker-farm@1.3.1",
"_inCache": true,
"_installable": true,
"_location": "/worker-farm",
"_nodeVersion": "0.12.1",
"_npmUser": {
"email": "amjad.masad@gmail.com",
"name": "amasad"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "worker-farm",
"raw": "worker-farm@^1.3.1",
"rawSpec": "^1.3.1",
"scope": null,
"spec": ">=1.3.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-haste-map",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.3.1.tgz",
"_shasum": "4333112bb49b17aa050b87895ca6b2cacf40e5ff",
"_shrinkwrap": null,
"_spec": "worker-farm@^1.3.1",
"_where": "/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli",
"authors": [
"Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
],
"bugs": {
"url": "https://github.com/rvagg/node-worker-farm/issues"
},
"dependencies": {
"errno": ">=0.1.1 <0.2.0-0",
"xtend": ">=4.0.0 <4.1.0-0"
},
"description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
"devDependencies": {
"tape": ">=3.0.3 <3.1.0-0"
},
"directories": {},
"dist": {
"shasum": "4333112bb49b17aa050b87895ca6b2cacf40e5ff",
"tarball": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.3.1.tgz"
},
"gitHead": "36edd5f28b05bd08b99c3543ab2be87e53e11dbf",
"homepage": "https://github.com/rvagg/node-worker-farm",
"keywords": [
"child",
"farm",
"processing",
"worker"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
}
],
"name": "worker-farm",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/node-worker-farm.git"
},
"scripts": {
"test": "node ./tests/"
},
"version": "1.3.1"
}