package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "@babel/traverse@7.18.8",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/traverse@7.18.8",
  10. "_id": "@babel/traverse@7.18.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==",
  13. "_location": "/@babel/traverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/traverse@7.18.8",
  19. "name": "@babel/traverse",
  20. "escapedName": "@babel%2ftraverse",
  21. "scope": "@babel",
  22. "rawSpec": "7.18.8",
  23. "saveSpec": null,
  24. "fetchSpec": "7.18.8"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/helper-module-transforms",
  30. "/@babel/helper-replace-supers",
  31. "/@babel/helper-wrap-function",
  32. "/@babel/helpers",
  33. "/@vue/babel-plugin-jsx",
  34. "/babel-eslint"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz",
  37. "_spec": "7.18.8",
  38. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  39. "author": {
  40. "name": "The Babel Team",
  41. "url": "https://babel.dev/team"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  45. },
  46. "dependencies": {
  47. "@babel/code-frame": "^7.18.6",
  48. "@babel/generator": "^7.18.7",
  49. "@babel/helper-environment-visitor": "^7.18.6",
  50. "@babel/helper-function-name": "^7.18.6",
  51. "@babel/helper-hoist-variables": "^7.18.6",
  52. "@babel/helper-split-export-declaration": "^7.18.6",
  53. "@babel/parser": "^7.18.8",
  54. "@babel/types": "^7.18.8",
  55. "debug": "^4.1.0",
  56. "globals": "^11.1.0"
  57. },
  58. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  59. "devDependencies": {
  60. "@babel/helper-plugin-test-runner": "^7.18.6"
  61. },
  62. "engines": {
  63. "node": ">=6.9.0"
  64. },
  65. "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "@babel/traverse",
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/babel/babel.git",
  75. "directory": "packages/babel-traverse"
  76. },
  77. "type": "commonjs",
  78. "version": "7.18.8"
  79. }