2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"eslint-plugin-github@2.0.0",
|
|
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "eslint-plugin-github@2.0.0",
|
|
|
|
"_id": "eslint-plugin-github@2.0.0",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-bG8rnKk8wCEN4dnKYx4kMCxeFaA2Rtxb0Sh5xAvR1aQKukuqtcp7XjJ+q38LJpC0twYWtiYeBEuJoy0cCh2whw==",
|
|
|
|
"_location": "/eslint-plugin-github",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "eslint-plugin-github@2.0.0",
|
|
|
|
"name": "eslint-plugin-github",
|
|
|
|
"escapedName": "eslint-plugin-github",
|
|
|
|
"rawSpec": "2.0.0",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.0.0"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"#DEV:/"
|
2020-03-07 11:45:40 +08:00
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-2.0.0.tgz",
|
|
|
|
"_spec": "2.0.0",
|
|
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
|
|
"author": {
|
|
|
|
"name": "GitHub, Inc."
|
|
|
|
},
|
2020-03-07 11:45:40 +08:00
|
|
|
"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": "^1.3.0",
|
|
|
|
"@typescript-eslint/parser": "^1.3.0",
|
|
|
|
"babel-eslint": ">=8.2.0",
|
|
|
|
"eslint-config-prettier": "^4.0.0",
|
|
|
|
"eslint-plugin-eslint-comments": ">=3.0.1",
|
|
|
|
"eslint-plugin-flowtype": ">=2.49.3",
|
|
|
|
"eslint-plugin-graphql": ">=3.0.1",
|
|
|
|
"eslint-plugin-import": ">=2.11.0",
|
|
|
|
"eslint-plugin-jest": ">=21.15.0",
|
|
|
|
"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": "^4.0.0",
|
|
|
|
"svg-element-attributes": "^1.2.1"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^4.8.0",
|
|
|
|
"flow-bin": "^0.74.0",
|
|
|
|
"graphql": "^14.0.2",
|
|
|
|
"mocha": "^5.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.11.1"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"entries": [
|
|
|
|
"lib/formatters/stylish-fixes.js"
|
|
|
|
],
|
2020-03-07 11:45:40 +08:00
|
|
|
"files": [
|
|
|
|
"bin/*",
|
|
|
|
"lib/*",
|
|
|
|
"prettier.config.js"
|
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"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": "2.0.0"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|