{ "_from": "telegraf", "_id": "telegraf@3.37.0", "_inBundle": false, "_integrity": "sha512-V3448qwfOolBqkIc87yxjW4zMvR2P6AIF24pPTlX9WhZPwA1TF/x3nQhnWPRLtGh2SJuvDcr83iTkXPXT7Opnw==", "_location": "/telegraf", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "telegraf", "name": "telegraf", "escapedName": "telegraf", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/telegraf/-/telegraf-3.37.0.tgz", "_shasum": "f88ae3d4bddac6f479137d4c867489acf3f57b66", "_spec": "telegraf", "_where": "/home/pablinux/Projects/Node/app_sigma", "author": { "name": "Vitaly Domnikov", "email": "oss@vitaly.codes" }, "bin": { "telegraf": "bin/telegraf" }, "bugs": { "url": "https://github.com/telegraf/telegraf/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^4.0.1", "minimist": "^1.2.0", "module-alias": "^2.2.2", "node-fetch": "^2.2.0", "sandwich-stream": "^2.0.1", "telegram-typings": "^3.6.0" }, "deprecated": false, "description": "Modern Telegram Bot Framework", "devDependencies": { "@types/node": "^13.1.0", "ava": "^3.0.0", "eslint": "^6.2.2", "eslint-config-standard": "^14.1.0", "eslint-plugin-ava": "^10.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "husky": "^4.2.0", "typescript": "^3.0.1" }, "engines": { "node": ">=8" }, "files": [ "bin/*", "core/**/*.js", "scenes/**/*.js", "typings/*.d.ts", "*.js" ], "homepage": "https://github.com/telegraf/telegraf#readme", "keywords": [ "telegraf", "telegram", "telegram bot api", "bot", "botapi", "bot framework" ], "license": "MIT", "main": "telegraf.js", "name": "telegraf", "repository": { "type": "git", "url": "git+ssh://git@github.com/telegraf/telegraf.git" }, "scripts": { "lint": "eslint .", "precommit": "npm run lint && npm run typecheck && npm test", "test": "ava test/*", "typecheck": "tsc" }, "type": "commonjs", "types": "./typings/index.d.ts", "version": "3.37.0" }