package.json 2.17 KB
{
  "_args": [
    [
      "limiter@^1.0.5",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\stream-throttle"
    ]
  ],
  "_from": "limiter@>=1.0.5 <2.0.0",
  "_id": "limiter@1.1.0",
  "_inCache": true,
  "_installable": 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 <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": "D:\\100-PROJECTS\\Angular\\quickstart\\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",
  "keywords": [
    "rate",
    "limiting",
    "throttling"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
    }
  ],
  "main": "./index.js",
  "maintainers": [
    {
      "email": "jhurliman@cull.tv",
      "name": "jhurliman"
    }
  ],
  "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"
}