package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/traverse@^7.17.9",
  3. "_id": "@babel/traverse@7.17.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==",
  6. "_location": "/@babel/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/traverse@^7.17.9",
  12. "name": "@babel/traverse",
  13. "escapedName": "@babel%2ftraverse",
  14. "scope": "@babel",
  15. "rawSpec": "^7.17.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.17.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/helper-module-transforms",
  23. "/@babel/helper-replace-supers",
  24. "/@babel/helper-wrap-function",
  25. "/@babel/helpers",
  26. "/jest-snapshot"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz",
  29. "_shasum": "1f9b207435d9ae4a8ed6998b2b82300d83c37a0d",
  30. "_spec": "@babel/traverse@^7.17.9",
  31. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\core",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  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.16.7",
  42. "@babel/generator": "^7.17.9",
  43. "@babel/helper-environment-visitor": "^7.16.7",
  44. "@babel/helper-function-name": "^7.17.9",
  45. "@babel/helper-hoist-variables": "^7.16.7",
  46. "@babel/helper-split-export-declaration": "^7.16.7",
  47. "@babel/parser": "^7.17.9",
  48. "@babel/types": "^7.17.0",
  49. "debug": "^4.1.0",
  50. "globals": "^11.1.0"
  51. },
  52. "deprecated": false,
  53. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  54. "devDependencies": {
  55. "@babel/helper-plugin-test-runner": "^7.16.7"
  56. },
  57. "engines": {
  58. "node": ">=6.9.0"
  59. },
  60. "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "@babel/traverse",
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-traverse"
  71. },
  72. "version": "7.17.9"
  73. }