-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.56 KB
/
package-lock.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
{
"name": "throughput-widget",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.16.3.tgz",
"integrity": "sha512-58AwSCktkDKXc45U0Q+AXvWtmEAZs37DOt9SC2LEypYL6YnVHGiL2lekbvA5R3JYzPFVasg+vmDHVouqSr/zMA==",
"dev": true,
"requires": {
"typescript": "3.9.6"
}
},
"jsonc-parser": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
"integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA=="
},
"jsrsasign": {
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.4.1.tgz",
"integrity": "sha512-g2CP2nb8xKdmfZhuHaJEz1zVYTsZc+lUjLFvgbMX35/cUALK0G15sQfCbCpDg/UivkjCNlq0lV6FxCfPhv0shw=="
},
"jsrsasign-util": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/jsrsasign-util/-/jsrsasign-util-1.0.5.tgz",
"integrity": "sha512-e5Kp8aaT5GH2c5X8j4uaJruYmT4GcnaGb47nw8m60YqPywtnOtTISZ9hZgtZ3a+jh7B27bU2LCf3Y32wZyfhtQ==",
"requires": {
"jsonc-parser": ">= 0.0.1",
"jsrsasign": ">= 4.8.2"
}
},
"typescript": {
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==",
"dev": true
}
}
}