package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/helper-replace-supers@^7.16.7",
  3. "_id": "@babel/helper-replace-supers@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
  6. "_location": "/@babel/helper-replace-supers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-replace-supers@^7.16.7",
  12. "name": "@babel/helper-replace-supers",
  13. "escapedName": "@babel%2fhelper-replace-supers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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.16.7.tgz",
  26. "_shasum": "e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1",
  27. "_spec": "@babel/helper-replace-supers@^7.16.7",
  28. "_where": "H:\\gs_nuxt\\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.16.7",
  39. "@babel/helper-member-expression-to-functions": "^7.16.7",
  40. "@babel/helper-optimise-call-expression": "^7.16.7",
  41. "@babel/traverse": "^7.16.7",
  42. "@babel/types": "^7.16.7"
  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. "version": "7.16.7"
  62. }