| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@babel/plugin-transform-regenerator",
|
|---|
| 3 | "author": "The Babel Team (https://babel.dev/team)",
|
|---|
| 4 | "description": "Explode async and generator functions into a state machine.",
|
|---|
| 5 | "version": "7.29.0",
|
|---|
| 6 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
|
|---|
| 7 | "repository": {
|
|---|
| 8 | "type": "git",
|
|---|
| 9 | "url": "https://github.com/babel/babel.git",
|
|---|
| 10 | "directory": "packages/babel-plugin-transform-regenerator"
|
|---|
| 11 | },
|
|---|
| 12 | "main": "./lib/index.js",
|
|---|
| 13 | "dependencies": {
|
|---|
| 14 | "@babel/helper-plugin-utils": "^7.28.6"
|
|---|
| 15 | },
|
|---|
| 16 | "license": "MIT",
|
|---|
| 17 | "publishConfig": {
|
|---|
| 18 | "access": "public"
|
|---|
| 19 | },
|
|---|
| 20 | "peerDependencies": {
|
|---|
| 21 | "@babel/core": "^7.0.0-0"
|
|---|
| 22 | },
|
|---|
| 23 | "devDependencies": {
|
|---|
| 24 | "@babel/core": "^7.29.0",
|
|---|
| 25 | "@babel/helper-check-duplicate-nodes": "^7.28.6",
|
|---|
| 26 | "@babel/helper-plugin-test-runner": "^7.27.1",
|
|---|
| 27 | "@babel/plugin-proposal-function-sent": "^7.27.1",
|
|---|
| 28 | "@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|---|
| 29 | "@babel/plugin-transform-block-scoping": "^7.28.6",
|
|---|
| 30 | "@babel/plugin-transform-classes": "^7.28.6",
|
|---|
| 31 | "@babel/plugin-transform-for-of": "^7.27.1",
|
|---|
| 32 | "@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|---|
| 33 | "@babel/plugin-transform-parameters": "^7.27.7",
|
|---|
| 34 | "@babel/plugin-transform-runtime": "^7.29.0",
|
|---|
| 35 | "babel-plugin-polyfill-regenerator": "^0.6.6",
|
|---|
| 36 | "mocha": "^10.0.0",
|
|---|
| 37 | "recast": "^0.23.3",
|
|---|
| 38 | "uglify-js": "^3.14.0"
|
|---|
| 39 | },
|
|---|
| 40 | "engines": {
|
|---|
| 41 | "node": ">=6.9.0"
|
|---|
| 42 | },
|
|---|
| 43 | "type": "commonjs"
|
|---|
| 44 | } |
|---|