bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
75 lines (74 loc) • 1.59 kB
JSON
{
"_args": [
[
"cli-table@0.3.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "cli-table@0.3.1",
"_id": "cli-table@0.3.1",
"_inBundle": false,
"_integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
"_location": "/cli-table",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli-table@0.3.1",
"name": "cli-table",
"escapedName": "cli-table",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/marked-terminal"
],
"_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Guillermo Rauch",
"email": "guillermo@learnboost.com"
},
"bugs": {
"url": "https://github.com/Automattic/cli-table/issues"
},
"contributors": [
{
"name": "Sonny Michaud",
"email": "michaud.sonny@gmail.com",
"url": "http://github.com/sonnym"
}
],
"dependencies": {
"colors": "1.0.3"
},
"description": "Pretty unicode tables for the CLI",
"devDependencies": {
"expresso": "~0.9",
"should": "~0.6"
},
"engines": {
"node": ">= 0.2.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/Automattic/cli-table#readme",
"keywords": [
"cli",
"colors",
"table"
],
"main": "lib",
"name": "cli-table",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/cli-table.git"
},
"scripts": {
"test": "make test"
},
"version": "0.3.1"
}