File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ /*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
1
2
module . exports . cli = require ( './bin/cmd' )
2
3
3
4
module . exports . linter = Linter
Original file line number Diff line number Diff line change 29
29
],
30
30
"repository" : " standard/standard-engine" ,
31
31
"license" : " MIT" ,
32
- "author" : " Dan Flettre <flettre@gmail.com> (http://twitter.com/flettre/)" ,
32
+ "author" : {
33
+ "name" : " Feross Aboukhadijeh" ,
34
+ "email" : " feross@feross.org" ,
35
+ "url" : " https://feross.org"
36
+ },
33
37
"scripts" : {
34
38
"test" : " standard && tape test/clone.js test/api.js"
35
39
},
57
61
},
58
62
"engines" : {
59
63
"node" : " >=8.10"
60
- }
64
+ },
65
+ "funding" : [
66
+ {
67
+ "type" : " github" ,
68
+ "url" : " https://github.com/sponsors/feross"
69
+ },
70
+ {
71
+ "type" : " patreon" ,
72
+ "url" : " https://www.patreon.com/feross"
73
+ },
74
+ {
75
+ "type" : " consulting" ,
76
+ "url" : " https://feross.org/support"
77
+ }
78
+ ]
61
79
}
You can’t perform that action at this time.
0 commit comments