| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "@babel/helper-replace-supers@^7.28.6",
- "_id": "@babel/helper-replace-supers@7.28.6",
- "_inBundle": false,
- "_integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
- "_location": "/@babel/helper-replace-supers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helper-replace-supers@^7.28.6",
- "name": "@babel/helper-replace-supers",
- "escapedName": "@babel%2fhelper-replace-supers",
- "scope": "@babel",
- "rawSpec": "^7.28.6",
- "saveSpec": null,
- "fetchSpec": "^7.28.6"
- },
- "_requiredBy": [
- "/@babel/helper-create-class-features-plugin",
- "/@babel/plugin-transform-classes",
- "/@babel/plugin-transform-object-super"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
- "_shasum": "94aa9a1d7423a00aead3f204f78834ce7d53fe44",
- "_spec": "@babel/helper-replace-supers@^7.28.6",
- "_where": "E:\\git\\2021项目\\安科院大屏\\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-member-expression-to-functions": "^7.28.5",
- "@babel/helper-optimise-call-expression": "^7.27.1",
- "@babel/traverse": "^7.28.6"
- },
- "deprecated": false,
- "description": "Helper function to replace supers",
- "devDependencies": {
- "@babel/core": "^7.28.6"
- },
- "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.28.6"
- }
|