jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
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
77
{
  "_from": "@babel/types@^7.17.0",
  "_id": "@babel/types@7.26.3",
  "_inBundle": false,
  "_integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
  "_location": "/@dcloudio/uni-mp-weixin/@babel/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/types@^7.17.0",
    "name": "@babel/types",
    "escapedName": "@babel%2ftypes",
    "scope": "@babel",
    "rawSpec": "^7.17.0",
    "saveSpec": null,
    "fetchSpec": "^7.17.0"
  },
  "_requiredBy": [
    "/@dcloudio/uni-mp-weixin/@babel/core",
    "/@dcloudio/uni-mp-weixin/@babel/generator",
    "/@dcloudio/uni-mp-weixin/@babel/helper-module-imports",
    "/@dcloudio/uni-mp-weixin/@babel/helpers",
    "/@dcloudio/uni-mp-weixin/@babel/parser",
    "/@dcloudio/uni-mp-weixin/@babel/template",
    "/@dcloudio/uni-mp-weixin/@babel/traverse",
    "/@dcloudio/uni-mp-weixin/@dcloudio/uni-cli-shared"
  ],
  "_resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.3.tgz",
  "_shasum": "37e79830f04c2b5687acc77db97fbc75fb81f3c0",
  "_spec": "@babel/types@^7.17.0",
  "_where": "D:\\new\\car-app\\CarDriver_APP\\node_modules\\@dcloudio\\uni-mp-weixin\\node_modules\\@dcloudio\\uni-cli-shared",
  "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%20types%22+is%3Aopen"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-string-parser": "^7.25.9",
    "@babel/helper-validator-identifier": "^7.25.9"
  },
  "deprecated": false,
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.26.3",
    "@babel/parser": "^7.26.3",
    "glob": "^7.2.0"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-types",
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@babel/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-types"
  },
  "type": "commonjs",
  "types": "./lib/index-legacy.d.ts",
  "typesVersions": {
    ">=4.1": {
      "lib/index-legacy.d.ts": [
        "lib/index.d.ts"
      ]
    }
  },
  "version": "7.26.3"
}