You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.0 KiB
JSON

{
"_args": [
[
"simple-backoff@^1.0.0",
"/Users/alfiepates/src/invoicer/node_modules/pool2"
]
],
"_from": "simple-backoff@>=1.0.0 <2.0.0",
"_id": "simple-backoff@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/simple-backoff",
"_nodeVersion": "0.12.6",
"_npmUser": {
"email": "kris.re@bbhmedia.com",
"name": "myndzi"
},
"_npmVersion": "2.8.3",
"_phantomChildren": {},
"_requested": {
"name": "simple-backoff",
"raw": "simple-backoff@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/pool2"
],
"_resolved": "https://registry.npmjs.org/simple-backoff/-/simple-backoff-1.0.0.tgz",
"_shasum": "a4fa290ec01969c07ca136fe8bbfb40e0ef35ac2",
"_shrinkwrap": null,
"_spec": "simple-backoff@^1.0.0",
"_where": "/Users/alfiepates/src/invoicer/node_modules/pool2",
"author": {
"name": "Kris Reeves"
},
"bugs": {
"url": "https://github.com/myndzi/simple-backoff/issues"
},
"dependencies": {},
"description": "Simple backoff calculation with multiple strategies",
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.3"
},
"directories": {},
"dist": {
"shasum": "a4fa290ec01969c07ca136fe8bbfb40e0ef35ac2",
"tarball": "http://localhost:4873/simple-backoff/-/simple-backoff-1.0.0.tgz"
},
"gitHead": "5562efb6128e3a1f9e9c9b9a5ee9a7a8ef2b9d03",
"homepage": "https://github.com/myndzi/simple-backoff#readme",
"keywords": [
"backoff",
"linear",
"fibonacci",
"exponential"
],
"license": "ISC",
"main": "simple-backoff.js",
"maintainers": [
{
"email": "kris.re@bbhmedia.com",
"name": "myndzi"
}
],
"name": "simple-backoff",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/myndzi/simple-backoff.git"
},
"scripts": {
"test": "mocha -u bdd --bail *.test.js"
},
"version": "1.0.0"
}