Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+59 -28
View File
@@ -1,29 +1,42 @@
{
"name": "eslint-plugin-github",
"version": "4.1.1",
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
"main": "lib/index.js",
"entries": [
"lib/formatters/stylish-fixes.js"
"_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"
},
"scripts": {
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"test": "npm run eslint-check && eslint . && mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/eslint-plugin-github.git"
},
"author": "GitHub, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/eslint-plugin-github/issues"
},
"homepage": "https://github.com/github/eslint-plugin-github#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": ">=2.25.0",
"@typescript-eslint/parser": ">=2.25.0",
@@ -35,17 +48,35 @@
"prettier": ">=1.12.0",
"svg-element-attributes": ">=1.3.1"
},
"prettier": "@github/prettier-config",
"peerDependencies": {
"eslint": ">=4.19.0"
},
"files": [
"bin/*",
"lib/*"
],
"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"
}