Files
supplier-dispatch-h5/node_modules/@babel/helper-replace-supers/package.json
2023-08-11 10:45:20 +08:00

68 lines
2.1 KiB
JSON

{
"_from": "@babel/helper-replace-supers@^7.22.9",
"_id": "@babel/helper-replace-supers@7.22.9",
"_inBundle": false,
"_integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
"_location": "/@babel/helper-replace-supers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-replace-supers@^7.22.9",
"name": "@babel/helper-replace-supers",
"escapedName": "@babel%2fhelper-replace-supers",
"scope": "@babel",
"rawSpec": "^7.22.9",
"saveSpec": null,
"fetchSpec": "^7.22.9"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/plugin-proposal-decorators",
"/@babel/plugin-transform-classes",
"/@babel/plugin-transform-object-super"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
"_shasum": "cbdc27d6d8d18cd22c81ae4293765a5d9afd0779",
"_spec": "@babel/helper-replace-supers@^7.22.9",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\helper-create-class-features-plugin",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-member-expression-to-functions": "^7.22.5",
"@babel/helper-optimise-call-expression": "^7.22.5"
},
"deprecated": false,
"description": "Helper function to replace supers",
"devDependencies": {
"@babel/core": "^7.22.9"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-replace-supers",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-replace-supers"
},
"type": "commonjs",
"version": "7.22.9"
}