Urara-Blog/node_modules/.pnpm-store/v3/files/45/7fa920210468f51da128f8d17ca695c0e5ccbcd28af0cf4b92e9fc2409806a8ce321f20f5dceede93cbac072a3c3ac21cce00265157dc7d8a7088aec539646
2022-08-14 01:14:53 +08:00

34 lines
No EOL
828 B
Text

{
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.18.6",
"description": "Transform import() expressions",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-dynamic-import"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}