File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ /*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
1
2
module . exports = simpleGet
2
3
3
4
const concat = require ( 'simple-concat' )
Original file line number Diff line number Diff line change 5
5
"author" : {
6
6
"name" : " Feross Aboukhadijeh" ,
7
7
"email" : " feross@feross.org" ,
8
- "url" : " http ://feross.org/ "
8
+ "url" : " https ://feross.org"
9
9
},
10
10
"browser" : {
11
11
"decompress-response" : false
49
49
},
50
50
"scripts" : {
51
51
"test" : " standard && tape test/*.js"
52
- }
52
+ },
53
+ "funding" : [
54
+ {
55
+ "type" : " github" ,
56
+ "url" : " https://github.com/sponsors/feross"
57
+ },
58
+ {
59
+ "type" : " patreon" ,
60
+ "url" : " https://www.patreon.com/feross"
61
+ },
62
+ {
63
+ "type" : " consulting" ,
64
+ "url" : " https://feross.org/support"
65
+ }
66
+ ]
53
67
}
You can’t perform that action at this time.
0 commit comments