bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
65 lines (64 loc) • 1.53 kB
JSON
{
"_args": [
[
"backoff@2.3.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "backoff@2.3.0",
"_id": "backoff@2.3.0",
"_inBundle": false,
"_integrity": "sha1-7nx+OAk/kuRyhZ22NedlJFT8Ieo=",
"_location": "/backoff",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "backoff@2.3.0",
"name": "backoff",
"escapedName": "backoff",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/reconnect-core"
],
"_resolved": "https://registry.npmjs.org/backoff/-/backoff-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Mathieu Turcotte",
"email": "turcotte.mat@gmail.com"
},
"bugs": {
"url": "https://github.com/MathieuTurcotte/node-backoff/issues"
},
"description": "Fibonacci and exponential backoffs.",
"devDependencies": {
"jshint": "2.0",
"nodeunit": "0.8",
"sinon": "1.7"
},
"engines": {
"node": ">= 0.6"
},
"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": {
"pretest": "node_modules/jshint/bin/jshint lib/ tests/ examples/ index.js",
"test": "node_modules/nodeunit/bin/nodeunit tests/"
},
"version": "2.3.0"
}