Urara-Blog/node_modules/.pnpm-store/v3/files/f8/12f27e2d89c2a4f997cf124cecac79ab8859caf8970515eaf7d7aabb65f83c28c17c60485362e1e4497427e7c36e18dbd5f3233b4dd9fde4fe2338cc426ef4
2022-08-14 01:14:53 +08:00

28 lines
No EOL
821 B
Text

{
"name": "@babel/helper-replace-supers",
"version": "7.18.9",
"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-environment-visitor": "^7.18.9",
"@babel/helper-member-expression-to-functions": "^7.18.9",
"@babel/helper-optimise-call-expression": "^7.18.6",
"@babel/traverse": "^7.18.9",
"@babel/types": "^7.18.9"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}