bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
71 lines (70 loc) • 1.53 kB
JSON
{
"_args": [
[
"accesslog@0.0.2",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "accesslog@0.0.2",
"_id": "accesslog@0.0.2",
"_inBundle": false,
"_integrity": "sha1-PDg4YWC9nk+BhSwO8JFAmj7EGxw=",
"_location": "/accesslog",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "accesslog@0.0.2",
"name": "accesslog",
"escapedName": "accesslog",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/buffet"
],
"_resolved": "https://registry.npmjs.org/accesslog/-/accesslog-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Carlos Rodriguez",
"email": "carlos@s8f.org",
"url": "http://s8f.org/"
},
"bugs": {
"url": "https://github.com/carlos8f/node-accesslog/issues"
},
"dependencies": {
"addr": "~1.0.0",
"dateable": "~0.1.2"
},
"description": "Simple common/combined access log middleware",
"devDependencies": {
"idgen": "1.x",
"mocha": "*",
"request": "*"
},
"homepage": "https://github.com/carlos8f/node-accesslog#readme",
"keywords": [
"logger",
"log",
"access",
"common",
"combined",
"http",
"apache",
"nsca"
],
"license": "MIT",
"main": "index.js",
"name": "accesslog",
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/node-accesslog.git"
},
"scripts": {
"test": "make test"
},
"version": "0.0.2"
}