yanchengPowerSupply/node_modules/@babel/plugin-proposal-async-gener.../package.json

76 lines
2.4 KiB
JSON

{
"_args": [
[
"@babel/plugin-proposal-async-generator-functions@7.19.1",
"D:\\林谷智能项目\\yanchengPowerSupply"
]
],
"_development": true,
"_from": "@babel/plugin-proposal-async-generator-functions@7.19.1",
"_id": "@babel/plugin-proposal-async-generator-functions@7.19.1",
"_inBundle": false,
"_integrity": "sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==",
"_location": "/@babel/plugin-proposal-async-generator-functions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/plugin-proposal-async-generator-functions@7.19.1",
"name": "@babel/plugin-proposal-async-generator-functions",
"escapedName": "@babel%2fplugin-proposal-async-generator-functions",
"scope": "@babel",
"rawSpec": "7.19.1",
"saveSpec": null,
"fetchSpec": "7.19.1"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz",
"_spec": "7.19.1",
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/helper-remap-async-to-generator": "^7.18.9",
"@babel/plugin-syntax-async-generators": "^7.8.4"
},
"description": "Turn async generator functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/helper-plugin-test-runner": "^7.18.6",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"core-js-pure": "^3.25.1"
},
"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"
},
"type": "commonjs",
"version": "7.19.1"
}