/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/eslint-module-utils/package.json
48 строк
1 KB
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "name": "eslint-module-utils", "version": "2.8.1", "description": "Core utilities to support eslint-plugin-import and other module-related plugins.", "engines": { "node": ">=4" }, "scripts": { "prepublishOnly": "cp ../{LICENSE,.npmrc} ./", "tsc": "tsc -p .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/import-js/eslint-plugin-import.git" }, "keywords": [ "eslint-plugin-import", "eslint", "modules", "esmodules" ], "author": "Ben Mosher <me@benmosher.com>", "license": "MIT", "bugs": { "url": "https://github.com/import-js/eslint-plugin-import/issues" }, "homepage": "https://github.com/import-js/eslint-plugin-import#readme", "dependencies": { "debug": "^3.2.7" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/eslint": "^8.56.3", "@types/node": "^20.11.20", "typescript": "next" }, "peerDependenciesMeta": { "eslint": { "optional": true } }, "publishConfig": { "ignore": [ ".attw.json" ] } }