File tree 7 files changed +59
-11
lines changed
7 files changed +59
-11
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ indent_style = space
5
+ indent_size = 2
6
+ end_of_line = lf
7
+ charset = utf-8
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
Original file line number Diff line number Diff line change 1
- * /.DS_Store
1
+ * /.DS_Store
2
+ node_modules
3
+ package-lock.json
Original file line number Diff line number Diff line change 1
- language : ruby
2
- rvm : 2.4.1
3
- before_script : gem install awesome_bot
4
- script : awesome_bot README.md --allow-redirect --allow-dupe
1
+ matrix :
2
+ include :
3
+ - language : ruby
4
+ rvm : 2.4.1
5
+ before_script : gem install awesome_bot
6
+ script : awesome_bot README.md --allow-redirect --allow-dupe
7
+
8
+ - language : node_js
9
+ node_js : 10
10
+
5
11
notifications :
6
12
email : false
Original file line number Diff line number Diff line change 4
4
5
5
[ CAPTCHA] ( https://en.wikipedia.org/wiki/CAPTCHA ) is a type of challenge–response test used in computing to determine whether or not the user is human.
6
6
7
- ** Pull requests are welcome**
8
7
9
8
[ English] ( README.md ) | [ 中文] ( README-zh.md )
10
9
13
12
- [ Libraries] ( #libraries )
14
13
- [ Generation] ( #generation )
15
14
- [ Crack] ( #crack )
16
- - [ General] ( #general )
17
- - [ Chinese] ( #chinese )
15
+ - [ General] ( #general )
16
+ - [ Chinese] ( #chinese )
18
17
- [ Tools] ( #tools )
19
18
- [ Other] ( #other )
19
+ - [ Maintainers] ( #maintainers )
20
20
21
21
22
22
## Libraries
Original file line number Diff line number Diff line change 4
4
5
5
[ CAPTCHA] ( https://en.wikipedia.org/wiki/CAPTCHA ) is a type of challenge–response test used in computing to determine whether or not the user is human.
6
6
7
- ** Pull requests are welcome**
8
7
9
8
[ English] ( README.md ) | [ 中文] ( README-zh.md )
10
9
13
12
- [ Libraries] ( #libraries )
14
13
- [ Generation] ( #generation )
15
14
- [ Crack] ( #crack )
16
- - [ General] ( #general )
17
- - [ Chinese] ( #chinese )
15
+ - [ General] ( #general )
16
+ - [ Chinese] ( #chinese )
18
17
- [ Tools] ( #tools )
19
18
- [ Other] ( #other )
19
+ - [ Maintainers] ( #maintainers )
20
20
21
21
22
22
## Libraries
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " awesome-captcha" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Curated list of awesome captcha libraries and captcha crack tools." ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " node test.js"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/ZYSzys/awesome-captcha.git"
12
+ },
13
+ "keywords" : [
14
+ " awesome" ,
15
+ " captcha"
16
+ ],
17
+ "author" :
" ZYSzys <[email protected] > (http://zyszys.top/)" ,
18
+ "license" : " MIT" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/ZYSzys/awesome-captcha/issues"
21
+ },
22
+ "homepage" : " https://github.com/ZYSzys/awesome-captcha#readme" ,
23
+ "devDependencies" : {
24
+ "awesome-lint" : " 0.8.0"
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ const awesomeLint = require ( 'awesome-lint' ) ;
4
+
5
+ awesomeLint . report ( { filename : 'README.md' } ) ;
You can’t perform that action at this time.
0 commit comments