github-pages-deploy-action/node_modules/eslint-plugin-github/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "eslint-plugin-github",
2020-10-18 03:22:15 +08:00
"version": "4.1.1",
2020-03-31 20:57:48 +08:00
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
"main": "lib/index.js",
"entries": [
"lib/formatters/stylish-fixes.js"
2020-03-31 20:42:07 +08:00
],
"bin": {
2020-10-18 03:22:15 +08:00
"eslint-ignore-errors": "bin/eslint-ignore-errors.js"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"scripts": {
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
2020-10-18 03:22:15 +08:00
"test": "npm run eslint-check && eslint . && mocha tests/"
2020-03-31 20:57:48 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/eslint-plugin-github.git"
},
"author": "GitHub, Inc.",
"license": "MIT",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/github/eslint-plugin-github/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/github/eslint-plugin-github#readme",
2020-03-31 20:42:07 +08:00
"dependencies": {
2020-10-18 03:22:15 +08:00
"@typescript-eslint/eslint-plugin": ">=2.25.0",
"@typescript-eslint/parser": ">=2.25.0",
"eslint-config-prettier": ">=6.10.1",
2020-03-31 20:42:07 +08:00
"eslint-plugin-eslint-comments": ">=3.0.1",
2020-10-18 03:22:15 +08:00
"eslint-plugin-import": ">=2.20.1",
"eslint-plugin-prettier": ">=3.1.2",
2020-03-31 20:42:07 +08:00
"eslint-rule-documentation": ">=1.0.0",
"prettier": ">=1.12.0",
2020-10-18 03:22:15 +08:00
"svg-element-attributes": ">=1.3.1"
2020-03-31 20:42:07 +08:00
},
2020-10-18 03:22:15 +08:00
"prettier": "@github/prettier-config",
2020-03-31 20:57:48 +08:00
"peerDependencies": {
2020-10-18 03:22:15 +08:00
"eslint": ">=4.19.0"
2020-03-31 20:42:07 +08:00
},
"files": [
"bin/*",
2020-10-18 03:22:15 +08:00
"lib/*"
2020-03-31 20:42:07 +08:00
],
2020-03-31 20:57:48 +08:00
"devDependencies": {
2020-10-18 03:22:15 +08:00
"@github/prettier-config": "0.0.4",
"eslint": ">=7.0.0",
"mocha": ">=7.1.1"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}