hz-zhhq-web/node_modules/@babel/plugin-transform-async-to-g.../package.json

69 lines
2.2 KiB
JSON

{
"_from": "@babel/plugin-transform-async-to-generator@^7.3.4",
"_id": "@babel/plugin-transform-async-to-generator@7.25.9",
"_inBundle": false,
"_integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
"_location": "/@babel/plugin-transform-async-to-generator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-async-to-generator@^7.3.4",
"name": "@babel/plugin-transform-async-to-generator",
"escapedName": "@babel%2fplugin-transform-async-to-generator",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
"_shasum": "c80008dacae51482793e5a9c08b39a5be7e12d71",
"_spec": "@babel/plugin-transform-async-to-generator@^7.3.4",
"_where": "E:\\hz-zhhq-web\\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-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.25.9",
"@babel/helper-remap-async-to-generator": "^7.25.9"
},
"deprecated": false,
"description": "Turn async functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/helper-plugin-test-runner": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/plugin-transform-async-to-generator",
"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-to-generator"
},
"type": "commonjs",
"version": "7.25.9"
}