{ "_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" }, "c:\\xampp\\htdocs\\laravel\\node_modules\\stream-throttle" ] ], "_from": "limiter@>=1.0.5 <2.0.0", "_id": "limiter@1.1.0", "_inCache": true, "_location": "/limiter", "_nodeVersion": "4.1.0", "_npmUser": { "name": "jhurliman", "email": "jhurliman@jhurliman.org" }, "_npmVersion": "3.3.5", "_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.0.tgz", "_shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913", "_shrinkwrap": null, "_spec": "limiter@^1.0.5", "_where": "c:\\xampp\\htdocs\\laravel\\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": { "shasum": "6e2bd12ca3fcdaa11f224e2e53c896df3f08d913", "tarball": "https://registry.npmjs.org/limiter/-/limiter-1.1.0.tgz" }, "gitHead": "bf4286a31db48dec2a1a0029bf2ab703dd016b12", "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" }, "version": "1.1.0" }