{ "_from": "backoff@^2.5.0", "_id": "backoff@2.5.0", "_inBundle": false, "_integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=", "_location": "/backoff", "_phantomChildren": {}, "_requested": { "type": "range", "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", "_shasum": "f616eda9d3e4b66b8ca7fca79f695722c5f8e26f", "_spec": "backoff@^2.5.0", "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs", "author": { "name": "Mathieu Turcotte", "email": "turcotte.mat@gmail.com" }, "bugs": { "url": "https://github.com/MathieuTurcotte/node-backoff/issues" }, "bundleDependencies": false, "dependencies": { "precond": "0.2" }, "deprecated": false, "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" }