/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codemods/babel-plugin-codemod-optional-catch-binding/package.json
38 строк
905 B
Huáng Jùnliàng
chore(pkg): set @babel/core peer deps to ^8.0.0 (#18076)
17 июн 2026, 11:34
Не верифицирован
17 июн 2026, 11:34
cd96c47
Код
Авторство
О чём код?
{ "name": "@babel/plugin-codemod-optional-catch-binding", "version": "8.0.0", "description": "Remove unused catch bindings", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "codemods/babel-plugin-codemod-optional-catch-binding" }, "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "@babel/codemod", "@babel/plugin" ], "peerDependencies": { "@babel/core": "^8.0.0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-plugin-test-runner": "workspace:^" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }