32 lines
No EOL
1 KiB
JSON
32 lines
No EOL
1 KiB
JSON
{
|
|
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
|
"version": "7.13.8",
|
|
"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.13.0",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.13.8",
|
|
"@babel/helper-plugin-test-runner": "7.12.13",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-logical-assignment-operators"
|
|
} |