mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/60908 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"name": "eslint-tools",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/eslint-parser": "^7.28.5",
|
|
"@babel/plugin-syntax-import-source": "^7.27.1",
|
|
"@eslint/markdown": "^7.5.1",
|
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-formatter-tap": "^9.0.1",
|
|
"eslint-plugin-jsdoc": "^61.4.1",
|
|
"globals": "^16.5.0"
|
|
}
|
|
}
|