bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
77 lines (76 loc) • 1.67 kB
JSON
{
"_args": [
[
"buffet@1.0.10",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "buffet@1.0.10",
"_id": "buffet@1.0.10",
"_inBundle": false,
"_integrity": "sha1-soEKxHVNHnvfpObjIPmzfSJWCLg=",
"_location": "/buffet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "buffet@1.0.10",
"name": "buffet",
"escapedName": "buffet",
"rawSpec": "1.0.10",
"saveSpec": null,
"fetchSpec": "1.0.10"
},
"_requiredBy": [
"/motley-buffet"
],
"_resolved": "https://registry.npmjs.org/buffet/-/buffet-1.0.10.tgz",
"_spec": "1.0.10",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Carlos Rodriguez",
"email": "carlos@s8f.org",
"url": "http://s8f.org/"
},
"bin": {
"buffet": "./bin/buffet.js"
},
"bugs": {
"url": "https://github.com/carlos8f/buffet/issues"
},
"dependencies": {
"accesslog": "0.0.2",
"commander": "^2.9.0",
"dish": "^1.0.7",
"mayonnaise": "^0.3.2",
"middler": "^0.8.2"
},
"description": "Static file server with in-memory cache",
"devDependencies": {
"benchmarx": "^0.2.5",
"idgen": "^2.0.2",
"mocha": "^2.4.5",
"ncp": "^2.0.0",
"request": "^2.72.0",
"rimraf": "^2.5.2"
},
"homepage": "https://github.com/carlos8f/buffet#readme",
"keywords": [
"static",
"middleware",
"server",
"file",
"buffer"
],
"license": "MIT",
"main": "index.js",
"name": "buffet",
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/buffet.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.10"
}