Nicolò Ribaudo 750d3dde3b v7.8.6
2020-02-27 13:17:19 +01:00

18 lines
520 B
JSON

{
"name": "@babel/helper-replace-supers",
"version": "7.8.6",
"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.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.6"
}
}