bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
71 lines (70 loc) • 1.73 kB
JSON
{
"_args": [
[
"run-series@1.1.8",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "run-series@1.1.8",
"_id": "run-series@1.1.8",
"_inBundle": false,
"_integrity": "sha512-+GztYEPRpIsQoCSraWHDBs9WVy4eVME16zhOtDB4H9J4xN0XRhknnmLOl+4gRgZtu8dpp9N/utSPjKH/xmDzXg==",
"_location": "/run-series",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "run-series@1.1.8",
"name": "run-series",
"escapedName": "run-series",
"rawSpec": "1.1.8",
"saveSpec": null,
"fetchSpec": "1.1.8"
},
"_requiredBy": [
"/motley"
],
"_resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.8.tgz",
"_spec": "1.1.8",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/run-series/issues"
},
"dependencies": {},
"description": "Run an array of functions in series",
"devDependencies": {
"airtap": "0.0.4",
"standard": "*",
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/run-series",
"keywords": [
"series",
"async",
"function",
"callback",
"asynchronous",
"run",
"array",
"run series"
],
"license": "MIT",
"main": "index.js",
"name": "run-series",
"repository": {
"type": "git",
"url": "git://github.com/feross/run-series.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "1.1.8"
}