bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
52 lines (51 loc) • 1.28 kB
JSON
{
"_args": [
[
"@xmpp/jid@0.0.2",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "@xmpp/jid@0.0.2",
"_id": "@xmpp/jid@0.0.2",
"_inBundle": false,
"_integrity": "sha1-DVKMqdWNr8gzZlVk/+YvMyoxZ/I=",
"_location": "/@xmpp/jid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@xmpp/jid@0.0.2",
"name": "@xmpp/jid",
"escapedName": "@xmpp%2fjid",
"scope": "@xmpp",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/node-xmpp-core"
],
"_resolved": "https://registry.npmjs.org/@xmpp/jid/-/jid-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "/Users/carlos8f/projects/bot18",
"bugs": {
"url": "http://github.com/node-xmpp/node-xmpp/issues"
},
"description": "XMPP identifiers (JID) for JavaScript",
"homepage": "https://github.com/node-xmpp/node-xmpp/tree/master/packages/jid",
"keywords": [
"XMPP",
"JID"
],
"license": "ISC",
"name": "@xmpp/jid",
"repository": {
"type": "git",
"url": "git+https://github.com/node-xmpp/node-xmpp.git"
},
"scripts": {
"bundle": "../../node_modules/.bin/browserify index.js -s JID -o bundle.js",
"prepublish": "npm run bundle"
},
"version": "0.0.2"
}