UNPKG

bot18

Version:

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

75 lines (74 loc) 1.55 kB
{ "_args": [ [ "chardet@0.4.2", "/Users/carlos8f/projects/bot18" ] ], "_from": "chardet@0.4.2", "_id": "chardet@0.4.2", "_inBundle": false, "_integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", "_location": "/chardet", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "chardet@0.4.2", "name": "chardet", "escapedName": "chardet", "rawSpec": "0.4.2", "saveSpec": null, "fetchSpec": "0.4.2" }, "_requiredBy": [ "/external-editor" ], "_resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", "_spec": "0.4.2", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Dmitry Shirokov", "email": "deadrunk@gmail.com" }, "bugs": { "url": "http://github.com/runk/node-chardet/issues" }, "contributors": [ { "name": "@spikying" } ], "description": "Character detector", "devDependencies": { "github-publish-release": "^4.0.0", "mocha": "^4.0.1" }, "directories": { "test": "test" }, "engine": { "node": ">=4" }, "homepage": "https://github.com/runk/node-chardet", "keywords": [ "encoding", "character", "utf8", "detector", "chardet", "icu" ], "license": "MIT", "main": "index.js", "name": "chardet", "repository": { "type": "git", "url": "git+ssh://git@github.com/runk/node-chardet.git" }, "scripts": { "release": "scripts/release", "test": "mocha -R spec --recursive" }, "version": "0.4.2" }