Bones/node_modules/stream-throttle/package.json

92 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"stream-throttle@^0.1.3",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync-ui"
]
],
"_from": "stream-throttle@>=0.1.3-0 <0.2.0-0",
"_id": "stream-throttle@0.1.3",
"_inCache": true,
"_location": "/stream-throttle",
"_npmUser": {
"email": "tiagoq@gmail.com",
"name": "tjgq"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "stream-throttle",
"raw": "stream-throttle@^0.1.3",
"rawSpec": "^0.1.3",
"scope": null,
"spec": ">=0.1.3-0 <0.2.0-0",
"type": "range"
},
"_requiredBy": [
"/browser-sync-ui"
],
"_resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz",
"_shasum": "add57c8d7cc73a81630d31cd55d3961cfafba9c3",
"_shrinkwrap": null,
"_spec": "stream-throttle@^0.1.3",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync-ui",
"author": {
"email": "tiagoq@gmail.com",
"name": "Tiago Quelhas"
},
"bin": {
"throttleproxy": "./bin/throttleproxy.js"
},
"bugs": {
"url": "https://github.com/tjgq/node-stream-throttle/issues"
},
"contributors": [
{
"name": "Tiago Quelhas",
"email": "tiagoq@gmail.com"
}
],
"dependencies": {
"commander": "^2.2.0",
"limiter": "^1.0.5"
},
"description": "A rate limiter for Node.js streams.",
"devDependencies": {
"async": "^0.6.2"
},
"directories": {},
"dist": {
"shasum": "add57c8d7cc73a81630d31cd55d3961cfafba9c3",
"tarball": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/tjgq/node-stream-throttle",
"installable": true,
"keywords": [
"ratelimit",
"streams",
"throttling"
],
"license": "BSD-3-Clause",
"main": "./index.js",
"maintainers": [
{
"name": "tjgq",
"email": "tiagoq@gmail.com"
}
],
"name": "stream-throttle",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/tjgq/node-stream-throttle.git"
},
"scripts": {
"test": "nodeunit test"
},
"version": "0.1.3"
}