bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
75 lines (74 loc) • 1.76 kB
JSON
{
"_args": [
[
"node-xmpp-client@3.2.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "node-xmpp-client@3.2.0",
"_id": "node-xmpp-client@3.2.0",
"_inBundle": false,
"_integrity": "sha1-r0Un3wzFq9JpDLohOcwezcgeoYk=",
"_location": "/node-xmpp-client",
"_phantomChildren": {
"ms": "2.0.0",
"options": "0.0.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-xmpp-client@3.2.0",
"name": "node-xmpp-client",
"escapedName": "node-xmpp-client",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/simple-xmpp"
],
"_resolved": "https://registry.npmjs.org/node-xmpp-client/-/node-xmpp-client-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/carlos8f/projects/bot18",
"browser": {
"request": "browser-request",
"ws": false,
"path": false,
"crypto": false
},
"bugs": {
"url": "http://github.com/node-xmpp/node-xmpp/issues"
},
"dependencies": {
"browser-request": "^0.3.3",
"debug": "^2.2.0",
"md5.js": "^1.3.3",
"minimist": "^1.2.0",
"node-xmpp-core": "^5.0.9",
"request": "^2.65.0",
"ws": "^1.1.1"
},
"description": "XMPP client for JavaScript",
"devDependencies": {
"node-xmpp-server": "^2.2.7"
},
"homepage": "http://github.com/node-xmpp/node-xmpp",
"keywords": [
"client",
"XMPP",
"C2S",
"WebSocket",
"BOSH"
],
"license": "MIT",
"name": "node-xmpp-client",
"repository": {
"type": "git",
"url": "git+https://github.com/node-xmpp/node-xmpp.git"
},
"scripts": {
"bundle": "../../node_modules/.bin/browserify -s XMPP index.js -o browserify.js",
"prepublish": "npm run bundle"
},
"version": "3.2.0"
}