You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.3 KiB
70 lines
2.3 KiB
3 years ago
|
{
|
||
|
"_from": "@babel/plugin-proposal-async-generator-functions@^7.15.8",
|
||
|
"_id": "@babel/plugin-proposal-async-generator-functions@7.15.8",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==",
|
||
|
"_location": "/@babel/plugin-proposal-async-generator-functions",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@babel/plugin-proposal-async-generator-functions@^7.15.8",
|
||
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
||
|
"escapedName": "@babel%2fplugin-proposal-async-generator-functions",
|
||
|
"scope": "@babel",
|
||
|
"rawSpec": "^7.15.8",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.15.8"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@babel/preset-env"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz",
|
||
|
"_shasum": "a3100f785fab4357987c4223ab1b02b599048403",
|
||
|
"_spec": "@babel/plugin-proposal-async-generator-functions@^7.15.8",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\node_modules\\@babel\\preset-env",
|
||
|
"author": {
|
||
|
"name": "The Babel Team",
|
||
|
"url": "https://babel.dev/team"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/babel/babel/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@babel/helper-plugin-utils": "^7.14.5",
|
||
|
"@babel/helper-remap-async-to-generator": "^7.15.4",
|
||
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Turn async generator functions into ES2015 generators",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "7.15.8",
|
||
|
"@babel/helper-plugin-test-runner": "7.14.5",
|
||
|
"babel-plugin-polyfill-corejs3": "^0.2.5",
|
||
|
"core-js-pure": "^3.16.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.9.0"
|
||
|
},
|
||
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
|
||
|
"keywords": [
|
||
|
"babel-plugin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./lib/index.js",
|
||
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "^7.0.0-0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/babel/babel.git",
|
||
|
"directory": "packages/babel-plugin-proposal-async-generator-functions"
|
||
|
},
|
||
|
"version": "7.15.8"
|
||
|
}
|