2021-01-06 14:11:53 +01:00

31 lines
881 B
JSON

{
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.12.1",
"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": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}