gerald-react-scripts-fork
Version:
Gerald's fork of the configuration and scripts for Create React App.
101 lines (100 loc) • 2.78 kB
JSON
{
"_args": [
[
{
"raw": "throat@^3.0.0",
"scope": null,
"escapedName": "throat",
"name": "throat",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "throat@>=3.0.0 <4.0.0",
"_id": "throat@3.0.0",
"_inCache": true,
"_location": "/throat",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/throat-3.0.0.tgz_1464777827074_0.20422574575059116"
},
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"raw": "throat@^3.0.0",
"scope": null,
"escapedName": "throat",
"name": "throat",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz",
"_shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
"_shrinkwrap": null,
"_spec": "throat@^3.0.0",
"_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/jest/node_modules/jest-cli",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/throat/issues"
},
"dependencies": {},
"description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"promise": "^6.1.0",
"sauce-test": "^1.0.0",
"test-result": "^2.0.0",
"testit": "^2.0.5"
},
"directories": {},
"dist": {
"shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
"tarball": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz"
},
"gitHead": "d77de8defd2d8049c06ccf314587890f9e620ac3",
"homepage": "https://github.com/ForbesLindesay/throat#readme",
"keywords": [
"promise",
"aplus",
"then",
"throttle",
"concurrency",
"parallelism",
"limit"
],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"name": "throat",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/throat.git"
},
"scripts": {
"coverage": "istanbul cover test/index.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"test": "node test/index.js && node test/browser.js"
},
"version": "3.0.0"
}