mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-github@3.4.1",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-github@3.4.1",
|
|
"_id": "eslint-plugin-github@3.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wylAFFr//6c7pu719/d9GYOaGYVvIhrfN1QqfjT62ETBTVqqHsbu5L3V5w9xuBCfGRyjrNfEbWZx5ay9nVBK8g==",
|
|
"_location": "/eslint-plugin-github",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-github@3.4.1",
|
|
"name": "eslint-plugin-github",
|
|
"escapedName": "eslint-plugin-github",
|
|
"rawSpec": "3.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-3.4.1.tgz",
|
|
"_spec": "3.4.1",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "GitHub, Inc."
|
|
},
|
|
"bin": {
|
|
"eslint-github-init": "bin/eslint-github-init.js",
|
|
"eslint-ignore-errors": "bin/eslint-ignore-errors.js",
|
|
"eslint-unused-modules": "bin/eslint-unused-modules.js",
|
|
"flow-coverage": "bin/flow-coverage.js",
|
|
"github-lint": "bin/github-lint.js",
|
|
"npm-check-github-package-requirements": "bin/npm-check-github-package-requirements.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/github/eslint-plugin-github/issues"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">=2.5.0",
|
|
"@typescript-eslint/parser": ">=2.5.0",
|
|
"babel-eslint": ">=10.0.3",
|
|
"eslint-config-prettier": ">=6.4.0",
|
|
"eslint-plugin-eslint-comments": ">=3.0.1",
|
|
"eslint-plugin-flowtype": ">=4.3.0",
|
|
"eslint-plugin-graphql": ">=3.0.1",
|
|
"eslint-plugin-import": ">=2.18.2",
|
|
"eslint-plugin-jsdoc": ">=15.5.2",
|
|
"eslint-plugin-jsx-a11y": ">=6.0.0",
|
|
"eslint-plugin-prettier": ">=2.6.0",
|
|
"eslint-plugin-react": ">=7.7.0",
|
|
"eslint-plugin-relay": ">=1.0.0",
|
|
"eslint-rule-documentation": ">=1.0.0",
|
|
"inquirer": ">=6.0.0",
|
|
"prettier": ">=1.12.0",
|
|
"read-pkg-up": ">=6.0.0",
|
|
"supports-color": "^7.1.0",
|
|
"svg-element-attributes": ">=1.2.1"
|
|
},
|
|
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
|
"devDependencies": {
|
|
"eslint": ">=6.5.1",
|
|
"flow-bin": ">=0.110.1",
|
|
"graphql": ">=14.5.8",
|
|
"mocha": ">=6.2.2",
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.11.1"
|
|
},
|
|
"entries": [
|
|
"lib/formatters/stylish-fixes.js"
|
|
],
|
|
"files": [
|
|
"bin/*",
|
|
"lib/*",
|
|
"prettier.config.js"
|
|
],
|
|
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "eslint-plugin-github",
|
|
"peerDependencies": {
|
|
"eslint": ">=4.19.0",
|
|
"flow-bin": ">=0.70.0",
|
|
"graphql": ">=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/eslint-plugin-github.git"
|
|
},
|
|
"scripts": {
|
|
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
|
|
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
|
|
"test": "npm run eslint-check && bin/github-lint.js && mocha tests/"
|
|
},
|
|
"version": "3.4.1"
|
|
}
|