2018-08-27 17:41:21 -04:00

15 lines
471 B
JSON

{
"name": "@babel/helper-replace-supers",
"version": "7.0.0",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0"
}
}