16 lines
513 B
JSON
16 lines
513 B
JSON
{
|
|
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
|
|
"version": "7.7.4",
|
|
"description": "Helper function to build binary assignment operator visitors",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-explode-assignable-expression": "^7.7.4",
|
|
"@babel/types": "^7.7.4"
|
|
}
|
|
}
|