bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
81 lines (80 loc) • 1.84 kB
JSON
{
"_args": [
[
"memorystream@0.3.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "memorystream@0.3.1",
"_id": "memorystream@0.3.1",
"_inBundle": false,
"_integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=",
"_location": "/memorystream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "memorystream@0.3.1",
"name": "memorystream",
"escapedName": "memorystream",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/blessed-contrib"
],
"_resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Dmitry Nizovtsev",
"url": "https://github.com/JSBizon"
},
"bugs": {
"url": "https://github.com/JSBizon/node-memorystream/issues"
},
"contributors": [
{
"name": "Dmitry Nizovtsev",
"email": "dmitryp3@gmail.com"
}
],
"description": "This is lightweight memory stream module for node.js.",
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.12.2",
"mocha": "~1.20.0",
"q": "~1.0.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/JSBizon/node-memorystream",
"keywords": [
"memory",
"test",
"stream",
"tools",
"streams",
"buffer"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE"
}
],
"name": "memorystream",
"repository": {
"type": "git",
"url": "git+https://github.com/JSBizon/node-memorystream.git"
},
"scripts": {
"test": "grunt"
},
"version": "0.3.1"
}