mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
{
  "_args": [
    [
      "estree-walker@2.0.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "estree-walker@2.0.2",
  "_id": "estree-walker@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  "_location": "/estree-walker",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "estree-walker@2.0.2",
    "name": "estree-walker",
    "escapedName": "estree-walker",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/@vue/compiler-core",
    "/@vue/compiler-sfc"
  ],
  "_resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/estree-walker/issues"
  },
  "description": "Traverse an ESTree-compliant AST",
  "devDependencies": {
    "@types/estree": "0.0.42",
    "rollup": "^2.10.9",
    "typescript": "^3.7.5",
    "uvu": "^0.5.1"
  },
  "exports": {
    "require": "./dist/umd/estree-walker.js",
    "import": "./dist/esm/estree-walker.js"
  },
  "files": [
    "src",
    "dist",
    "types",
    "README.md"
  ],
  "homepage": "https://github.com/Rich-Harris/estree-walker#readme",
  "license": "MIT",
  "main": "./dist/umd/estree-walker.js",
  "module": "./dist/esm/estree-walker.js",
  "name": "estree-walker",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/estree-walker.git"
  },
  "scripts": {
    "build": "tsc && rollup -c",
    "prepublishOnly": "npm run build && npm test",
    "test": "uvu test"
  },
  "type": "commonjs",
  "types": "types/index.d.ts",
  "version": "2.0.2"
}