bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
83 lines (82 loc) • 1.78 kB
JSON
{
"_args": [
[
"log-update@2.3.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "log-update@2.3.0",
"_id": "log-update@2.3.0",
"_inBundle": false,
"_integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=",
"_location": "/log-update",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "log-update@2.3.0",
"name": "log-update",
"escapedName": "log-update",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/ink"
],
"_resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/log-update/issues"
},
"dependencies": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
"devDependencies": {
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/log-update#readme",
"keywords": [
"log",
"logger",
"logging",
"cli",
"terminal",
"term",
"console",
"shell",
"update",
"refresh",
"overwrite",
"output",
"stdout",
"progress",
"bar",
"animation"
],
"license": "MIT",
"name": "log-update",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/log-update.git"
},
"scripts": {
"test": "xo && node test.js"
},
"version": "2.3.0"
}