Urara-Blog/node_modules/.pnpm-store/v3/files/e1/dcf76f53e63edc25402c9f1ba19bac092d589be32992ecac8776098f849373eafb36637b41f0c7a52ee72f30ff0c1c3245fd985b4f5ef9ced74b3e5111a8e2
2022-08-14 01:14:53 +08:00

23 lines
544 B
Text

{
"name": "@babel/plugin-syntax-dynamic-import",
"version": "7.8.3",
"description": "Allow parsing of import()",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
"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"
}
}