14 lines
507 B
JSON
14 lines
507 B
JSON
{
|
|
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
|
"version": "6.8.0",
|
|
"description": "Helper function to build conditional assignment operator visitors",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-helper-explode-assignable-expression": "^6.8.0",
|
|
"babel-runtime": "^6.0.0",
|
|
"babel-types": "^6.8.0"
|
|
}
|
|
}
|