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
| {
| "_from": "@babel/code-frame@^7.0.0",
| "_id": "@babel/code-frame@7.24.7",
| "_inBundle": false,
| "_integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
| "_location": "/@babel/code-frame",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/code-frame@^7.0.0",
| "name": "@babel/code-frame",
| "escapedName": "@babel%2fcode-frame",
| "scope": "@babel",
| "rawSpec": "^7.0.0",
| "saveSpec": null,
| "fetchSpec": "^7.0.0"
| },
| "_requiredBy": [
| "/eslint"
| ],
| "_resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz",
| "_shasum": "882fd9e09e8ee324e496bd040401c6f046ef4465",
| "_spec": "@babel/code-frame@^7.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/eslint",
| "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+is%3Aopen"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/highlight": "^7.24.7",
| "picocolors": "^1.0.0"
| },
| "deprecated": false,
| "description": "Generate errors that contain a code frame that point to source locations.",
| "devDependencies": {
| "import-meta-resolve": "^4.1.0",
| "strip-ansi": "^4.0.0"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "@babel/code-frame",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-code-frame"
| },
| "type": "commonjs",
| "version": "7.24.7"
| }
|
|