mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2025-02-19 22:53:14 -05: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
|
*/.DS_Store
|
||||||
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
language: ruby
|
matrix:
|
||||||
|
include:
|
||||||
|
- language: ruby
|
||||||
rvm: 2.4.1
|
rvm: 2.4.1
|
||||||
before_script: gem install awesome_bot
|
before_script: gem install awesome_bot
|
||||||
script: awesome_bot README.md --allow-redirect --allow-dupe
|
script: awesome_bot README.md --allow-redirect --allow-dupe
|
||||||
|
|
||||||
|
- language: node_js
|
||||||
|
node_js: 10
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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.
|
[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)
|
[English](README.md) | [中文](README-zh.md)
|
||||||
|
|
||||||
@ -17,6 +16,7 @@
|
|||||||
- [Chinese](#chinese)
|
- [Chinese](#chinese)
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
- [Other](#other)
|
- [Other](#other)
|
||||||
|
- [Maintainers](#maintainers)
|
||||||
|
|
||||||
|
|
||||||
## Libraries
|
## 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.
|
[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)
|
[English](README.md) | [中文](README-zh.md)
|
||||||
|
|
||||||
@ -17,6 +16,7 @@
|
|||||||
- [Chinese](#chinese)
|
- [Chinese](#chinese)
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
- [Other](#other)
|
- [Other](#other)
|
||||||
|
- [Maintainers](#maintainers)
|
||||||
|
|
||||||
|
|
||||||
## Libraries
|
## 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…
x
Reference in New Issue
Block a user