package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/helper-replace-supers@^7.18.6",
  3. "_id": "@babel/helper-replace-supers@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==",
  6. "_location": "/@babel/helper-replace-supers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-replace-supers@^7.18.6",
  12. "name": "@babel/helper-replace-supers",
  13. "escapedName": "@babel%2fhelper-replace-supers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  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. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz",
  26. "_shasum": "efedf51cfccea7b7b8c0f00002ab317e7abfe420",
  27. "_spec": "@babel/helper-replace-supers@^7.18.6",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\helper-create-class-features-plugin",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/helper-environment-visitor": "^7.18.6",
  39. "@babel/helper-member-expression-to-functions": "^7.18.6",
  40. "@babel/helper-optimise-call-expression": "^7.18.6",
  41. "@babel/traverse": "^7.18.6",
  42. "@babel/types": "^7.18.6"
  43. },
  44. "deprecated": false,
  45. "description": "Helper function to replace supers",
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-replace-supers",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-replace-supers"
  60. },
  61. "type": "commonjs",
  62. "version": "7.18.6"
  63. }