bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
69 lines (68 loc) • 1.6 kB
JSON
{
"_args": [
[
"micro-request@666.0.10",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "micro-request@666.0.10",
"_id": "micro-request@666.0.10",
"_inBundle": false,
"_integrity": "sha1-oannMhcBT01AGqH+Vp6NdReB1yY=",
"_location": "/micro-request",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "micro-request@666.0.10",
"name": "micro-request",
"escapedName": "micro-request",
"rawSpec": "666.0.10",
"saveSpec": null,
"fetchSpec": "666.0.10"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/micro-request/-/micro-request-666.0.10.tgz",
"_spec": "666.0.10",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Carlos Rodriguez",
"email": "carlos@s8f.org",
"url": "http://s8f.org/"
},
"bugs": {
"url": "https://github.com/carlos8f/micro-request/issues"
},
"dependencies": {},
"description": "zero-dependency http(s) client with smart json and stream support",
"devDependencies": {
"from": "^0.1.3",
"mocha": "^2.4.5",
"rimraf": "^2.5.2"
},
"homepage": "https://github.com/carlos8f/micro-request",
"keywords": [
"request",
"http",
"https",
"json",
"client",
"www",
"web",
"fetch",
"minimalist"
],
"license": "MIT",
"main": "index.js",
"name": "micro-request",
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/micro-request.git"
},
"scripts": {
"test": "mocha --reporter spec --timeout 10s"
},
"version": "666.0.10"
}