17 lines
507 B
JSON
17 lines
507 B
JSON
{
|
|
"name": "babel-helper-replace-supers",
|
|
"version": "6.24.1",
|
|
"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-optimise-call-expression": "^6.24.1",
|
|
"babel-runtime": "^6.22.0",
|
|
"babel-traverse": "^6.24.1",
|
|
"babel-messages": "^6.23.0",
|
|
"babel-template": "^6.24.1",
|
|
"babel-types": "^6.24.1"
|
|
}
|
|
}
|