mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2024-10-01 01:05:39 -04:00
♥️ lint done
This commit is contained in:
parent
12ccd5290d
commit
c93e7fec31
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
*/.DS_Store
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
14
.travis.yml
14
.travis.yml
@ -1,6 +1,12 @@
|
||||
language: ruby
|
||||
rvm: 2.4.1
|
||||
before_script: gem install awesome_bot
|
||||
script: awesome_bot README.md --allow-redirect --allow-dupe
|
||||
matrix:
|
||||
include:
|
||||
- language: ruby
|
||||
rvm: 2.4.1
|
||||
before_script: gem install awesome_bot
|
||||
script: awesome_bot README.md --allow-redirect --allow-dupe
|
||||
|
||||
- language: node_js
|
||||
node_js: 10
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
[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.
|
||||
|
||||
**Pull requests are welcome**
|
||||
|
||||
[English](README.md) | [中文](README-zh.md)
|
||||
|
||||
@ -13,10 +12,11 @@
|
||||
- [Libraries](#libraries)
|
||||
- [Generation](#generation)
|
||||
- [Crack](#crack)
|
||||
- [General](#general)
|
||||
- [Chinese](#chinese)
|
||||
- [General](#general)
|
||||
- [Chinese](#chinese)
|
||||
- [Tools](#tools)
|
||||
- [Other](#other)
|
||||
- [Maintainers](#maintainers)
|
||||
|
||||
|
||||
## Libraries
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
[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.
|
||||
|
||||
**Pull requests are welcome**
|
||||
|
||||
[English](README.md) | [中文](README-zh.md)
|
||||
|
||||
@ -13,10 +12,11 @@
|
||||
- [Libraries](#libraries)
|
||||
- [Generation](#generation)
|
||||
- [Crack](#crack)
|
||||
- [General](#general)
|
||||
- [Chinese](#chinese)
|
||||
- [General](#general)
|
||||
- [Chinese](#chinese)
|
||||
- [Tools](#tools)
|
||||
- [Other](#other)
|
||||
- [Maintainers](#maintainers)
|
||||
|
||||
|
||||
## Libraries
|
||||
|
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "awesome-captcha",
|
||||
"version": "0.0.1",
|
||||
"description": "Curated list of awesome captcha libraries and captcha crack tools.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ZYSzys/awesome-captcha.git"
|
||||
},
|
||||
"keywords": [
|
||||
"awesome",
|
||||
"captcha"
|
||||
],
|
||||
"author": "ZYSzys <17367077526@163.com> (http://zyszys.top/)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ZYSzys/awesome-captcha/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ZYSzys/awesome-captcha#readme",
|
||||
"devDependencies": {
|
||||
"awesome-lint": "0.8.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user