bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
73 lines (72 loc) • 1.59 kB
JSON
{
"_args": [
[
"colors@1.3.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "colors@1.3.0",
"_id": "colors@1.3.0",
"_inBundle": false,
"_integrity": "sha512-EDpX3a7wHMWFA7PUHWPHNWqOxIIRSJetuwl0AS5Oi/5FMV8kWm69RTlgm00GKjBO1xFHMtBbL49yRtMMdticBw==",
"_location": "/colors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "colors@1.3.0",
"name": "colors",
"escapedName": "colors",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/cli-table2",
"/motley"
],
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Marak Squires"
},
"bugs": {
"url": "https://github.com/Marak/colors.js/issues"
},
"description": "get colors in your node.js console",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1"
},
"engines": {
"node": ">=0.1.90"
},
"files": [
"examples",
"lib",
"LICENSE",
"safe.js",
"themes",
"index.d.ts",
"safe.d.ts"
],
"homepage": "https://github.com/Marak/colors.js",
"keywords": [
"ansi",
"terminal",
"colors"
],
"license": "MIT",
"main": "lib/index.js",
"name": "colors",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Marak/colors.js.git"
},
"scripts": {
"lint": "eslint . --fix",
"test": "node tests/basic-test.js && node tests/safe-test.js"
},
"version": "1.3.0"
}