package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/traverse@^7.13.15",
  3. "_id": "@babel/traverse@7.13.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==",
  6. "_location": "/@babel/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/traverse@^7.13.15",
  12. "name": "@babel/traverse",
  13. "escapedName": "@babel%2ftraverse",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.15",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.15"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/helper-hoist-variables",
  23. "/@babel/helper-module-transforms",
  24. "/@babel/helper-replace-supers",
  25. "/@babel/helper-wrap-function",
  26. "/@babel/helpers"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.17.tgz",
  29. "_shasum": "c85415e0c7d50ac053d758baec98b28b2ecfeea3",
  30. "_spec": "@babel/traverse@^7.13.15",
  31. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\core",
  32. "author": {
  33. "name": "Sebastian McKenzie",
  34. "email": "sebmck@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/code-frame": "^7.12.13",
  42. "@babel/generator": "^7.13.16",
  43. "@babel/helper-function-name": "^7.12.13",
  44. "@babel/helper-split-export-declaration": "^7.12.13",
  45. "@babel/parser": "^7.13.16",
  46. "@babel/types": "^7.13.17",
  47. "debug": "^4.1.0",
  48. "globals": "^11.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  52. "devDependencies": {
  53. "@babel/helper-plugin-test-runner": "7.13.10"
  54. },
  55. "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/traverse",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-traverse"
  66. },
  67. "version": "7.13.17"
  68. }