-
Notifications
You must be signed in to change notification settings - Fork 163
/
package.json
102 lines (102 loc) · 2.94 KB
/
package.json
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
{
"dependencies": {
"@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",
"@google-cloud/bigquery": "^5.6.0",
"@google-cloud/storage": "^5.8.2",
"@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/request": "^2.48.3",
"@types/rimraf": "^2.0.2",
"@types/semver": "^7.3.13",
"@types/tmp": "^0.2.0",
"@types/vscode": "^1.45.1",
"@types/yargs": "^15.0.5",
"chai": "^4.2.0",
"chalk": "^4.0.0",
"chokidar": "^3.5.3",
"deepmerge": "^4.2.2",
"diff": "^4.0.2",
"escodegen": "^1.13.0",
"espree": "^7.0.0",
"estraverse": "^5.1.0",
"fs-extra": "^9.0.0",
"glob": "^10.3.3",
"google-sql-syntax-ts": "^1.0.3",
"js-beautify": "^1.10.2",
"js-yaml": "^4.1.0",
"jsdoc": "^3.6.11",
"json-stable-stringify": "^1.0.1",
"long": "^4.0.0",
"minimist": "^1.2.6",
"moo": "^0.5.0",
"object-sizeof": "^1.6.1",
"parse-duration": "^1.0.0",
"prettier": "^1.14.2",
"promise-pool-executor": "^1.1.1",
"protobufjs": "^7.2.5",
"protobufjs-cli": "^1.0.0",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"rollup": "^2.79.2",
"rollup-plugin-dts": "^1.4.0",
"semver": "^7.5.2",
"source-map-support": "^0.5.21",
"tarjan-graph": "^2.0.0",
"tmp": "^0.2.0",
"ts-loader": "^5.3.1",
"ts-mockito": "^2.6.1",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-security": "^1.16.0",
"typeid-js": "0.3.0",
"typescript": "^3.8.3",
"uglify-es": "^3.3.9",
"uglify-js": "^3.7.7",
"untildify": "^4.0.0",
"url": "^0.11.0",
"vm2": "3.9.19",
"vsce": "^1.79.5",
"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",
"webpack": "^4.20.0",
"webpack-cli": "^3.3.10",
"yargs": "^16.2.0"
},
"resolutions": {
"**/object-path": "^0.11.5",
"**/http-proxy": "^1.18.1",
"**/serialize-javascript": "^3.1.0",
"**/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": "^12.3.2"
}
}