67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "limiter@^1.0.5",
|
||
|
"_id": "limiter@1.1.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==",
|
||
|
"_location": "/limiter",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "limiter@^1.0.5",
|
||
|
"name": "limiter",
|
||
|
"escapedName": "limiter",
|
||
|
"rawSpec": "^1.0.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stream-throttle"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
|
||
|
"_shasum": "8f92a25b3b16c6131293a0cc834b4a838a2aa7c2",
|
||
|
"_spec": "limiter@^1.0.5",
|
||
|
"_where": "/var/www/html/node_modules/stream-throttle",
|
||
|
"author": {
|
||
|
"name": "John Hurliman",
|
||
|
"email": "jhurliman@jhurliman.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/jhurliman/node-rate-limiter/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"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/"
|
||
|
},
|
||
|
"homepage": "https://github.com/jhurliman/node-rate-limiter#readme",
|
||
|
"keywords": [
|
||
|
"rate",
|
||
|
"limiting",
|
||
|
"throttling"
|
||
|
],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
|
||
|
}
|
||
|
],
|
||
|
"main": "./index.js",
|
||
|
"name": "limiter",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/jhurliman/node-rate-limiter.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "vows --spec"
|
||
|
},
|
||
|
"types": "./index.d.ts",
|
||
|
"version": "1.1.5"
|
||
|
}
|