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

35 lines
No EOL
973 B
Text

{
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.18.6",
"description": "Compile exponentiation operator to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-exponentiation-operator"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.6"
},
"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"
}