core/node_modules/limiter/package.json
2018-03-01 22:42:18 +01:00

69 lines
1.9 KiB
JSON

{
"name": "limiter",
"description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled",
"version": "1.1.2",
"author": {
"name": "John Hurliman",
"email": "jhurliman@jhurliman.org"
},
"scripts": {
"test": "vows --spec"
},
"dependencies": {},
"devDependencies": {
"assert": "1.3.0",
"vows": "0.8.1"
},
"keywords": [
"rate",
"limiting",
"throttling"
],
"repository": {
"type": "git",
"url": "git://github.com/jhurliman/node-rate-limiter.git"
},
"bugs": {
"url": "http://github.com/jhurliman/node-rate-limiter/issues"
},
"directories": {
"lib": "./lib/"
},
"main": "./index.js",
"types": "./index.d.ts",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
}
],
"gitHead": "91e2d77fcb0cf25d2ee70a1f7cbdff89d1f41b75",
"homepage": "https://github.com/jhurliman/node-rate-limiter#readme",
"_id": "limiter@1.1.2",
"_npmVersion": "5.0.3",
"_nodeVersion": "8.0.0",
"_npmUser": {
"name": "jhurliman",
"email": "jhurliman@jhurliman.org"
},
"dist": {
"integrity": "sha512-JIKZ0xb6fZZYa3deZ0BgXCgX6HgV8Nx3mFGeFHmFWW8Fb2c08e0CyE+G3nalpD0xGvGssjGb1UdFr+PprxZEbw==",
"shasum": "229d8055891c8b11af9e0ee5200e8e09bb3dcbeb",
"tarball": "https://registry.npmjs.org/limiter/-/limiter-1.1.2.tgz"
},
"maintainers": [
{
"name": "jhurliman",
"email": "jhurliman@cull.tv"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/limiter-1.1.2.tgz_1498339931911_0.9144701363984495"
},
"_shasum": "229d8055891c8b11af9e0ee5200e8e09bb3dcbeb",
"_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.2.tgz",
"_from": "limiter@>=1.1.0 <2.0.0",
"readme": "ERROR: No README data found!"
}