awesome-captcha/package.json
renovate[bot] 175c6f938d Update dependency awesome-lint to v0.9.1 (#11)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| awesome-lint | devDependencies | patch | [`0.9.0` -> `0.9.1`](https://diff.intrinsic.com/awesome-lint/0.9.0/0.9.1) | [source](https://togithub.com/sindresorhus/awesome-lint) |

---

### Release Notes

<details>
<summary>sindresorhus/awesome-lint</summary>

### [`v0.9.1`](https://togithub.com/sindresorhus/awesome-lint/releases/v0.9.1)

[Compare Source](https://togithub.com/sindresorhus/awesome-lint/compare/v0.9.0...v0.9.1)

-   Add support for British 'licence spelling' ([#&#8203;56](https://togithub.com/sindresorhus/awesome-lint/issues/56))  [`3d2885e`](https://togithub.com/sindresorhus/awesome-lint/commit/3d2885e)
-   Add support for the new Awesome badge ([#&#8203;62](https://togithub.com/sindresorhus/awesome-lint/issues/62))  [`7d4176e`](https://togithub.com/sindresorhus/awesome-lint/commit/7d4176e)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#ZYSzys/awesome-captcha).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-03-26 17:22:45 +08:00

27 lines
651 B
JSON

{
"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.9.1"
}
}