{
  "_args": [
    [
      "backoff@2.5.0",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "backoff@2.5.0",
  "_id": "backoff@2.5.0",
  "_inBundle": false,
  "_integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=",
  "_location": "/backoff",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "backoff@2.5.0",
    "name": "backoff",
    "escapedName": "backoff",
    "rawSpec": "2.5.0",
    "saveSpec": null,
    "fetchSpec": "2.5.0"
  },
  "_requiredBy": [
    "/ldapjs"
  ],
  "_resolved": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz",
  "_spec": "2.5.0",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Mathieu Turcotte",
    "email": "turcotte.mat@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/MathieuTurcotte/node-backoff/issues"
  },
  "dependencies": {
    "precond": "0.2"
  },
  "description": "Fibonacci and exponential backoffs.",
  "devDependencies": {
    "nodeunit": "0.9",
    "sinon": "1.10"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib",
    "tests"
  ],
  "homepage": "https://github.com/MathieuTurcotte/node-backoff#readme",
  "keywords": [
    "backoff",
    "retry",
    "fibonacci",
    "exponential"
  ],
  "license": "MIT",
  "name": "backoff",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MathieuTurcotte/node-backoff.git"
  },
  "scripts": {
    "docco": "docco lib/*.js lib/strategy/* index.js",
    "pretest": "jshint lib/ tests/ examples/ index.js",
    "test": "node_modules/nodeunit/bin/nodeunit tests/"
  },
  "version": "2.5.0"
}
