* fix incorrect lerna bootstrap options * chore: bump @babel/types dependencies to v7.6.3 * chore: remove ignore-engines on lerna bootstrap
17 lines
449 B
JSON
17 lines
449 B
JSON
{
|
|
"name": "@babel/helper-explode-class",
|
|
"version": "7.1.0",
|
|
"description": "Helper function to explode class",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-bindify-decorators": "^7.1.0",
|
|
"@babel/traverse": "^7.1.0",
|
|
"@babel/types": "^7.6.3"
|
|
}
|
|
}
|