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
| {
| "_args": [
| [
| "@babel/helper-environment-visitor@7.22.20",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "@babel/helper-environment-visitor@7.22.20",
| "_id": "@babel/helper-environment-visitor@7.22.20",
| "_inBundle": false,
| "_integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
| "_location": "/@babel/helper-environment-visitor",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@babel/helper-environment-visitor@7.22.20",
| "name": "@babel/helper-environment-visitor",
| "escapedName": "@babel%2fhelper-environment-visitor",
| "scope": "@babel",
| "rawSpec": "7.22.20",
| "saveSpec": null,
| "fetchSpec": "7.22.20"
| },
| "_requiredBy": [
| "/@babel/helper-create-class-features-plugin",
| "/@babel/helper-module-transforms",
| "/@babel/helper-remap-async-to-generator",
| "/@babel/helper-replace-supers",
| "/@babel/plugin-bugfix-firefox-class-in-computed-class-key",
| "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
| "/@babel/plugin-transform-async-generator-functions",
| "/@babel/plugin-transform-classes",
| "/@babel/traverse"
| ],
| "_resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
| "_spec": "7.22.20",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "The Babel Team",
| "url": "https://babel.dev/team"
| },
| "bugs": {
| "url": "https://github.com/babel/babel/issues"
| },
| "description": "Helper visitor to only visit nodes in the current 'this' context",
| "devDependencies": {
| "@babel/traverse": "^7.22.20",
| "@babel/types": "^7.22.19"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "exports": {
| ".": "./lib/index.js",
| "./package.json": "./package.json"
| },
| "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "@babel/helper-environment-visitor",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-helper-environment-visitor"
| },
| "type": "commonjs",
| "version": "7.22.20"
| }
|
|