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

80 lines
1.8 KiB

{
"_args": [
[
"retry@latest",
"/Users/rebecca/code/npm"
]
],
"_from": "retry@latest",
"_id": "retry@0.9.0",
"_inCache": true,
"_installable": true,
"_location": "/retry",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "tim@debuggable.com",
"name": "tim-kos"
},
"_npmVersion": "2.1.7",
"_phantomChildren": {},
"_requested": {
"name": "retry",
"raw": "retry@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.9.0.tgz",
"_shasum": "6f697e50a0e4ddc8c8f7fb547a9b60dead43678d",
"_shrinkwrap": null,
"_spec": "retry@latest",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "tim@debuggable.com",
"name": "Tim Koschützki",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/tim-kos/node-retry/issues"
},
"dependencies": {},
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
"devDependencies": {
"fake": "0.2.0",
"far": "0.0.1"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "6f697e50a0e4ddc8c8f7fb547a9b60dead43678d",
"tarball": "http://registry.npmjs.org/retry/-/retry-0.9.0.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "1b621cf499ef7647d005e3650006b93a8dbeb986",
"homepage": "https://github.com/tim-kos/node-retry",
"license": "MIT",
"main": "index",
"maintainers": [
{
"name": "tim-kos",
"email": "tim@debuggable.com"
}
],
"name": "retry",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/tim-kos/node-retry.git"
},
"scripts": {},
"version": "0.9.0"
}