* fix incorrect lerna bootstrap options * chore: bump @babel/types dependencies to v7.6.3 * chore: remove ignore-engines on lerna bootstrap
16 lines
513 B
JSON
16 lines
513 B
JSON
{
|
|
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
|
|
"version": "7.1.0",
|
|
"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.1.0",
|
|
"@babel/types": "^7.6.3"
|
|
}
|
|
}
|