forked from zhurui/management
73 lines
2.4 KiB
JSON
73 lines
2.4 KiB
JSON
{
|
|
"_from": "@babel/plugin-transform-async-to-generator@^7.3.4",
|
|
"_id": "@babel/plugin-transform-async-to-generator@7.23.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
|
|
"_location": "/@babel/plugin-transform-async-to-generator",
|
|
"_phantomChildren": {
|
|
"@babel/helper-string-parser": "7.23.4",
|
|
"@babel/helper-validator-identifier": "7.22.20",
|
|
"to-fast-properties": "2.0.0"
|
|
},
|
|
"_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.23.3.tgz",
|
|
"_shasum": "d1f513c7a8a506d43f47df2bf25f9254b0b051fa",
|
|
"_spec": "@babel/plugin-transform-async-to-generator@^7.3.4",
|
|
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\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.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-remap-async-to-generator": "^7.22.20"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Turn async functions into ES2015 generators",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/helper-plugin-test-runner": "^7.22.5"
|
|
},
|
|
"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.23.3"
|
|
}
|