UNPKG

@babel/helper-replace-supers

Version:
39 lines 1 kB
{ "name": "@babel/helper-replace-supers", "version": "8.0.1", "description": "Helper function to replace supers", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-replace-supers" }, "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "dependencies": { "@babel/helper-member-expression-to-functions": "^8.0.0", "@babel/helper-optimise-call-expression": "^8.0.0", "@babel/traverse": "^8.0.0" }, "devDependencies": { "@babel/core": "^8.0.1" }, "peerDependencies": { "@babel/core": "^8.0.0" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }