{
  "_args": [
    [
      {
        "name": "backoff",
        "raw": "backoff@^2.4.0",
        "rawSpec": "^2.4.0",
        "scope": null,
        "spec": ">=2.4.0 <3.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\restify"
    ]
  ],
  "_from": "backoff@>=2.4.0 <3.0.0",
  "_id": "backoff@2.5.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/backoff",
  "_nodeVersion": "4.2.4",
  "_npmOperationalInternal": {
    "host": "packages-13-west.internal.npmjs.com",
    "tmp": "tmp/backoff-2.5.0.tgz_1457796071422_0.5366517049260437"
  },
  "_npmUser": {
    "email": "turcotte.mat@gmail.com",
    "name": "mathieu"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "backoff",
    "raw": "backoff@^2.4.0",
    "rawSpec": "^2.4.0",
    "scope": null,
    "spec": ">=2.4.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restify"
  ],
  "_resolved": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz",
  "_shasum": "f616eda9d3e4b66b8ca7fca79f695722c5f8e26f",
  "_shrinkwrap": null,
  "_spec": "backoff@^2.4.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\restify",
  "author": {
    "email": "turcotte.mat@gmail.com",
    "name": "Mathieu Turcotte"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "f616eda9d3e4b66b8ca7fca79f695722c5f8e26f",
    "tarball": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib",
    "tests"
  ],
  "gitHead": "811118fd1f89e9ca4e6b67292b9ef5da6c4f60e9",
  "homepage": "https://github.com/MathieuTurcotte/node-backoff#readme",
  "keywords": [
    "backoff",
    "retry",
    "fibonacci",
    "exponential"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "turcotte.mat@gmail.com",
      "name": "mathieu"
    }
  ],
  "name": "backoff",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
