File tree Expand file tree Collapse file tree 4 files changed +36
-12
lines changed Expand file tree Collapse file tree 4 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 77 " README.md"
88 ],
99 "imageSize" : 100 ,
10- "commit" : true ,
10+ "commit" : false ,
1111 "contributors" : [
12- {
13- "login" : " vitorarins" ,
14- "name" : " Vitor Arins" ,
15- "avatar_url" : " https://avatars3.githubusercontent.com/u/1065028?v=4" ,
16- "profile" : " https://github.com/vitorarins" ,
17- "contributions" : [
18- " bug" ,
19- " code"
20- ]
21- },
2212 {
2313 "login" : " igzivkov" ,
2414 "name" : " Igor Živković" ,
2818 " code" ,
2919 " doc"
3020 ]
21+ },
22+ {
23+ "login" : " vitorarins" ,
24+ "name" : " Vitor Arins" ,
25+ "avatar_url" : " https://avatars3.githubusercontent.com/u/1065028?v=4" ,
26+ "profile" : " https://github.com/vitorarins" ,
27+ "contributions" : [
28+ " bug" ,
29+ " code"
30+ ]
3131 }
3232 ]
3333}
Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
2525
2626<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2727<!-- prettier-ignore -->
28- | [ <img src =" https://avatars3 .githubusercontent.com/u/1065028 ?v=4 " width =" 100px; " /><br /><sub ><b >Vitor Arins </b ></sub >] ( https://github.com/vitorarins ) <br />[ 🐛 ] ( https://github.com/igzivkov/tinyproxy_exporter/issues?q= author%3Avitorarins " Bug reports ") [ 💻 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits?author=vitorarins " Code ") | [ <img src =" https://avatars1 .githubusercontent.com/u/1630197 ?v=4 " width =" 100px; " /><br /><sub ><b >Igor Živković </b ></sub >] ( https://github.com/igzivkov ) <br />[ 💻 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov " Code ") [ 📖 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov " Documentation ") |
28+ | [ <img src =" https://avatars1 .githubusercontent.com/u/1630197 ?v=4 " width =" 100px; " /><br /><sub ><b >Igor Živković </b ></sub >] ( https://github.com/igzivkov ) <br />[ 💻 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits? author=igzivkov " Code ") [ 📖 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov " Documentation ") | [ <img src =" https://avatars3 .githubusercontent.com/u/1065028 ?v=4 " width =" 100px; " /><br /><sub ><b >Vitor Arins </b ></sub >] ( https://github.com/vitorarins ) <br />[ 🐛 ] ( https://github.com/igzivkov/tinyproxy_exporter/issues?q=author%3Avitorarins " Bug reports ") [ 💻 ] ( https://github.com/igzivkov/tinyproxy_exporter/commits?author=vitorarins " Code ") |
2929| :---: | :---: |
3030<!-- ALL-CONTRIBUTORS-LIST:END -->
3131
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " tinyproxy_exporter" ,
3+ "version" : " 1.0.2" ,
4+ "description" : " A simple Prometheus exporter for Tinyproxy." ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "contributors:add" : " all-contributors add" ,
8+ "contributors:generate" : " all-contributors generate"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/igzivkov/tinyproxy_exporter.git"
13+ },
14+ "author" : " Igor Živković" ,
15+ "license" : " MIT" ,
16+ "bugs" : {
17+ "url" : " https://github.com/igzivkov/tinyproxy_exporter/issues"
18+ },
19+ "homepage" : " https://github.com/igzivkov/tinyproxy_exporter#readme" ,
20+ "dependencies" : {
21+ "all-contributors-cli" : " ^5.0.0"
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments