1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/plugin-syntax-async-generators/package.json

54 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@babel/plugin-syntax-async-generators@^7.2.0",
"_id": "@babel/plugin-syntax-async-generators@7.8.4",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
2023-12-18 13:12:25 +08:00
"_location": "/@babel/plugin-syntax-async-generators",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@babel/plugin-syntax-async-generators@^7.2.0",
2023-12-18 13:12:25 +08:00
"name": "@babel/plugin-syntax-async-generators",
"escapedName": "@babel%2fplugin-syntax-async-generators",
"scope": "@babel",
2024-01-16 21:26:16 +08:00
"rawSpec": "^7.2.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^7.2.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@babel/plugin-proposal-async-generator-functions",
"/@babel/preset-env"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
"_shasum": "a983fb1aeb2ec3f6ed042a210f640e90e786fe0d",
"_spec": "@babel/plugin-syntax-async-generators@^7.2.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"@babel/helper-plugin-utils": "^7.8.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Allow parsing of async generator functions",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@babel/core": "^7.8.0"
2023-12-18 13:12:25 +08:00
},
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-syntax-async-generators",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
},
2024-01-16 21:26:16 +08:00
"version": "7.8.4"
2023-12-18 13:12:25 +08:00
}