bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
64 lines (63 loc) • 1.49 kB
JSON
{
"_args": [
[
"cbq@0.0.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "cbq@0.0.1",
"_id": "cbq@0.0.1",
"_inBundle": false,
"_integrity": "sha512-MCLjfpHAcI3gPdx26xoQx2JqRdNMf68ovhJkqNSiZIx/yQP6yNYYKbf8ww2J6kgNTPGIrXyugFlNz5jmGtg8BQ==",
"_location": "/cbq",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cbq@0.0.1",
"name": "cbq",
"escapedName": "cbq",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/bitfinex-api-node"
],
"_resolved": "https://registry.npmjs.org/cbq/-/cbq-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "prdn",
"email": "paolo@bitfinex.com",
"url": "https://bitfinex.com/"
},
"bugs": {
"url": "https://github.com/bitfinexcom/cbq-js/issues"
},
"dependencies": {},
"description": "Simple Callback Queue",
"devDependencies": {
"standard": "^10.0.2"
},
"engine": {
"node": ">=6.0"
},
"homepage": "https://github.com/bitfinexcom/cbq-js#readme",
"keywords": [
"callback queue"
],
"license": "MIT",
"main": "index.js",
"name": "cbq",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/cbq-js.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "istanbul test ./node_modules/.bin/_mocha -- -R spec"
},
"version": "0.0.1"
}