123456789101112131415161718 |
- {
- "name": "@babel/helper-replace-supers",
- "version": "7.4.4",
- "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.0.0",
- "@babel/helper-optimise-call-expression": "^7.0.0",
- "@babel/traverse": "^7.4.4",
- "@babel/types": "^7.4.4"
- },
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
- }
|