UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

96 lines (95 loc) 2.02 kB
{ "_args": [ [ "p-queue@2.4.2", "/Users/carlos8f/projects/bot18" ] ], "_from": "p-queue@2.4.2", "_id": "p-queue@2.4.2", "_inBundle": false, "_integrity": "sha512-n8/y+yDJwBjoLQe1GSJbbaYQLTI7QHNZI2+rpmCDbe++WLf9HC3gf6iqj5yfPAV71W4UF3ql5W1+UBPXoXTxng==", "_location": "/p-queue", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "p-queue@2.4.2", "name": "p-queue", "escapedName": "p-queue", "rawSpec": "2.4.2", "saveSpec": null, "fetchSpec": "2.4.2" }, "_requiredBy": [ "/@slack/client" ], "_resolved": "https://registry.npmjs.org/p-queue/-/p-queue-2.4.2.tgz", "_spec": "2.4.2", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/p-queue/issues" }, "description": "Promise queue with concurrency control", "devDependencies": { "ava": "*", "benchmark": "^2.1.2", "delay": "^2.0.0", "in-range": "^1.0.0", "random-int": "^1.0.0", "time-span": "^2.0.0", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/p-queue#readme", "keywords": [ "promise", "queue", "enqueue", "limit", "limited", "concurrency", "throttle", "throat", "rate", "batch", "ratelimit", "priority", "priorityqueue", "fifo", "job", "task", "async", "await", "promises", "bluebird" ], "license": "MIT", "maintainers": [ { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", "url": "github.com/floatdrop" } ], "name": "p-queue", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/p-queue.git" }, "scripts": { "bench": "node bench.js", "test": "xo && ava" }, "version": "2.4.2" }