Urara-Blog/node_modules/.pnpm-store/v3/files/f4/706b31acae057fb81b1161f6726db49446cebeb937637d79c46e24bf52d56232b024780be5e2db20b8211c2d622b6a2c53923d85c2ec7754be553e62a94a78
2022-08-14 01:14:53 +08:00

35 lines
No EOL
945 B
Text

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