mirror of
https://github.com/github/codeql-action.git
synced 2026-05-06 13:50:15 +00:00
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-github@4.1.1",
|
|
"/home/marco/repos/github/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-github@4.1.1",
|
|
"_id": "eslint-plugin-github@4.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MzCh4P4zVvR/13AHtumzZ3znq0cbUE7lXehyBEpFURD/EHdx/+7qW+0c+ySTrteImpX9LGLJFTYNtu10BifkbQ==",
|
|
"_location": "/eslint-plugin-github",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-github@4.1.1",
|
|
"name": "eslint-plugin-github",
|
|
"escapedName": "eslint-plugin-github",
|
|
"rawSpec": "4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.1.1.tgz",
|
|
"_spec": "4.1.1",
|
|
"_where": "/home/marco/repos/github/codeql-action",
|
|
"author": {
|
|
"name": "GitHub, Inc."
|
|
},
|
|
"bin": {
|
|
"eslint-ignore-errors": "bin/eslint-ignore-errors.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/github/eslint-plugin-github/issues"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">=2.25.0",
|
|
"@typescript-eslint/parser": ">=2.25.0",
|
|
"eslint-config-prettier": ">=6.10.1",
|
|
"eslint-plugin-eslint-comments": ">=3.0.1",
|
|
"eslint-plugin-import": ">=2.20.1",
|
|
"eslint-plugin-prettier": ">=3.1.2",
|
|
"eslint-rule-documentation": ">=1.0.0",
|
|
"prettier": ">=1.12.0",
|
|
"svg-element-attributes": ">=1.3.1"
|
|
},
|
|
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
|
"devDependencies": {
|
|
"@github/prettier-config": "0.0.4",
|
|
"eslint": ">=7.0.0",
|
|
"mocha": ">=7.1.1"
|
|
},
|
|
"entries": [
|
|
"lib/formatters/stylish-fixes.js"
|
|
],
|
|
"files": [
|
|
"bin/*",
|
|
"lib/*"
|
|
],
|
|
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "eslint-plugin-github",
|
|
"peerDependencies": {
|
|
"eslint": ">=4.19.0"
|
|
},
|
|
"prettier": "@github/prettier-config",
|
|
"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 && eslint . && mocha tests/"
|
|
},
|
|
"version": "4.1.1"
|
|
}
|