flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
40
BACK_BACK/node_modules/babel-plugin-polyfill-regenerator/package.json
generated
vendored
Executable file
40
BACK_BACK/node_modules/babel-plugin-polyfill-regenerator/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "babel-plugin-polyfill-regenerator",
|
||||
"version": "0.6.2",
|
||||
"description": "A Babel plugin to inject imports to regenerator-runtime",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel-polyfills.git",
|
||||
"directory": "packages/babel-plugin-polyfill-regenerator"
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"import": "./esm/index.mjs",
|
||||
"default": "./lib/index.js"
|
||||
},
|
||||
"./lib/index.js"
|
||||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-define-polyfill-provider": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/helper-plugin-test-runner": "^7.16.7",
|
||||
"@babel/plugin-transform-regenerator": "~7.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
||||
},
|
||||
"gitHead": "2da4da8e1a3d87640c88a3cd7e650cbb1c049a33"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue