bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
71 lines (70 loc) • 1.77 kB
JSON
{
"_args": [
[
"memory-streams@0.1.3",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "memory-streams@0.1.3",
"_id": "memory-streams@0.1.3",
"_inBundle": false,
"_integrity": "sha512-qVQ/CjkMyMInPaaRMrwWNDvf6boRZXaT/DbQeMYcCWuXPEBf1v8qChOc9OlEVQp2uOvRXa1Qu30fLmKhY6NipA==",
"_location": "/memory-streams",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "memory-streams@0.1.3",
"name": "memory-streams",
"escapedName": "memory-streams",
"rawSpec": "0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
},
"_requiredBy": [
"/blessed-contrib"
],
"_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Paul Jackson",
"url": "http://jaaco.uk/"
},
"bugs": {
"url": "https://github.com/paulja/memory-streams-js/issues"
},
"dependencies": {
"readable-stream": "~1.0.2"
},
"description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
"devDependencies": {
"should": "~1.2.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/paulja/memory-streams-js",
"keywords": [
"stream",
"string",
"memory",
"Readable",
"Writable"
],
"license": "MIT",
"main": "index.js",
"name": "memory-streams",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/paulja/memory-streams-js.git"
},
"scripts": {
"test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
},
"typings": "index.d.ts",
"version": "0.1.3"
}