package.json 2.4 KB

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