Befor generating

This commit is contained in:
marys
2026-06-01 13:17:37 +02:00
parent 3383f4bf4a
commit 1aa1b5f625
6756 changed files with 649946 additions and 1 deletions
@@ -0,0 +1,44 @@
{
"name": "@babel/plugin-transform-regenerator",
"author": "The Babel Team (https://babel.dev/team)",
"description": "Explode async and generator functions into a state machine.",
"version": "7.29.7",
"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": "^7.29.7"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/helper-check-duplicate-nodes": "^7.29.7",
"@babel/helper-plugin-test-runner": "^7.29.7",
"@babel/plugin-proposal-function-sent": "^7.29.7",
"@babel/plugin-transform-arrow-functions": "^7.29.7",
"@babel/plugin-transform-block-scoping": "^7.29.7",
"@babel/plugin-transform-classes": "^7.29.7",
"@babel/plugin-transform-for-of": "^7.29.7",
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
"@babel/plugin-transform-parameters": "^7.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"babel-plugin-polyfill-regenerator": "^0.6.6",
"mocha": "^10.0.0",
"recast": "^0.23.3",
"uglify-js": "^3.14.0"
},
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}