Bones/node_modules/throat/package.json

87 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"throat@^2.0.2",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
]
],
"_from": "throat@>=2.0.2-0 <3.0.0-0",
"_id": "throat@2.0.2",
"_inCache": true,
"_location": "/throat",
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "throat",
"raw": "throat@^2.0.2",
"rawSpec": "^2.0.2",
"scope": null,
"spec": ">=2.0.2-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/throat/-/throat-2.0.2.tgz",
"_shasum": "a9fce808b69e133a632590780f342c30a6249b02",
"_shrinkwrap": null,
"_spec": "throat@^2.0.2",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
"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.2"
},
"directories": {},
"dist": {
"shasum": "a9fce808b69e133a632590780f342c30a6249b02",
"tarball": "https://registry.npmjs.org/throat/-/throat-2.0.2.tgz"
},
"gitHead": "4cb485f83e0521d661aaaac02162138686bc3908",
"homepage": "https://github.com/ForbesLindesay/throat",
"installable": true,
"keywords": [
"aplus",
"concurrency",
"limit",
"parallelism",
"promise",
"then",
"throttle"
],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"name": "throat",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "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": "2.0.2"
}