Files
supplier-dispatch-h5/node_modules/@babel/plugin-transform-async-generator-functions/package.json
2023-08-11 10:45:20 +08:00

72 lines
2.4 KiB
JSON

{
"_from": "@babel/plugin-transform-async-generator-functions@^7.22.10",
"_id": "@babel/plugin-transform-async-generator-functions@7.22.10",
"_inBundle": false,
"_integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==",
"_location": "/@babel/plugin-transform-async-generator-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-async-generator-functions@^7.22.10",
"name": "@babel/plugin-transform-async-generator-functions",
"escapedName": "@babel%2fplugin-transform-async-generator-functions",
"scope": "@babel",
"rawSpec": "^7.22.10",
"saveSpec": null,
"fetchSpec": "^7.22.10"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz",
"_shasum": "45946cd17f915b10e65c29b8ed18a0a50fc648c8",
"_spec": "@babel/plugin-transform-async-generator-functions@^7.22.10",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\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-environment-visitor": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-remap-async-to-generator": "^7.22.9",
"@babel/plugin-syntax-async-generators": "^7.8.4"
},
"deprecated": false,
"description": "Turn async generator functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/helper-plugin-test-runner": "^7.22.5",
"babel-plugin-polyfill-corejs3": "^0.8.3",
"core-js-pure": "^3.30.2"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-generator-functions",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/plugin-transform-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-transform-async-generator-functions"
},
"type": "commonjs",
"version": "7.22.10"
}