Urara-Blog/node_modules/.pnpm-store/v3/files/dc/01781a61a83f6bb9fc276c0ce7638e8c6e9eb20b37cdc0045536af85741a24a2d72e37cf6e90a0cb7cfe91dc4ad368c6a4431aa905bee55f36169b58424769
2022-08-14 01:14:53 +08:00

23 lines
565 B
Text

{
"name": "@babel/plugin-syntax-async-generators",
"version": "7.8.4",
"description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.0"
}
}