87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"limiter@^1.0.5",
|
||
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\stream-throttle"
|
||
|
]
|
||
|
],
|
||
|
"_from": "limiter@>=1.0.5-0 <2.0.0-0",
|
||
|
"_id": "limiter@1.1.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/limiter",
|
||
|
"_nodeVersion": "4.1.0",
|
||
|
"_npmUser": {
|
||
|
"email": "jhurliman@jhurliman.org",
|
||
|
"name": "jhurliman"
|
||
|
},
|
||
|
"_npmVersion": "3.3.5",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "limiter",
|
||
|
"raw": "limiter@^1.0.5",
|
||
|
"rawSpec": "^1.0.5",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.0.5-0 <2.0.0-0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stream-throttle"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.0.tgz",
|
||
|
"_shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "limiter@^1.0.5",
|
||
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\stream-throttle",
|
||
|
"author": {
|
||
|
"email": "jhurliman@jhurliman.org",
|
||
|
"name": "John Hurliman"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/jhurliman/node-rate-limiter/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled",
|
||
|
"devDependencies": {
|
||
|
"assert": "1.3.0",
|
||
|
"vows": "0.8.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "./lib/"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913",
|
||
|
"tarball": "https://registry.npmjs.org/limiter/-/limiter-1.1.0.tgz"
|
||
|
},
|
||
|
"gitHead": "bf4286a31db48dec2a1a0029bf2ab703dd016b12",
|
||
|
"homepage": "https://github.com/jhurliman/node-rate-limiter#readme",
|
||
|
"installable": true,
|
||
|
"keywords": [
|
||
|
"limiting",
|
||
|
"rate",
|
||
|
"throttling"
|
||
|
],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
|
||
|
}
|
||
|
],
|
||
|
"main": "./index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "jhurliman",
|
||
|
"email": "jhurliman@cull.tv"
|
||
|
}
|
||
|
],
|
||
|
"name": "limiter",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/jhurliman/node-rate-limiter.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "vows --spec"
|
||
|
},
|
||
|
"version": "1.1.0"
|
||
|
}
|