bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
60 lines (59 loc) • 1.39 kB
JSON
{
"_args": [
[
"bresenham@0.0.3",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "bresenham@0.0.3",
"_id": "bresenham@0.0.3",
"_inBundle": false,
"_integrity": "sha1-q9q55bGU4nx1fNMU2ERDFPKZh3o=",
"_location": "/bresenham",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bresenham@0.0.3",
"name": "bresenham",
"escapedName": "bresenham",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"/drawille-canvas-blessed-contrib"
],
"_resolved": "https://registry.npmjs.org/bresenham/-/bresenham-0.0.3.tgz",
"_spec": "0.0.3",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Bence Dányi",
"email": "madbence@gmail.com"
},
"bugs": {
"url": "https://github.com/madbence/node-bresenham/issues"
},
"description": "Bresenham's line algorithm",
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.3.1"
},
"homepage": "https://github.com/madbence/node-bresenham",
"keywords": [
"line",
"bresenham",
"math"
],
"license": "MIT",
"main": "index.js",
"name": "bresenham",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/madbence/node-bresenham.git"
},
"scripts": {
"test": "mocha -R spec -r should test/**/*.js"
},
"version": "0.0.3"
}