package.json 577 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "@babel/helper-replace-supers",
  "version": "7.9.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.9.6",
    "@babel/types": "^7.9.6"
  },
  "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d"
}