This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

27 lines
765 B
JSON

{
"name": "@babel/plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "7.12.13",
"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": {
"regenerator-transform": "^0.14.2"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/helper-plugin-test-runner": "7.12.13"
}
}