-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.15 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.15 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"dependencies": {
"@google-cloud/bigquery": "~8.3.0",
"@google-cloud/lineage": "^2.1.1",
"@google-cloud/storage": "^7.19.0",
"chokidar": "^3.5.3",
"deepmerge": "^4.2.2",
"fs-extra": "^9.0.0",
"glob": "13.0.6",
"google-sql-syntax-ts": "^1.0.3",
"js-beautify": "1.15.4",
"js-yaml": "^4.3.2",
"long": "^4.0.0",
"moo": "^0.5.0",
"object-sizeof": "^1.6.1",
"parse-duration": "2.1.6",
"promise-pool-executor": "^1.1.1",
"protobufjs": "^7.6.5",
"readline-sync": "^1.4.9",
"semver": "^7.5.2",
"tarjan-graph": "^2.0.0",
"tmp": "^0.2.7",
"typeid-js": "0.3.0",
"untildify": "^4.0.0",
"url": "^0.11.0",
"vm2": "3.11.6",
"vscode-jsonrpc": "^5.0.1",
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-protocol": "^3.15.3",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-languageserver-types": "3.15.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@bazel/hide-bazel-files": "1.0.0",
"@bazel/ibazel": "^0.9.1",
"@bazel/labs": "^0.42.3",
"@bazel/rollup": "^3.0.0",
"@bazel/typescript": "^3.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/chai": "^4.1.7",
"@types/diff": "^4.0.2",
"@types/es6-shim": "^0.31.37",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^8.1.0",
"@types/js-beautify": "^1.8.1",
"@types/js-yaml": "^4.0.5",
"@types/json-stable-stringify": "^1.0.32",
"@types/long": "^4.0.0",
"@types/moo": "^0.5.0",
"@types/node": "^16.16.0",
"@types/readline-sync": "^1.4.3",
"@types/semver": "^7.3.13",
"@types/tmp": "^0.2.0",
"@types/vscode": "^1.45.1",
"@types/yargs": "^15.0.5",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.2.0",
"chalk": "^4.0.0",
"diff": "^8.0.3",
"escodegen": "^1.13.0",
"eslint": "10.9.1",
"espree": "^7.0.0",
"estraverse": "^5.1.0",
"jsdoc": "^4.0.5",
"json-stable-stringify": "^1.0.1",
"minimist": "^1.2.6",
"prettier": "3.9.4",
"protobufjs-cli": "^1.3.3",
"rollup": "^2.80.0",
"rollup-plugin-dts": "^1.4.0",
"source-map-support": "^0.5.21",
"ts-mockito": "^2.6.1",
"typescript": "^3.8.3",
"uglify-es": "^3.3.9",
"uglify-js": "^3.7.7",
"webpack": "5.104.1",
"webpack-cli": "4.10.0"
},
"resolutions": {
"**/object-path": "^0.11.5",
"**/http-proxy": "^1.18.1",
"**/serialize-javascript": "^7.1.1",
"**/ssri": "^7.1.1",
"**/glob-parent": "^5.1.2",
"**/node-forge": "^1.0.0",
"**/json-bigint": "^1.0.0",
"**/y18n": "^5.0.5",
"**/underscore": "^1.12.1",
"**/protobufjs": "^7.0.0",
"**/ansi-regex": "^3.0.1",
"**/json-schema": "^0.4.0",
"**/nth-check": "^2.0.1",
"**/node-fetch": "^2.6.7",
"**/markdown-it": "14.3.1",
"**/mdurl": "2.0.0",
"**/wrap-ansi": "7.0.0",
"**/string-width": "4.1.0",
"**/@eslint-community/eslint-utils": "4.9.1",
"**/@ungap/structured-clone": "1.3.1",
"**/brace-expansion": "5.0.9",
"**/linkify-it": "^5.0.2",
"**/braces": "^3.0.3",
"**/@eslint/plugin-kit": "0.7.2",
"@google-cloud/storage/**/uuid": "14.0.2"
}
}