@ -1,6 +1,6 @@
{
{
"name" : "node-telegram-bot-api" ,
"name" : "node-telegram-bot-api" ,
"version" : "0.30 .0" ,
"version" : "0.29 .0" ,
"description" : "Telegram Bot API" ,
"description" : "Telegram Bot API" ,
"main" : "./index.js" ,
"main" : "./index.js" ,
"directories" : {
"directories" : {
@ -14,10 +14,9 @@
"bot"
"bot"
] ,
] ,
"scripts" : {
"scripts" : {
"gen-doc" : "echo 'WARNING: `npm run gen-doc` is deprecated. Use `npm run doc` instead.' && npm run doc" ,
"gen-doc" : "jsdoc2md --files src/telegram.js --template doc/api.hbs > doc/api.md" ,
"doc" : "jsdoc2md --files src/telegram.js --template doc/api.hbs > doc/api.md" ,
"build" : "babel -d ./lib src" ,
"build" : "babel -d ./lib src" ,
"prepublishOnly " : "npm run build && npm run gen-doc" ,
"prepublish" : "npm run build && npm run gen-doc" ,
"eslint" : "eslint ./src ./test ./examples" ,
"eslint" : "eslint ./src ./test ./examples" ,
"mocha" : "mocha" ,
"mocha" : "mocha" ,
"pretest" : "npm run build" ,
"pretest" : "npm run build" ,
@ -26,45 +25,44 @@
"author" : "Yago Pérez <yagoperezs@gmail.com>" ,
"author" : "Yago Pérez <yagoperezs@gmail.com>" ,
"license" : "MIT" ,
"license" : "MIT" ,
"engines" : {
"engines" : {
"node" : ">=0.12 "
"node" : ">=6 "
} ,
} ,
"dependencies" : {
"dependencies" : {
"array.prototype.findindex" : "^2.0.2 " ,
"array.prototype.findindex" : "^2.0.0 " ,
"bl" : "^1.2. 1" ,
"bl" : "^1.1.2 " ,
"bluebird" : "^3.5.1 " ,
"bluebird" : "^3.3.4 " ,
"debug" : "^3.1 .0" ,
"debug" : "^2.2 .0" ,
"depd" : "^1.1.1 " ,
"depd" : "^1.1.0 " ,
"eventemitter3" : "^3.0.0 " ,
"eventemitter3" : "^2.0.2 " ,
"file-type" : "^3.9.0" ,
"file-type" : "^3.9.0" ,
"mime" : "^1.6.0 " ,
"mime" : "^1.3.4 " ,
"pump" : "^2.0.0 " ,
"pump" : "^1.0.1 " ,
"request" : "^2.83 .0" ,
"request" : "^2.69 .0" ,
"request-promise" : "^4.2.2 "
"request-promise" : "^4.1.1 "
} ,
} ,
"devDependencies" : {
"devDependencies" : {
"babel-cli" : "^6.26.0" ,
"babel-cli" : "^6.6.5" ,
"babel-eslint" : "^8.0.3" ,
"babel-eslint" : "^6.1.2" ,
"babel-plugin-transform-class-properties" : "^6.24.1" ,
"babel-plugin-transform-class-properties" : "^6.6.0" ,
"babel-plugin-transform-es2015-destructuring" : "^6.23.0" ,
"babel-plugin-transform-es2015-destructuring" : "^6.6.5" ,
"babel-plugin-transform-es2015-parameters" : "^6.24.1" ,
"babel-plugin-transform-es2015-parameters" : "^6.7.0" ,
"babel-plugin-transform-es2015-shorthand-properties" : "^6.24.1" ,
"babel-plugin-transform-es2015-shorthand-properties" : "^6.5.0" ,
"babel-plugin-transform-es2015-spread" : "^6.22.0" ,
"babel-plugin-transform-es2015-spread" : "^6.6.5" ,
"babel-plugin-transform-object-rest-spread" : "^6.26.0" ,
"babel-plugin-transform-object-rest-spread" : "^6.6.5" ,
"babel-plugin-transform-strict-mode" : "^6.24.1" ,
"babel-plugin-transform-strict-mode" : "^6.6.5" ,
"babel-preset-es2015" : "^6.24.1" ,
"babel-preset-es2015" : "^6.6.0" ,
"babel-register" : "^6.26.0" ,
"babel-register" : "^6.7.2" ,
"concat-stream" : "^1.6.0" ,
"contributor" : "^0.1.25" ,
"contributor" : "^0.1.25" ,
"eslint" : "^2.13.1" ,
"eslint" : "^2.13.1" ,
"eslint-config-airbnb" : "^6.2.0" ,
"eslint-config-airbnb" : "^6.2.0" ,
"eslint-plugin-mocha" : "^4.11 .0" ,
"eslint-plugin-mocha" : "^4.8 .0" ,
"is" : "^3.2. 1" ,
"is" : "^3.1.0 " ,
"is-ci" : "^1.0.10" ,
"is-ci" : "^1.0.10" ,
"istanbul" : "^1.1.0-alpha.1" ,
"istanbul" : "^1.1.0-alpha.1" ,
"jsdoc-to-markdown" : "^3.0.3 " ,
"jsdoc-to-markdown" : "^2.0.1 " ,
"mocha" : "^3.5.3 " ,
"mocha" : "^3.2.0 " ,
"mocha-lcov-reporter" : "^1.3 .0" ,
"mocha-lcov-reporter" : "^1.2 .0" ,
"node-static" : "^0.7.10 "
"node-static" : "^0.7.9 "
} ,
} ,
"repository" : {
"repository" : {
"type" : "git" ,
"type" : "git" ,
@ -76,158 +74,59 @@
"homepage" : "https://github.com/yagop/node-telegram-bot-api" ,
"homepage" : "https://github.com/yagop/node-telegram-bot-api" ,
"contributors" : [
"contributors" : [
{
{
"name" : "Oleg " ,
"name" : "Anton Mironov " ,
"email" : null ,
"email" : "ant.mironov@gmail.com" ,
"url" : "https://github.com/olegmde v" ,
"url" : "https://github.com/mirono v" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 5 1,
"deletions" : 0 ,
"deletions" : 15 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Archakov Dennis " ,
"name" : "Daniil Yastremskiy " ,
"email" : null ,
"email" : "Catharsis@post.cz" ,
"url" : "https://github.com/Archakov06 " ,
"url" : "https://github.com/TheBeastOfCaerbannog " ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 36 ,
"deletions" : 0 ,
"deletions" : 0 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "drGOD" ,
"name" : null ,
"email" : null ,
"url" : "https://github.com/drGOD" ,
"contributions" : 1 ,
"additions" : 1 ,
"deletions" : 0 ,
"hireable" : null
} ,
{
"name" : "MCSH" ,
"email" : null ,
"url" : "https://github.com/MCSH" ,
"contributions" : 1 ,
"additions" : 2 ,
"deletions" : 1 ,
"hireable" : true
} ,
{
"name" : "Aaron Meese" ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/ajmeese7 " ,
"url" : "https://github.com/Ni2c2k" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 4 ,
"additions" : 4 ,
"deletions" : 4 ,
"deletions" : 4 ,
"hireable" : true
} ,
{
"name" : "Misha" ,
"email" : null ,
"url" : "https://github.com/mnb3000" ,
"contributions" : 1 ,
"additions" : 24 ,
"deletions" : 12 ,
"hireable" : null
} ,
{
"name" : "Savely Krasovsky" ,
"email" : null ,
"url" : "https://github.com/L11R" ,
"contributions" : 1 ,
"additions" : 297 ,
"deletions" : 1 ,
"hireable" : null
} ,
{
"name" : "Victor Le" ,
"email" : null ,
"url" : "https://github.com/Coac" ,
"contributions" : 1 ,
"additions" : 1 ,
"deletions" : 1 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : null ,
"name" : "Alexander Tarmolov" ,
"email" : null ,
"email" : "tarmolov@gmail.com" ,
"url" : "https://github.com/kucherenkovova " ,
"url" : "https://github.com/tarmolov" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 5 ,
"deletions" : 1 ,
"deletions" : 0 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Guidone " ,
"name" : "Plusb Preco" ,
"email" : null ,
"email" : "plusb21@gmail.com" ,
"url" : "https://github.com/guidone " ,
"url" : "https://github.com/preco21" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 1 ,
"deletions" : 0 ,
"deletions" : 0 ,
"hireable" : true
"hireable" : null
} ,
} ,
{
{
"name" : "Jaakko Lipsanen " ,
"name" : "Ola Flisbäck" ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/JaakkoLipsanen " ,
"url" : "https://github.com/oflisback" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 3 ,
"additions" : 3 ,
"deletions" : 3 ,
"deletions" : 3 ,
"hireable" : null
} ,
{
"name" : "Fabio Zuber" ,
"email" : null ,
"url" : "https://github.com/Sirius-A" ,
"contributions" : 1 ,
"additions" : 12 ,
"deletions" : 0 ,
"hireable" : null
} ,
{
"name" : "Evgeny Bondarenko" ,
"email" : null ,
"url" : "https://github.com/jehy" ,
"contributions" : 1 ,
"additions" : 8 ,
"deletions" : 8 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
"name" : "Anton Mironov" ,
"email" : null ,
"url" : "https://github.com/mironov" ,
"contributions" : 1 ,
"additions" : 51 ,
"deletions" : 15 ,
"hireable" : null
} ,
{
"name" : "Daniil Yastremskiy" ,
"email" : null ,
"url" : "https://github.com/TheBeastOfCaerbannog" ,
"contributions" : 1 ,
"additions" : 36 ,
"deletions" : 0 ,
"hireable" : true
} ,
{
"name" : "Nikolay Ershov" ,
"email" : null ,
"url" : "https://github.com/Ni2c2k" ,
"contributions" : 1 ,
"additions" : 4 ,
"deletions" : 4 ,
"hireable" : null
} ,
{
"name" : "Alexander Tarmolov" ,
"email" : null ,
"url" : "https://github.com/tarmolov" ,
"contributions" : 1 ,
"additions" : 5 ,
"deletions" : 0 ,
"hireable" : null
} ,
{
{
"name" : null ,
"name" : null ,
"email" : null ,
"email" : null ,
@ -237,18 +136,9 @@
"deletions" : 2 ,
"deletions" : 2 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
"name" : "Mikhail Burshteyn" ,
"email" : null ,
"url" : "https://github.com/m-burst" ,
"contributions" : 1 ,
"additions" : 12 ,
"deletions" : 5 ,
"hireable" : null
} ,
{
{
"name" : "Sergey Bogdanov" ,
"name" : "Sergey Bogdanov" ,
"email" : null ,
"email" : "sergey.bogdanov@gmail.com" ,
"url" : "https://github.com/desunit" ,
"url" : "https://github.com/desunit" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 1 ,
@ -256,17 +146,17 @@
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Ola Flisbäck " ,
"name" : "Mikhail Burshteyn " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/oflisback " ,
"url" : "https://github.com/m-burst " ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 3 ,
"additions" : 12 ,
"deletions" : 3 ,
"deletions" : 5 ,
"hireable" : true
"hireable" : null
} ,
} ,
{
{
"name" : "Horus Lugo" ,
"name" : "Horus Lugo" ,
"email" : null ,
"email" : "horusgoul@gmail.com" ,
"url" : "https://github.com/HorusGoul" ,
"url" : "https://github.com/HorusGoul" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 108 ,
"additions" : 108 ,
@ -274,26 +164,26 @@
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Conor Fennell " ,
"name" : "Serhii Dmytruk " ,
"email" : null ,
"email" : "dmitruksergey@gmail.com" ,
"url" : "https://github.com/conorfennell " ,
"url" : "https://github.com/serhiidmytruk " ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 50 ,
"additions" : 3 5,
"deletions" : 1 ,
"deletions" : 1 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Serhii Dmytruk " ,
"name" : "Conor Fennell " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/imserhii " ,
"url" : "https://github.com/conorfennell " ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 3 5,
"additions" : 50 ,
"deletions" : 1 ,
"deletions" : 1 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Aleksandr L." ,
"name" : "Aleksandr L." ,
"email" : null ,
"email" : "w.siteee@gmail.com" ,
"url" : "https://github.com/w-site" ,
"url" : "https://github.com/w-site" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 24 ,
"additions" : 24 ,
@ -302,22 +192,13 @@
} ,
} ,
{
{
"name" : "Matthew Brandly" ,
"name" : "Matthew Brandly" ,
"email" : null ,
"email" : "matt@brandly.me" ,
"url" : "https://github.com/brandly" ,
"url" : "https://github.com/brandly" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 1 ,
"deletions" : 1 ,
"deletions" : 1 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
"name" : "Patricio López Juri" ,
"email" : null ,
"url" : "https://github.com/mrpatiwi" ,
"contributions" : 1 ,
"additions" : 49 ,
"deletions" : 2 ,
"hireable" : true
} ,
{
{
"name" : "Anton" ,
"name" : "Anton" ,
"email" : null ,
"email" : null ,
@ -325,11 +206,20 @@
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 23 ,
"additions" : 23 ,
"deletions" : 5 ,
"deletions" : 5 ,
"hireable" : null
} ,
{
"name" : "Patricio López Juri" ,
"email" : "patricio@lopezjuri.com" ,
"url" : "https://github.com/mrpatiwi" ,
"contributions" : 1 ,
"additions" : 49 ,
"deletions" : 2 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Guido García" ,
"name" : "Guido García" ,
"email" : null ,
"email" : "palmerabollo@gmail.com" ,
"url" : "https://github.com/palmerabollo" ,
"url" : "https://github.com/palmerabollo" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 1 ,
@ -338,7 +228,7 @@
} ,
} ,
{
{
"name" : "Sebastian Troć" ,
"name" : "Sebastian Troć" ,
"email" : null ,
"email" : "sebastian.troc@gucman.pl" ,
"url" : "https://github.com/SebastianTroc" ,
"url" : "https://github.com/SebastianTroc" ,
"contributions" : 1 ,
"contributions" : 1 ,
"additions" : 1 ,
"additions" : 1 ,
@ -346,26 +236,17 @@
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "CapacitorSet " ,
"name" : "Mohammed Sohail " ,
"email" : null ,
"email" : "sohail@forfuture.tech" ,
"url" : "https://github.com/CapacitorSet " ,
"url" : "https://github.com/kamikazechaser " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 11 0,
"additions" : 2 0,
"deletions" : 2 ,
"deletions" : 5 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
"name" : "Plusb Preco" ,
"email" : null ,
"url" : "https://github.com/preco21" ,
"contributions" : 2 ,
"additions" : 111 ,
"deletions" : 200 ,
"hireable" : null
} ,
{
{
"name" : "Jishnu Mohan" ,
"name" : "Jishnu Mohan" ,
"email" : null ,
"email" : "jishnu7@gmail.com" ,
"url" : "https://github.com/jishnu7" ,
"url" : "https://github.com/jishnu7" ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 84 ,
"additions" : 84 ,
@ -373,17 +254,17 @@
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "TJ Horner " ,
"name" : "Jérémy Gotteland " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/tjhorner " ,
"url" : "https://github.com/Tketa " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 223 ,
"additions" : 81 ,
"deletions" : 1 ,
"deletions" : 3 ,
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Alex Godko" ,
"name" : "Alex Godko" ,
"email" : null ,
"email" : "koloboid@gmail.com" ,
"url" : "https://github.com/koloboid" ,
"url" : "https://github.com/koloboid" ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 2 ,
"additions" : 2 ,
@ -392,7 +273,7 @@
} ,
} ,
{
{
"name" : "Dardan Neziri" ,
"name" : "Dardan Neziri" ,
"email" : null ,
"email" : "dard.ne@gmail.com" ,
"url" : "https://github.com/knock-in" ,
"url" : "https://github.com/knock-in" ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 22 ,
"additions" : 22 ,
@ -400,26 +281,26 @@
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Jérémy Gotteland " ,
"name" : "Cristian Baldi " ,
"email" : null ,
"email" : "bld.cris.96@gmail.com" ,
"url" : "https://github.com/Tketa " ,
"url" : "https://github.com/crisbal " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 81 ,
"additions" : 26 ,
"deletions" : 3 ,
"deletions" : 1 ,
"hireable" : null
"hireable" : true
} ,
} ,
{
{
"name" : "Iiro Jäppinen " ,
"name" : "Vitaly Aminev " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/iiroj " ,
"url" : "https://github.com/AVVS " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 40 ,
"additions" : 1065 ,
"deletions" : 0 ,
"deletions" : 1 001 ,
"hireable" : null
"hireable" : true
} ,
} ,
{
{
"name" : null ,
"name" : null ,
"email" : null ,
"email" : "plo.cav@gmail.com" ,
"url" : "https://github.com/evolun" ,
"url" : "https://github.com/evolun" ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 7 ,
"additions" : 7 ,
@ -427,31 +308,40 @@
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Vitaly Aminev " ,
"name" : "Iiro Jäppinen " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/AVVS " ,
"url" : "https://github.com/iiroj " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 1065 ,
"additions" : 40 ,
"deletions" : 1 001 ,
"deletions" : 0 ,
"hireable" : true
"hireable" : null
} ,
} ,
{
{
"name" : "Cristian Baldi " ,
"name" : "TJ Horner " ,
"email" : null ,
"email" : "me@tjhorner.com" ,
"url" : "https://github.com/crisbal " ,
"url" : "https://github.com/tjhorner " ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 26 ,
"additions" : 223 ,
"deletions" : 1 ,
"deletions" : 1 ,
"hireable" : true
"hireable" : null
} ,
} ,
{
{
"name" : "Vítor Augusto da Silva Vasconcellos " ,
"name" : "Rafael Kr " ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/RafaelKr" ,
"contributions" : 3 ,
"additions" : 3 ,
"deletions" : 2 ,
"hireable" : null
} ,
{
"name" : "Vítor Augusto da Silva Vasconcellos" ,
"email" : "vasvas10@gmail.com" ,
"url" : "https://github.com/HeavenVolkoff" ,
"url" : "https://github.com/HeavenVolkoff" ,
"contributions" : 2 ,
"contributions" : 2 ,
"additions" : 12 ,
"additions" : 12 ,
"deletions" : 0 ,
"deletions" : 0 ,
"hireable" : null
"hireable" : true
} ,
} ,
{
{
"name" : "Rey" ,
"name" : "Rey" ,
@ -464,7 +354,7 @@
} ,
} ,
{
{
"name" : "Ivan Skorokhodov" ,
"name" : "Ivan Skorokhodov" ,
"email" : null ,
"email" : "iskorokhodov@gmail.com" ,
"url" : "https://github.com/universome" ,
"url" : "https://github.com/universome" ,
"contributions" : 3 ,
"contributions" : 3 ,
"additions" : 219 ,
"additions" : 219 ,
@ -472,17 +362,17 @@
"hireable" : null
"hireable" : null
} ,
} ,
{
{
"name" : "Rafael K r" ,
"name" : "Riddle r" ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/RafaelKr " ,
"url" : "https://github.com/Waterloo " ,
"contributions" : 3 ,
"contributions" : 3 ,
"additions" : 3 ,
"additions" : 64 ,
"deletions" : 2 ,
"deletions" : 2 ,
"hireable" : null
"hireable" : true
} ,
} ,
{
{
"name" : null ,
"name" : null ,
"email" : null ,
"email" : "exlmotodev@gmail.com" ,
"url" : "https://github.com/EXL" ,
"url" : "https://github.com/EXL" ,
"contributions" : 4 ,
"contributions" : 4 ,
"additions" : 4 ,
"additions" : 4 ,
@ -490,26 +380,17 @@
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Riddler " ,
"name" : "Yago " ,
"email" : null ,
"email" : "yago@yago.me" ,
"url" : "https://github.com/Waterloo " ,
"url" : "https://github.com/yagop " ,
"contributions" : 3 ,
"contributions" : 194 ,
"additions" : 6 4,
"additions" : 301 4,
"deletions" : 2 ,
"deletions" : 1173 ,
"hireable" : true
"hireable" : true
} ,
} ,
{
"name" : "Chris54721" ,
"email" : null ,
"url" : "https://github.com/chris54721" ,
"contributions" : 5 ,
"additions" : 22 ,
"deletions" : 6 ,
"hireable" : null
} ,
{
{
"name" : "Ilias Ismanalijev" ,
"name" : "Ilias Ismanalijev" ,
"email" : null ,
"email" : "hello@illyism.com" ,
"url" : "https://github.com/Illyism" ,
"url" : "https://github.com/Illyism" ,
"contributions" : 7 ,
"contributions" : 7 ,
"additions" : 140 ,
"additions" : 140 ,
@ -517,40 +398,22 @@
"hireable" : true
"hireable" : true
} ,
} ,
{
{
"name" : "Gocho Mugo" ,
"name" : "Chris54721" ,
"email" : null ,
"url" : "https://github.com/GochoMugo" ,
"contributions" : 152 ,
"additions" : 7186 ,
"deletions" : 3367 ,
"hireable" : true
} ,
{
"name" : "Mohammed Sohail" ,
"email" : null ,
"email" : null ,
"url" : "https://github.com/kamikazechaser " ,
"url" : "https://github.com/chris54721" ,
"contributions" : 12 ,
"contributions" : 5 ,
"additions" : 523 ,
"additions" : 22 ,
"deletions" : 127 ,
"deletions" : 6 ,
"hireable" : true
"hireable" : null
} ,
} ,
{
{
"name" : "Ya go" ,
"name" : "Gocho Mugo" ,
"email" : null ,
"email" : "mugo@forfuture.co.ke" ,
"url" : "https://github.com/yagop " ,
"url" : "https://github.com/GochoMugo " ,
"contributions" : 197 ,
"contributions" : 80 ,
"additions" : 3023 ,
"additions" : 4590 ,
"deletions" : 11 77,
"deletions" : 23 77,
"hireable" : true
"hireable" : true
} ,
{
"name" : "Sedric Heidarizarei" ,
"email" : null ,
"url" : "https://github.com/saeedhei" ,
"contributions" : 1 ,
"additions" : 1 ,
"deletions" : 0 ,
"hireable" : null
}
}
]
]
}
}