-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
61 lines (61 loc) · 2.23 KB
/
deno.lock
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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@1.0.5": "jsr:@std/assert@1.0.5",
"jsr:@std/internal@^1.0.3": "jsr:@std/internal@1.0.3",
"npm:@js-temporal/polyfill@0.4.4": "npm:@js-temporal/polyfill@0.4.4",
"npm:calendar-date@2.6.2": "npm:calendar-date@2.6.2",
"npm:dayjs": "npm:dayjs@1.11.13",
"npm:dayjs@1.11.13": "npm:dayjs@1.11.13",
"npm:temporal-polyfill@0.2.5": "npm:temporal-polyfill@0.2.5"
},
"jsr": {
"@std/assert@1.0.5": {
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
"dependencies": [
"jsr:@std/internal@^1.0.3"
]
},
"@std/internal@1.0.3": {
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
}
},
"npm": {
"@js-temporal/polyfill@0.4.4": {
"integrity": "sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==",
"dependencies": {
"jsbi": "jsbi@4.3.0",
"tslib": "tslib@2.7.0"
}
},
"calendar-date@2.6.2": {
"integrity": "sha512-iWxqbB1Ld7jaix+r/y/e7vB8l2oOryJ6j4nChFdDkZXRWOl8WbW0KrKCnEtfl38VmhYaSj8lZl5t44BXDfDFrA==",
"dependencies": {}
},
"dayjs@1.11.13": {
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
"dependencies": {}
},
"jsbi@4.3.0": {
"integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==",
"dependencies": {}
},
"temporal-polyfill@0.2.5": {
"integrity": "sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==",
"dependencies": {
"temporal-spec": "temporal-spec@0.2.4"
}
},
"temporal-spec@0.2.4": {
"integrity": "sha512-lDMFv4nKQrSjlkHKAlHVqKrBG4DyFfa9F74cmBZ3Iy3ed8yvWnlWSIdi4IKfSqwmazAohBNwiN64qGx4y5Q3IQ==",
"dependencies": {}
},
"tslib@2.7.0": {
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
"dependencies": {}
}
}
},
"remote": {}
}