mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_args": [
    [
      "@babel/traverse@7.24.1",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "@babel/traverse@7.24.1",
  "_id": "@babel/traverse@7.24.1",
  "_inBundle": false,
  "_integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
  "_location": "/@babel/traverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/traverse@7.24.1",
    "name": "@babel/traverse",
    "escapedName": "@babel%2ftraverse",
    "scope": "@babel",
    "rawSpec": "7.24.1",
    "saveSpec": null,
    "fetchSpec": "7.24.1"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/helpers",
    "/@dcloudio/uni-template-compiler",
    "/@vue/babel-plugin-jsx",
    "/jest-jasmine2"
  ],
  "_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.24.1.tgz",
  "_spec": "7.24.1",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "The Babel Team",
    "url": "https://babel.dev/team"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  },
  "dependencies": {
    "@babel/code-frame": "^7.24.1",
    "@babel/generator": "^7.24.1",
    "@babel/helper-environment-visitor": "^7.22.20",
    "@babel/helper-function-name": "^7.23.0",
    "@babel/helper-hoist-variables": "^7.22.5",
    "@babel/helper-split-export-declaration": "^7.22.6",
    "@babel/parser": "^7.24.1",
    "@babel/types": "^7.24.0",
    "debug": "^4.3.1",
    "globals": "^11.1.0"
  },
  "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  "devDependencies": {
    "@babel/core": "^7.24.1",
    "@babel/helper-plugin-test-runner": "^7.24.1"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@babel/traverse",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-traverse"
  },
  "type": "commonjs",
  "version": "7.24.1"
}