package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/helper-replace-supers@7.22.9",
  3. "_id": "@babel/helper-replace-supers@7.22.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
  6. "_location": "/@babel/helper-replace-supers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-replace-supers@7.22.9",
  12. "name": "@babel/helper-replace-supers",
  13. "escapedName": "@babel%2fhelper-replace-supers",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.9",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/plugin-proposal-decorators",
  22. "/@babel/plugin-transform-classes",
  23. "/@babel/plugin-transform-object-super",
  24. "/miniprogram-ci"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
  27. "_shasum": "cbdc27d6d8d18cd22c81ae4293765a5d9afd0779",
  28. "_spec": "@babel/helper-replace-supers@7.22.9",
  29. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-environment-visitor": "^7.22.5",
  40. "@babel/helper-member-expression-to-functions": "^7.22.5",
  41. "@babel/helper-optimise-call-expression": "^7.22.5"
  42. },
  43. "deprecated": false,
  44. "description": "Helper function to replace supers",
  45. "devDependencies": {
  46. "@babel/core": "^7.22.9"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-replace-supers",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-helper-replace-supers"
  65. },
  66. "type": "commonjs",
  67. "version": "7.22.9"
  68. }