This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96. Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
18 lines
520 B
JSON
18 lines
520 B
JSON
{
|
|
"name": "@babel/helper-replace-supers",
|
|
"version": "7.8.0",
|
|
"description": "Helper function to replace supers",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.8.0",
|
|
"@babel/helper-optimise-call-expression": "^7.8.0",
|
|
"@babel/traverse": "^7.8.0",
|
|
"@babel/types": "^7.8.0"
|
|
}
|
|
}
|