Начало наработок
This commit is contained in:
71
node_modules/stream-throttle/package.json
generated
vendored
Normal file
71
node_modules/stream-throttle/package.json
generated
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "stream-throttle@^0.1.3",
|
||||
"_id": "stream-throttle@0.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=",
|
||||
"_location": "/stream-throttle",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "stream-throttle@^0.1.3",
|
||||
"name": "stream-throttle",
|
||||
"escapedName": "stream-throttle",
|
||||
"rawSpec": "^0.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-sync-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz",
|
||||
"_shasum": "add57c8d7cc73a81630d31cd55d3961cfafba9c3",
|
||||
"_spec": "stream-throttle@^0.1.3",
|
||||
"_where": "/Users/vigdorov/self-dev/examples-for-kids/node_modules/browser-sync-ui",
|
||||
"author": {
|
||||
"name": "Tiago Quelhas",
|
||||
"email": "tiagoq@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"throttleproxy": "bin/throttleproxy.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tjgq/node-stream-throttle/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tiago Quelhas",
|
||||
"email": "tiagoq@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^2.2.0",
|
||||
"limiter": "^1.0.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A rate limiter for Node.js streams.",
|
||||
"devDependencies": {
|
||||
"async": "^0.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/tjgq/node-stream-throttle#readme",
|
||||
"keywords": [
|
||||
"streams",
|
||||
"throttling",
|
||||
"ratelimit"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "./index.js",
|
||||
"name": "stream-throttle",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/tjgq/node-stream-throttle.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test"
|
||||
},
|
||||
"version": "0.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user