bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
63 lines (62 loc) • 1.38 kB
JSON
{
"_args": [
[
"addr@1.0.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "addr@1.0.1",
"_id": "addr@1.0.1",
"_inBundle": false,
"_integrity": "sha1-oKu54XNcl266qHAYtm1GYpyzuxc=",
"_location": "/addr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "addr@1.0.1",
"name": "addr",
"escapedName": "addr",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/accesslog",
"/motley"
],
"_resolved": "https://registry.npmjs.org/addr/-/addr-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Carlos Rodriguez",
"email": "carlos@s8f.org",
"url": "http://s8f.org/"
},
"bugs": {
"url": "https://github.com/carlos8f/node-addr/issues"
},
"description": "Get the remote address of a request, with reverse-proxy support",
"devDependencies": {
"mocha": "*",
"request": "~2.9.203"
},
"homepage": "https://github.com/carlos8f/node-addr#readme",
"keywords": [
"ip",
"address",
"reverse-proxy",
"x-forwarded-for"
],
"license": "MIT",
"main": "index.js",
"name": "addr",
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/node-addr.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.1"
}