mirror of https://github.com/lukechilds/node.git
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.
61 lines
1.5 KiB
61 lines
1.5 KiB
{
|
|
"_from": "retry@~0.10.1",
|
|
"_id": "retry@0.10.1",
|
|
"_integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=",
|
|
"_location": "/retry",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "retry@~0.10.1",
|
|
"name": "retry",
|
|
"escapedName": "retry",
|
|
"rawSpec": "~0.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/npm-registry-client",
|
|
"/pacote/promise-retry"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz",
|
|
"_shasum": "e76388d217992c252750241d3d3956fed98d8ff4",
|
|
"_shrinkwrap": null,
|
|
"_spec": "retry@~0.10.1",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Tim Koschützki",
|
|
"email": "tim@debuggable.com",
|
|
"url": "http://debuggable.com/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/tim-kos/node-retry/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
|
|
"devDependencies": {
|
|
"fake": "0.2.0",
|
|
"far": "0.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/tim-kos/node-retry",
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "retry",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tim-kos/node-retry.git"
|
|
},
|
|
"version": "0.10.1"
|
|
}
|
|
|