Drop the 'eslint-formatter-gitlab' dev dependency.

This commit is contained in:
supahgreg 2025-10-05 05:26:50 +00:00
parent 2878ae815f
commit a135edcfb1
2 changed files with 0 additions and 58 deletions

57
package-lock.json generated
View File

@ -9,7 +9,6 @@
"version": "1.0.0",
"devDependencies": {
"eslint": "^9.37.0",
"eslint-formatter-gitlab": "^6.0.1",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",
@ -663,16 +662,6 @@
"node": ">=0.8"
}
},
"node_modules/codeclimate-types": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/codeclimate-types/-/codeclimate-types-0.3.1.tgz",
"integrity": "sha512-JCAaPG3tAYlVQQE9NP5kgsXBxPfSmflUI7manmbllUd9TN+1p/SXZkOsMAlPXCp3gcqNVL0itxMjcgKF0nBmJg==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/remcohaszing"
}
},
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@ -913,39 +902,6 @@
}
}
},
"node_modules/eslint-formatter-codeclimate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/eslint-formatter-codeclimate/-/eslint-formatter-codeclimate-1.0.2.tgz",
"integrity": "sha512-9ygAJag38O/oITwzPnvNXz8vuke6JuX1qeSbch+2m5ZQT/1exCyHkrymfJZpR5GZuYd17Khb1SOAsehSMV/W0Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"codeclimate-types": "^0.3.0"
},
"funding": {
"url": "https://github.com/sponsors/remcohaszing"
},
"peerDependencies": {
"eslint": "^9.0.0"
}
},
"node_modules/eslint-formatter-gitlab": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/eslint-formatter-gitlab/-/eslint-formatter-gitlab-6.0.1.tgz",
"integrity": "sha512-GjAdu74EPUQMQjldx4wu/P0CgTY7nk9uJ4q2ZW6TkXH+rK9LR2q3dV+cWTaQKMaCcosn+XU8nJOE8QQe8czHZA==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-formatter-codeclimate": "^1.0.0",
"yaml": "^2.0.0"
},
"funding": {
"url": "https://github.com/sponsors/remcohaszing"
},
"peerDependencies": {
"eslint": ">=9"
}
},
"node_modules/eslint-scope": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
@ -3112,19 +3068,6 @@
"node": ">=10"
}
},
"node_modules/yaml": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"dev": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
}
},
"node_modules/yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",

View File

@ -4,7 +4,6 @@
"description": "",
"devDependencies": {
"eslint": "^9.37.0",
"eslint-formatter-gitlab": "^6.0.1",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",