UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

75 lines (74 loc) 1.86 kB
{ "_args": [ [ "node-emoji@1.8.1", "/Users/carlos8f/projects/bot18" ] ], "_from": "node-emoji@1.8.1", "_id": "node-emoji@1.8.1", "_inBundle": false, "_integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==", "_location": "/node-emoji", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-emoji@1.8.1", "name": "node-emoji", "escapedName": "node-emoji", "rawSpec": "1.8.1", "saveSpec": null, "fetchSpec": "1.8.1" }, "_requiredBy": [ "/marked-terminal" ], "_resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz", "_spec": "1.8.1", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Daniel Bugl", "email": "daniel.bugl@touchlay.com" }, "bugs": { "url": "https://github.com/omnidan/node-emoji/issues" }, "dependencies": { "lodash.toarray": "^4.4.0" }, "description": "simple emoji support for node.js projects", "devDependencies": { "istanbul": "^0.4.5", "mocha": "^3.0.2", "should": "^11.1.0" }, "homepage": "https://github.com/omnidan/node-emoji#readme", "keywords": [ "emoji", "simple", "emoticons", "emoticon", "emojis", "smiley", "smileys", "smilies", "ideogram", "ideograms" ], "license": "MIT", "main": "index.js", "name": "node-emoji", "repository": { "type": "git", "url": "git+https://github.com/omnidan/node-emoji.git" }, "scripts": { "coverage": "istanbul cover _mocha test", "emojiparse": "node lib/emojiparse.js", "prepublish": "npm run test", "test": "mocha --require should --bail --reporter spec test/*", "watch": "mocha --require should --bail --reporter spec test/* --watch" }, "version": "1.8.1" }