UNPKG

13.1 kBJSONView Raw
1{
2 "name": "node-telegram-bot-api",
3 "version": "0.56.0",
4 "description": "Telegram Bot API",
5 "main": "./index.js",
6 "directories": {
7 "example": "examples",
8 "test": "test"
9 },
10 "keywords": [
11 "telegram",
12 "telegram bot",
13 "telegram bot api",
14 "bot"
15 ],
16 "scripts": {
17 "gen-doc": "echo 'WARNING: `npm run gen-doc` is deprecated. Use `npm run doc` instead.' && npm run doc",
18 "doc": "jsdoc2md --files src/telegram.js --template doc/api.hbs > doc/api.md",
19 "build": "babel -d ./lib src",
20 "prepublishOnly": "npm run build && npm run gen-doc",
21 "eslint": "eslint ./src ./test ./examples",
22 "mocha": "mocha",
23 "pretest": "npm run build",
24 "test": "npm run eslint && istanbul cover ./node_modules/mocha/bin/_mocha"
25 },
26 "author": "Yago Pérez <yagoperezs@gmail.com>",
27 "license": "MIT",
28 "engines": {
29 "node": ">=0.12"
30 },
31 "dependencies": {
32 "array.prototype.findindex": "^2.0.2",
33 "bl": "^1.2.3",
34 "bluebird": "^3.5.1",
35 "debug": "^3.1.0",
36 "depd": "^1.1.1",
37 "eventemitter3": "^3.0.0",
38 "file-type": "^3.9.0",
39 "mime": "^1.6.0",
40 "pump": "^2.0.0",
41 "request": "^2.83.0",
42 "request-promise": "^4.2.2"
43 },
44 "devDependencies": {
45 "babel-cli": "^6.26.0",
46 "babel-eslint": "^8.0.3",
47 "babel-plugin-transform-class-properties": "^6.24.1",
48 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
49 "babel-plugin-transform-es2015-parameters": "^6.24.1",
50 "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
51 "babel-plugin-transform-es2015-spread": "^6.22.0",
52 "babel-plugin-transform-object-rest-spread": "^6.26.0",
53 "babel-plugin-transform-strict-mode": "^6.24.1",
54 "babel-preset-es2015": "^6.24.1",
55 "babel-register": "^6.26.0",
56 "concat-stream": "^1.6.0",
57 "contributor": "^0.1.25",
58 "eslint": "^2.13.1",
59 "eslint-config-airbnb": "^6.2.0",
60 "eslint-plugin-mocha": "^4.11.0",
61 "is": "^3.2.1",
62 "is-ci": "^1.0.10",
63 "istanbul": "^1.1.0-alpha.1",
64 "jsdoc-to-markdown": "^3.0.3",
65 "mocha": "^3.5.3",
66 "mocha-lcov-reporter": "^1.3.0",
67 "node-static": "^0.7.10"
68 },
69 "repository": {
70 "type": "git",
71 "url": "https://github.com/yagop/node-telegram-bot-api.git"
72 },
73 "bugs": {
74 "url": "https://github.com/yagop/node-telegram-bot-api/issues"
75 },
76 "homepage": "https://github.com/yagop/node-telegram-bot-api",
77 "contributors": [
78 {
79 "name": "Oleg",
80 "email": null,
81 "url": "https://github.com/olegmdev",
82 "contributions": 1,
83 "additions": 1,
84 "deletions": 0,
85 "hireable": true
86 },
87 {
88 "name": "Archakov Dennis",
89 "email": null,
90 "url": "https://github.com/Archakov06",
91 "contributions": 1,
92 "additions": 1,
93 "deletions": 0,
94 "hireable": true
95 },
96 {
97 "name": "drGOD",
98 "email": null,
99 "url": "https://github.com/drGOD",
100 "contributions": 1,
101 "additions": 1,
102 "deletions": 0,
103 "hireable": null
104 },
105 {
106 "name": "MCSH",
107 "email": null,
108 "url": "https://github.com/MCSH",
109 "contributions": 1,
110 "additions": 2,
111 "deletions": 1,
112 "hireable": true
113 },
114 {
115 "name": "Aaron Meese",
116 "email": null,
117 "url": "https://github.com/ajmeese7",
118 "contributions": 1,
119 "additions": 4,
120 "deletions": 4,
121 "hireable": true
122 },
123 {
124 "name": "Misha",
125 "email": null,
126 "url": "https://github.com/mnb3000",
127 "contributions": 1,
128 "additions": 24,
129 "deletions": 12,
130 "hireable": null
131 },
132 {
133 "name": "Savely Krasovsky",
134 "email": null,
135 "url": "https://github.com/L11R",
136 "contributions": 1,
137 "additions": 297,
138 "deletions": 1,
139 "hireable": null
140 },
141 {
142 "name": "Victor Le",
143 "email": null,
144 "url": "https://github.com/Coac",
145 "contributions": 1,
146 "additions": 1,
147 "deletions": 1,
148 "hireable": null
149 },
150 {
151 "name": null,
152 "email": null,
153 "url": "https://github.com/kucherenkovova",
154 "contributions": 1,
155 "additions": 1,
156 "deletions": 1,
157 "hireable": null
158 },
159 {
160 "name": "Guidone",
161 "email": null,
162 "url": "https://github.com/guidone",
163 "contributions": 1,
164 "additions": 1,
165 "deletions": 0,
166 "hireable": true
167 },
168 {
169 "name": "Jaakko Lipsanen",
170 "email": null,
171 "url": "https://github.com/JaakkoLipsanen",
172 "contributions": 1,
173 "additions": 3,
174 "deletions": 3,
175 "hireable": null
176 },
177 {
178 "name": "Fabio Zuber",
179 "email": null,
180 "url": "https://github.com/Sirius-A",
181 "contributions": 1,
182 "additions": 12,
183 "deletions": 0,
184 "hireable": null
185 },
186 {
187 "name": "Evgeny Bondarenko",
188 "email": null,
189 "url": "https://github.com/jehy",
190 "contributions": 1,
191 "additions": 8,
192 "deletions": 8,
193 "hireable": true
194 },
195 {
196 "name": "Anton Mironov",
197 "email": null,
198 "url": "https://github.com/mironov",
199 "contributions": 1,
200 "additions": 51,
201 "deletions": 15,
202 "hireable": null
203 },
204 {
205 "name": "Daniil Yastremskiy",
206 "email": null,
207 "url": "https://github.com/TheBeastOfCaerbannog",
208 "contributions": 1,
209 "additions": 36,
210 "deletions": 0,
211 "hireable": true
212 },
213 {
214 "name": "Nikolay Ershov",
215 "email": null,
216 "url": "https://github.com/Ni2c2k",
217 "contributions": 1,
218 "additions": 4,
219 "deletions": 4,
220 "hireable": null
221 },
222 {
223 "name": "Alexander Tarmolov",
224 "email": null,
225 "url": "https://github.com/tarmolov",
226 "contributions": 1,
227 "additions": 5,
228 "deletions": 0,
229 "hireable": null
230 },
231 {
232 "name": null,
233 "email": null,
234 "url": "https://github.com/GingerPlusPlus",
235 "contributions": 1,
236 "additions": 6,
237 "deletions": 2,
238 "hireable": null
239 },
240 {
241 "name": "Mikhail Burshteyn",
242 "email": null,
243 "url": "https://github.com/m-burst",
244 "contributions": 1,
245 "additions": 12,
246 "deletions": 5,
247 "hireable": null
248 },
249 {
250 "name": "Sergey Bogdanov",
251 "email": null,
252 "url": "https://github.com/desunit",
253 "contributions": 1,
254 "additions": 1,
255 "deletions": 1,
256 "hireable": null
257 },
258 {
259 "name": "Ola Flisbäck",
260 "email": null,
261 "url": "https://github.com/oflisback",
262 "contributions": 1,
263 "additions": 3,
264 "deletions": 3,
265 "hireable": true
266 },
267 {
268 "name": "Horus Lugo",
269 "email": null,
270 "url": "https://github.com/HorusGoul",
271 "contributions": 1,
272 "additions": 108,
273 "deletions": 1,
274 "hireable": true
275 },
276 {
277 "name": "Conor Fennell",
278 "email": null,
279 "url": "https://github.com/conorfennell",
280 "contributions": 1,
281 "additions": 50,
282 "deletions": 1,
283 "hireable": null
284 },
285 {
286 "name": "Serhii Dmytruk",
287 "email": null,
288 "url": "https://github.com/imserhii",
289 "contributions": 1,
290 "additions": 35,
291 "deletions": 1,
292 "hireable": null
293 },
294 {
295 "name": "Aleksandr L.",
296 "email": null,
297 "url": "https://github.com/w-site",
298 "contributions": 1,
299 "additions": 24,
300 "deletions": 0,
301 "hireable": null
302 },
303 {
304 "name": "Matthew Brandly",
305 "email": null,
306 "url": "https://github.com/brandly",
307 "contributions": 1,
308 "additions": 1,
309 "deletions": 1,
310 "hireable": null
311 },
312 {
313 "name": "Patricio López Juri",
314 "email": null,
315 "url": "https://github.com/mrpatiwi",
316 "contributions": 1,
317 "additions": 49,
318 "deletions": 2,
319 "hireable": true
320 },
321 {
322 "name": "Anton",
323 "email": null,
324 "url": "https://github.com/Feverqwe",
325 "contributions": 1,
326 "additions": 23,
327 "deletions": 5,
328 "hireable": true
329 },
330 {
331 "name": "Guido García",
332 "email": null,
333 "url": "https://github.com/palmerabollo",
334 "contributions": 1,
335 "additions": 1,
336 "deletions": 1,
337 "hireable": true
338 },
339 {
340 "name": "Sebastian Troć",
341 "email": null,
342 "url": "https://github.com/SebastianTroc",
343 "contributions": 1,
344 "additions": 1,
345 "deletions": 1,
346 "hireable": null
347 },
348 {
349 "name": "CapacitorSet",
350 "email": null,
351 "url": "https://github.com/CapacitorSet",
352 "contributions": 2,
353 "additions": 110,
354 "deletions": 2,
355 "hireable": true
356 },
357 {
358 "name": "Plusb Preco",
359 "email": null,
360 "url": "https://github.com/preco21",
361 "contributions": 2,
362 "additions": 111,
363 "deletions": 200,
364 "hireable": null
365 },
366 {
367 "name": "Jishnu Mohan",
368 "email": null,
369 "url": "https://github.com/jishnu7",
370 "contributions": 2,
371 "additions": 84,
372 "deletions": 0,
373 "hireable": true
374 },
375 {
376 "name": "TJ Horner",
377 "email": null,
378 "url": "https://github.com/tjhorner",
379 "contributions": 2,
380 "additions": 223,
381 "deletions": 1,
382 "hireable": null
383 },
384 {
385 "name": "Alex Godko",
386 "email": null,
387 "url": "https://github.com/koloboid",
388 "contributions": 2,
389 "additions": 2,
390 "deletions": 2,
391 "hireable": true
392 },
393 {
394 "name": "Dardan Neziri",
395 "email": null,
396 "url": "https://github.com/knock-in",
397 "contributions": 2,
398 "additions": 22,
399 "deletions": 16,
400 "hireable": true
401 },
402 {
403 "name": "Jérémy Gotteland",
404 "email": null,
405 "url": "https://github.com/Tketa",
406 "contributions": 2,
407 "additions": 81,
408 "deletions": 3,
409 "hireable": null
410 },
411 {
412 "name": "Iiro Jäppinen",
413 "email": null,
414 "url": "https://github.com/iiroj",
415 "contributions": 2,
416 "additions": 40,
417 "deletions": 0,
418 "hireable": null
419 },
420 {
421 "name": null,
422 "email": null,
423 "url": "https://github.com/evolun",
424 "contributions": 2,
425 "additions": 7,
426 "deletions": 3,
427 "hireable": null
428 },
429 {
430 "name": "Vitaly Aminev",
431 "email": null,
432 "url": "https://github.com/AVVS",
433 "contributions": 2,
434 "additions": 1065,
435 "deletions": 1001,
436 "hireable": true
437 },
438 {
439 "name": "Cristian Baldi",
440 "email": null,
441 "url": "https://github.com/crisbal",
442 "contributions": 2,
443 "additions": 26,
444 "deletions": 1,
445 "hireable": true
446 },
447 {
448 "name": "Vítor Augusto da Silva Vasconcellos",
449 "email": null,
450 "url": "https://github.com/HeavenVolkoff",
451 "contributions": 2,
452 "additions": 12,
453 "deletions": 0,
454 "hireable": null
455 },
456 {
457 "name": "Rey",
458 "email": null,
459 "url": "https://github.com/reyy",
460 "contributions": 2,
461 "additions": 34,
462 "deletions": 25,
463 "hireable": null
464 },
465 {
466 "name": "Ivan Skorokhodov",
467 "email": null,
468 "url": "https://github.com/universome",
469 "contributions": 3,
470 "additions": 219,
471 "deletions": 5,
472 "hireable": null
473 },
474 {
475 "name": "Rafael Kr",
476 "email": null,
477 "url": "https://github.com/RafaelKr",
478 "contributions": 3,
479 "additions": 3,
480 "deletions": 2,
481 "hireable": null
482 },
483 {
484 "name": null,
485 "email": null,
486 "url": "https://github.com/EXL",
487 "contributions": 4,
488 "additions": 4,
489 "deletions": 4,
490 "hireable": true
491 },
492 {
493 "name": "Riddler",
494 "email": null,
495 "url": "https://github.com/Waterloo",
496 "contributions": 3,
497 "additions": 64,
498 "deletions": 2,
499 "hireable": true
500 },
501 {
502 "name": "Chris54721",
503 "email": null,
504 "url": "https://github.com/chris54721",
505 "contributions": 5,
506 "additions": 22,
507 "deletions": 6,
508 "hireable": null
509 },
510 {
511 "name": "Ilias Ismanalijev",
512 "email": null,
513 "url": "https://github.com/Illyism",
514 "contributions": 7,
515 "additions": 140,
516 "deletions": 10,
517 "hireable": true
518 },
519 {
520 "name": "Gocho Mugo",
521 "email": null,
522 "url": "https://github.com/GochoMugo",
523 "contributions": 152,
524 "additions": 7186,
525 "deletions": 3367,
526 "hireable": true
527 },
528 {
529 "name": "Mohammed Sohail",
530 "email": null,
531 "url": "https://github.com/kamikazechaser",
532 "contributions": 12,
533 "additions": 523,
534 "deletions": 127,
535 "hireable": true
536 },
537 {
538 "name": "Yago",
539 "email": null,
540 "url": "https://github.com/yagop",
541 "contributions": 197,
542 "additions": 3023,
543 "deletions": 1177,
544 "hireable": true
545 },
546 {
547 "name": "Sedric Heidarizarei",
548 "email": null,
549 "url": "https://github.com/saeedhei",
550 "contributions": 1,
551 "additions": 1,
552 "deletions": 0,
553 "hireable": null
554 }
555 ]
556}