bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
89 lines (88 loc) • 1.9 kB
JSON
{
"_args": [
[
"x256@0.0.2",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "x256@0.0.2",
"_id": "x256@0.0.2",
"_inBundle": false,
"_integrity": "sha1-ya8Yh296F1gB1WT+cK2egxd4STQ=",
"_location": "/x256",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "x256@0.0.2",
"name": "x256",
"escapedName": "x256",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/ansi-term",
"/blessed-contrib",
"/drawille-canvas-blessed-contrib",
"/picture-tube"
],
"_resolved": "https://registry.npmjs.org/x256/-/x256-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-x256/issues"
},
"description": "find the nearest xterm 256 color index for an rgb",
"devDependencies": {
"tape": "^2.13.3"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/substack/node-x256#readme",
"keywords": [
"256",
"terminal",
"colors",
"xterm",
"ansi"
],
"license": "MIT",
"main": "index.js",
"name": "x256",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-x256.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/15",
"firefox/latest",
"firefox/nightly",
"chrome/15",
"chrome/latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "0.0.2"
}