File: D:/HostingSpaces/SBogers10/helder.komma.pro/node_modules/limiter/package.json
{
"_args": [
[
{
"raw": "limiter@^1.0.5",
"scope": null,
"escapedName": "limiter",
"name": "limiter",
"rawSpec": "^1.0.5",
"spec": ">=1.0.5 <2.0.0",
"type": "range"
},
"/Users/mike/Webdevelopment/Helder/node_modules/stream-throttle"
]
],
"_from": "limiter@>=1.0.5 <2.0.0",
"_hasShrinkwrap": false,
"_id": "limiter@1.1.4",
"_inCache": true,
"_location": "/limiter",
"_nodeVersion": "11.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/limiter_1.1.4_1547427598874_0.7060644340835409"
},
"_npmUser": {
"name": "jhurliman",
"email": "jhurliman@jhurliman.org"
},
"_npmVersion": "6.5.0-next.0",
"_phantomChildren": {},
"_requested": {
"raw": "limiter@^1.0.5",
"scope": null,
"escapedName": "limiter",
"name": "limiter",
"rawSpec": "^1.0.5",
"spec": ">=1.0.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stream-throttle"
],
"_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.4.tgz",
"_shasum": "87c9c3972d389fdb0ba67a45aadbc5d2f8413bc1",
"_shrinkwrap": null,
"_spec": "limiter@^1.0.5",
"_where": "/Users/mike/Webdevelopment/Helder/node_modules/stream-throttle",
"author": {
"name": "John Hurliman",
"email": "jhurliman@jhurliman.org"
},
"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": {
"integrity": "sha512-XCpr5bElgDI65vVgstP8TWjv6/QKWm9GU5UG0Pr5sLQ3QLo8NVKsioe+Jed5/3vFOe3IQuqE7DKwTvKQkjTHvg==",
"shasum": "87c9c3972d389fdb0ba67a45aadbc5d2f8413bc1",
"tarball": "https://registry.npmjs.org/limiter/-/limiter-1.1.4.tgz",
"fileCount": 12,
"unpackedSize": 22491,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcO98PCRA9TVsSAnZWagAAnQ4P/Rvwb/iz6lU8rGuDxJLm\nZNyEu5phwZ0fxSL4cBNFxi4IsfS91npU6OMpJSV81ELgZHFlGNZ+v/Ty7kBj\noA1IncJewqsx+rvmKIA8CGDdHRmtoUlgDY+R0XLkQ8ayi0RS8dfhKwCENYgS\nwbFC56V4LRNYRPpSoWIZwysj03r5VWTHPF/QcozfDDo7dr1LWQIIJugS7v/5\nmNWE1cm4LKj/m0r0jhmLw0Hj583vhDj4iVxpntYN6B/jgZlKirXdp2Bg+Iwj\nyKEVPuzgAsMOot6qNV2/GfsUb0LqM+PAHpGKTKluTujKqLixx5FALalGt4vj\nyda+QwcjrFogcGACQidO42LhTDUdFsFn7EhAO2KiuxyhDH7aHYF7JTn1mOM1\noqYb7TIr/naB8YFZZ1cETWhwAkwFLzZJ/YcLcSpCrhxklK7ScH6THAgGB7Ym\nprMLKq4NpWwuwgKrqkK+Uzs1afKIK7vvYfF1IiuKyfEeu2iaMAMS7WkEXYVU\nJStGHKu2ZX+DrZ3/6S8nXhexwYGEsv1V0Ja7C9XsPQMQEemgIJrFQ7inFSy7\nB7LDyVszhkPF4x+ZvylBR7Ab+5fciCkA3y2/blWmnpQgRa37dCCaptfW3Kd+\nRCSRGrIh6UzCm+uFrywe50j5YxUmVDOgUrbIW1zvoTS/mUriXrvK6oV3JHcq\nddgY\r\n=eWSY\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "cc0ee6134c25cb4bd206801b54984677a3f2c736",
"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",
"maintainers": [
{
"name": "jhurliman",
"email": "jhurliman@cull.tv"
}
],
"name": "limiter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jhurliman/node-rate-limiter.git"
},
"scripts": {
"test": "vows --spec"
},
"types": "./index.d.ts",
"version": "1.1.4"
}