Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
20 lines
563 B
JSON
20 lines
563 B
JSON
{
|
|
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
|
|
"version": "7.8.3",
|
|
"description": "Helper function to build binary assignment operator visitors",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-explode-assignable-expression": "^7.8.3",
|
|
"@babel/types": "^7.8.3"
|
|
}
|
|
}
|