package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/traverse@7.17.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/traverse@7.17.3",
  10. "_id": "@babel/traverse@7.17.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
  13. "_location": "/@babel/traverse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/traverse@7.17.3",
  19. "name": "@babel/traverse",
  20. "escapedName": "@babel%2ftraverse",
  21. "scope": "@babel",
  22. "rawSpec": "7.17.3",
  23. "saveSpec": null,
  24. "fetchSpec": "7.17.3"
  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. "/babel-eslint"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.17.3.tgz",
  36. "_spec": "7.17.3",
  37. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  44. },
  45. "dependencies": {
  46. "@babel/code-frame": "^7.16.7",
  47. "@babel/generator": "^7.17.3",
  48. "@babel/helper-environment-visitor": "^7.16.7",
  49. "@babel/helper-function-name": "^7.16.7",
  50. "@babel/helper-hoist-variables": "^7.16.7",
  51. "@babel/helper-split-export-declaration": "^7.16.7",
  52. "@babel/parser": "^7.17.3",
  53. "@babel/types": "^7.17.0",
  54. "debug": "^4.1.0",
  55. "globals": "^11.1.0"
  56. },
  57. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  58. "devDependencies": {
  59. "@babel/helper-plugin-test-runner": "^7.16.7"
  60. },
  61. "engines": {
  62. "node": ">=6.9.0"
  63. },
  64. "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "@babel/traverse",
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-traverse"
  75. },
  76. "version": "7.17.3"
  77. }