/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-regenerator/package.json
51 строка
2 KB
Babel Bot
v8.0.2
18 июн 2026, 16:20
18 июн 2026, 16:20
73940a0
Код
Авторство
О чём код?
{ "name": "@babel/plugin-transform-regenerator", "author": "The Babel Team (https://babel.dev/team)", "description": "Explode async and generator functions into a state machine.", "version": "8.0.2", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-regenerator" }, "main": "./lib/index.js", "dependencies": { "@babel/helper-plugin-utils": "workspace:^" }, "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "@babel/core": "^8.0.0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-check-duplicate-nodes": "workspace:^", "@babel/helper-plugin-test-runner": "workspace:^", "@babel/plugin-proposal-function-sent": "workspace:^", "@babel/plugin-transform-arrow-functions": "workspace:^", "@babel/plugin-transform-block-scoping": "workspace:^", "@babel/plugin-transform-classes": "workspace:^", "@babel/plugin-transform-for-of": "workspace:^", "@babel/plugin-transform-modules-commonjs": "workspace:^", "@babel/plugin-transform-parameters": "workspace:^", "@babel/plugin-transform-runtime": "workspace:^", "babel-plugin-polyfill-regenerator": "^1.0.0", "jest": "^30.4.2", "recast": "^0.23.3", "uglify-js": "^3.14.0" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }