31 lines
927 B
JSON
31 lines
927 B
JSON
|
{
|
||
|
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
||
|
"version": "7.12.0",
|
||
|
"description": "Transforms logical assignment operators into short-circuited assignments",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/babel/babel.git",
|
||
|
"directory": "packages/babel-plugin-proposal-logical-assignment-operators"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"babel-plugin"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@babel/helper-plugin-utils": "^7.10.4",
|
||
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "^7.0.0-0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.12.0",
|
||
|
"@babel/helper-plugin-test-runner": "^7.10.4",
|
||
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.0",
|
||
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
||
|
}
|
||
|
}
|