UNPKG

bot18

Version:

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

139 lines (138 loc) 2.3 kB
{ "_args": [ [ "file-type@3.9.0", "/Users/carlos8f/projects/bot18" ] ], "_from": "file-type@3.9.0", "_id": "file-type@3.9.0", "_inBundle": false, "_integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=", "_location": "/file-type", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "file-type@3.9.0", "name": "file-type", "escapedName": "file-type", "rawSpec": "3.9.0", "saveSpec": null, "fetchSpec": "3.9.0" }, "_requiredBy": [ "/node-telegram-bot-api" ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", "_spec": "3.9.0", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/file-type/issues" }, "description": "Detect the file type of a Buffer/Uint8Array", "devDependencies": { "ava": "*", "read-chunk": "^2.0.0", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/file-type#readme", "keywords": [ "mime", "file", "type", "archive", "image", "img", "pic", "picture", "flash", "photo", "video", "type", "detect", "check", "is", "exif", "exe", "binary", "buffer", "uint8array", "jpg", "png", "gif", "webp", "flif", "cr2", "tif", "bmp", "jxr", "psd", "zip", "tar", "rar", "gz", "bz2", "7z", "dmg", "mp4", "m4v", "mid", "mkv", "webm", "mov", "avi", "mpg", "mp3", "m4a", "ogg", "opus", "flac", "wav", "amr", "pdf", "epub", "exe", "swf", "rtf", "woff", "woff2", "eot", "ttf", "otf", "ico", "flv", "ps", "xz", "sqlite", "xpi", "cab", "deb", "ar", "rpm", "Z", "lz", "msi" ], "license": "MIT", "name": "file-type", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/file-type.git" }, "scripts": { "test": "xo && ava" }, "version": "3.9.0" }