package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "@babel/traverse@^7.28.4",
  3. "_id": "@babel/traverse@7.28.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
  6. "_location": "/@babel/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/traverse@^7.28.4",
  12. "name": "@babel/traverse",
  13. "escapedName": "@babel%2ftraverse",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-create-class-features-plugin",
  22. "/@babel/helper-member-expression-to-functions",
  23. "/@babel/helper-module-imports",
  24. "/@babel/helper-module-transforms",
  25. "/@babel/helper-remap-async-to-generator",
  26. "/@babel/helper-replace-supers",
  27. "/@babel/helper-skip-transparent-expression-wrappers",
  28. "/@babel/helper-wrap-function",
  29. "/@babel/plugin-bugfix-firefox-class-in-computed-class-key",
  30. "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
  31. "/@babel/plugin-transform-async-generator-functions",
  32. "/@babel/plugin-transform-classes",
  33. "/@babel/plugin-transform-destructuring",
  34. "/@babel/plugin-transform-function-name",
  35. "/@babel/plugin-transform-modules-systemjs",
  36. "/@babel/plugin-transform-object-rest-spread",
  37. "/@vue/babel-plugin-jsx"
  38. ],
  39. "_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.4.tgz",
  40. "_shasum": "8d456101b96ab175d487249f60680221692b958b",
  41. "_spec": "@babel/traverse@^7.28.4",
  42. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\core",
  43. "author": {
  44. "name": "The Babel Team",
  45. "url": "https://babel.dev/team"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "@babel/code-frame": "^7.27.1",
  53. "@babel/generator": "^7.28.3",
  54. "@babel/helper-globals": "^7.28.0",
  55. "@babel/parser": "^7.28.4",
  56. "@babel/template": "^7.27.2",
  57. "@babel/types": "^7.28.4",
  58. "debug": "^4.3.1"
  59. },
  60. "deprecated": false,
  61. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  62. "devDependencies": {
  63. "@babel/core": "^7.28.4",
  64. "@babel/helper-plugin-test-runner": "^7.27.1"
  65. },
  66. "engines": {
  67. "node": ">=6.9.0"
  68. },
  69. "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  70. "license": "MIT",
  71. "main": "./lib/index.js",
  72. "name": "@babel/traverse",
  73. "publishConfig": {
  74. "access": "public"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/babel/babel.git",
  79. "directory": "packages/babel-traverse"
  80. },
  81. "type": "commonjs",
  82. "version": "7.28.4"
  83. }