Files
Speedtest-Tracker/conf/site/node_modules/@babel/helper-replace-supers/package.json
Henry Whitaker 2219b0213c npm install
2021-03-07 09:24:01 +00:00

21 lines
572 B
JSON

{
"name": "@babel/helper-replace-supers",
"version": "7.12.5",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-replace-supers"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.12.1",
"@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/traverse": "^7.12.5",
"@babel/types": "^7.12.5"
}
}