linx-simulator2/node_modules/backoff/package.json

70 lines
1.7 KiB
JSON

{
"_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": [
"/reconnect-core"
],
"_resolved": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz",
"_shasum": "f616eda9d3e4b66b8ca7fca79f695722c5f8e26f",
"_spec": "backoff@~2.5.0",
"_where": "/home/safemobile/LINX/linx-simulator2/node_modules/reconnect-core",
"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"
}