-
Notifications
You must be signed in to change notification settings - Fork 7
/
deno.lock
150 lines (150 loc) · 9.52 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@0.222.1": "jsr:@std/assert@0.222.1",
"jsr:@std/fmt@^0.222.1": "jsr:@std/fmt@0.222.1",
"npm:@most/adapter@1.0.0": "npm:@most/adapter@1.0.0",
"npm:@most/core@1.6.1": "npm:@most/core@1.6.1",
"npm:@most/hold@4.1.0": "npm:@most/hold@4.1.0",
"npm:@most/scheduler@1.3.0": "npm:@most/scheduler@1.3.0",
"npm:@most/types@1.1.0": "npm:@most/types@1.1.0",
"npm:effect@3.0.7": "npm:effect@3.0.7",
"npm:fast-check@3.14.0": "npm:fast-check@3.14.0",
"npm:rxjs@7.8.1": "npm:rxjs@7.8.1"
},
"jsr": {
"@std/assert@0.222.1": {
"integrity": "691637161ee584a9919d1f9950ddd1272feb8e0a19e83aa5b7563cedaf73d74c",
"dependencies": [
"jsr:@std/fmt@^0.222.1"
]
},
"@std/fmt@0.222.1": {
"integrity": "ec3382f9b0261c1ab1a5c804aa355d816515fa984cdd827ed32edfb187c0a722"
}
},
"npm": {
"@most/adapter@1.0.0": {
"integrity": "sha512-+ECkLCTgKqc+uFK7q/fp2elaZahNRS1Tjz0XAu5QOiMynxJt8qN8LR+fuSoRZdhzQ0/+4nWf44X/x2fWUKe8fQ==",
"dependencies": {
"@most/types": "@most/types@1.1.0"
}
},
"@most/core@1.6.1": {
"integrity": "sha512-H989BS6v9QxSZRGPZlbomXTRpUU60iy76AHJoPveKtj27bE0Pv3mwMENRzNZijJK9ntUwhoJ0SYCoXaMCYuWEQ==",
"dependencies": {
"@most/disposable": "@most/disposable@1.3.0",
"@most/prelude": "@most/prelude@1.8.0",
"@most/scheduler": "@most/scheduler@1.3.0",
"@most/types": "@most/types@1.1.0"
}
},
"@most/disposable@1.3.0": {
"integrity": "sha512-0lCve1GmWlZrvTGQpMgTFTHH6uRtzM31jyYTIN7303XX4KoLCLWw9L6hfTYLLBtge6s+QyiBQVokAhy2GjNAUQ==",
"dependencies": {
"@most/prelude": "@most/prelude@1.8.0",
"@most/types": "@most/types@1.1.0"
}
},
"@most/hold@4.1.0": {
"integrity": "sha512-FvmJ84K7Iv6d/5cyPkAcDjLu6XN3QaejYZGeoi55o9pmQ2AZPsutQ1NSaV+8M8sLEA+LT0pFS6Ck+ZTwOSO69Q==",
"dependencies": {
"@most/core": "@most/core@1.6.1",
"@most/scheduler": "@most/scheduler@1.3.0",
"@most/types": "@most/types@1.1.0"
}
},
"@most/prelude@1.8.0": {
"integrity": "sha512-t1CcURpZzfmBA6fEWwqmCqeNzWAj1w2WqEmCk/2yXMe/p8Ut000wFmVKMy8A1Rl9VVxZEZ5nBHd/pU0dR4bv/w==",
"dependencies": {}
},
"@most/scheduler@1.3.0": {
"integrity": "sha512-bbJGyhbZxNqlkVjP8+YT9wIVMvYnpzWOzV8jZueqlTH2PJWewH2f54YziZn7/wWa6AJdN03H1vb8Tbi9GcA/cw==",
"dependencies": {
"@most/prelude": "@most/prelude@1.8.0",
"@most/types": "@most/types@1.1.0"
}
},
"@most/types@1.1.0": {
"integrity": "sha512-v2trqAWu1jqP4Yd/CyI1O6mAeJyygK1uJOrFRpNPkPZIaYw4khA4EQe4WzcyOFKuXdiP8qAqaxGtXXJJ2LZdXg==",
"dependencies": {}
},
"effect@3.0.7": {
"integrity": "sha512-VlEpWUc3IBc7k9NUdsdbh7cnGFNIdMpIoUFbbiVkt304d40pSr6Zadnr5Tk8m1cniqOLo4SXSZLw0M6f7N17Hg==",
"dependencies": {}
},
"fast-check@3.14.0": {
"integrity": "sha512-9Z0zqASzDNjXBox/ileV/fd+4P+V/f3o4shM6QawvcdLFh8yjPG4h5BrHUZ8yzY6amKGDTAmRMyb/JZqe+dCgw==",
"dependencies": {
"pure-rand": "pure-rand@6.0.4"
}
},
"pure-rand@6.0.4": {
"integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==",
"dependencies": {}
},
"rxjs@7.8.1": {
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
"dependencies": {
"tslib": "tslib@2.6.2"
}
},
"tslib@2.6.2": {
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dependencies": {}
}
}
},
"redirects": {
"https://deno.land/std/testing/asserts.ts": "https://deno.land/std@0.146.0/testing/asserts.ts",
"https://deno.land/x/fun/array.ts": "https://deno.land/x/fun@v2.0.0-alpha.9/array.ts"
},
"remote": {
"https://deno.land/std@0.103.0/fmt/colors.ts": "d2f8355f00a74404668fc5a1e4a92983ce1a9b0a6ac1d40efbd681cb8f519586",
"https://deno.land/std@0.103.0/testing/_diff.ts": "5d3693155f561d1a5443ac751ac70aab9f5d67b4819a621d4b96b8a1a1c89620",
"https://deno.land/std@0.103.0/testing/asserts.ts": "b668f7e9f7cc44cf674c7ef00d52bb5fc9b28cdf5e32bc9dad2bf355d3c1b810",
"https://deno.land/std@0.146.0/fmt/colors.ts": "6f9340b7fb8cc25a993a99e5efc56fe81bb5af284ff412129dd06df06f53c0b4",
"https://deno.land/std@0.146.0/testing/_diff.ts": "029a00560b0d534bc0046f1bce4bd36b3b41ada3f2a3178c85686eb2ff5f1413",
"https://deno.land/std@0.146.0/testing/_format.ts": "0d8dc79eab15b67cdc532826213bbe05bccfd276ca473a50a3fc7bbfb7260642",
"https://deno.land/std@0.146.0/testing/asserts.ts": "c17254748504f449c98476b78f4d206ca47cffc826e415026f09d7600c19535e",
"https://deno.land/x/fun@v2.0.0-alpha.9/alt.ts": "b61816a6a848b40eb40ec4548c4c00496dbc8df5f25d2e49fb35164fbd2d3ca3",
"https://deno.land/x/fun@v2.0.0-alpha.9/applicative.ts": "123483ae07379c29784a1a254b05c35ba50f3091f121a3257c03592d181bcb99",
"https://deno.land/x/fun@v2.0.0-alpha.9/apply.ts": "e2349f7b784525ecbad506325e106916c5290f1c65ef879dbf8ced5d3ed94858",
"https://deno.land/x/fun@v2.0.0-alpha.9/array.ts": "a9260d95f99debdae1a824cec23b7f2b4b71de36f2e485774b138b76ff076898",
"https://deno.land/x/fun@v2.0.0-alpha.9/bifunctor.ts": "514c39b7d64829b0f0623532aed1cb798bd87195b16f2998c11f0f13784347f0",
"https://deno.land/x/fun@v2.0.0-alpha.9/category.ts": "3bfe48095def1826d188d2574749bf02e419e3c9c21c95ac5c57ea93ef4d3cbf",
"https://deno.land/x/fun@v2.0.0-alpha.9/chain.ts": "73903ea7542ba84d71c8c77b68e51fad66dbc9dba66d98ebfe039888811f5cab",
"https://deno.land/x/fun@v2.0.0-alpha.9/comonad.ts": "7afff3dd7228143293ceb3324b18a5a2aebb90698f68199971557d3c8e272e09",
"https://deno.land/x/fun@v2.0.0-alpha.9/contravariant.ts": "cbab76a4b3f30e4f962ca0e261180f957dc3a6065ad8ef2d58430306ebf92817",
"https://deno.land/x/fun@v2.0.0-alpha.9/decode_error.ts": "80f45b8b9fae22cee7fb288b8ad5630c456daac681e1e171ba736b1c0b4fef24",
"https://deno.land/x/fun@v2.0.0-alpha.9/decoder.ts": "97680840ba7ffa464d3dff01fe1a4bf6aa2a13f7f39c4072e40a288ffda64207",
"https://deno.land/x/fun@v2.0.0-alpha.9/either.ts": "e9f649019a492ed92f38dfa5204c932368667276445a92b21f7d47a0e2f1dca1",
"https://deno.land/x/fun@v2.0.0-alpha.9/eq.ts": "6b5372adcd1604f099a60734704091f80bce66c8b77ce87b4d25d406260ae562",
"https://deno.land/x/fun@v2.0.0-alpha.9/extend.ts": "05716a9e32a6bad4730d0c2df77d762746832344071c050b570618fc881324d3",
"https://deno.land/x/fun@v2.0.0-alpha.9/filterable.ts": "e276588c8dce77054d60210e2d7a3a1d59b90bb859d697dc5387f1b7642c0a62",
"https://deno.land/x/fun@v2.0.0-alpha.9/fn.ts": "d735ad417984a033cff1d7503710c221054196b4bbe80dc05e85732dfded7c85",
"https://deno.land/x/fun@v2.0.0-alpha.9/fn_either.ts": "0ac2e9ce3489c79159a5511ae70e869dbb64c1260dd929a6e2f53f723e693ca3",
"https://deno.land/x/fun@v2.0.0-alpha.9/foldable.ts": "fd35ffe77b94b57f2a4dd9012f36890cd45340c3daa57a0fde31fe3b1b080ce1",
"https://deno.land/x/fun@v2.0.0-alpha.9/functor.ts": "9a6335138f79a7f7c5a83fdf8bc5ed7cc2018cf2be4bf3785a9b2b5f1103734c",
"https://deno.land/x/fun@v2.0.0-alpha.9/json_schema.ts": "c1cdbb8a05d683896bcb5f48ae612156313bc8dd809e03b97ec0b9eedc3a51e6",
"https://deno.land/x/fun@v2.0.0-alpha.9/kind.ts": "4f40ff5083c762bf8e93f2138d6d30fe77af71d030d7e2dcd5553b35c9afcdd8",
"https://deno.land/x/fun@v2.0.0-alpha.9/monad.ts": "85f9606c0db4a034e82511c13d99cc699267452cece3e9e63690f9cf1d738486",
"https://deno.land/x/fun@v2.0.0-alpha.9/monoid.ts": "0d0395fef0649dea804e0996beeebdc903d57bb09685cb6102e0d27b2984b0c9",
"https://deno.land/x/fun@v2.0.0-alpha.9/nilable.ts": "2b4d651ecff90c282a7959e2d731e456d76960bb9ea8cf42d3366963d3d29ece",
"https://deno.land/x/fun@v2.0.0-alpha.9/option.ts": "dc2e18065f956efa255b797a87d889567549bb790ffc2673852b83f46cc46f89",
"https://deno.land/x/fun@v2.0.0-alpha.9/ord.ts": "fefef7fe3b77752566aa395982ccea7a71fa8f99e6fe28f601c8bbeaf0772dcd",
"https://deno.land/x/fun@v2.0.0-alpha.9/pair.ts": "ff6e32a1922cea2a185936860486aa18058d8b43cc6c0171f09df193ac6e2e31",
"https://deno.land/x/fun@v2.0.0-alpha.9/predicate.ts": "e0bc4791efb36a0e2fed9436bb44d508af504e94efb87ceff9567108be9abd51",
"https://deno.land/x/fun@v2.0.0-alpha.9/profunctor.ts": "41b1a380f484bb4c80d1e68294f83bcc8957b6ae306361145a594feafc97706c",
"https://deno.land/x/fun@v2.0.0-alpha.9/record.ts": "6d21deadee621594533ba37e56cd84dc31693519cee408134a22af2c0e28dfe5",
"https://deno.land/x/fun@v2.0.0-alpha.9/refinement.ts": "6963ba7521edff6033b1dbd163d7c071b9ee4e312c845b890e138ea4a4a274d8",
"https://deno.land/x/fun@v2.0.0-alpha.9/schemable.ts": "d0cfff0c92e726169f64f685e039d92a552feb342dd745399ab66559ef978845",
"https://deno.land/x/fun@v2.0.0-alpha.9/semigroup.ts": "49d1fb0d5c46c0c57ce0e138b4e8ce8da7da2f0c298f467338772d34b5554ef1",
"https://deno.land/x/fun@v2.0.0-alpha.9/semigroupoid.ts": "c60020ed61cb4260c94030ee3a2e9c64c7993bdb75f3e25e14a5d9c1abe89042",
"https://deno.land/x/fun@v2.0.0-alpha.9/show.ts": "a14a323dab7981f1b1a59d9a6f6181ec9cb8ad3a71ae9f9bea8ae429145f6886",
"https://deno.land/x/fun@v2.0.0-alpha.9/state.ts": "1e31497366a29304af5baea17e195b753de9789b96787150a1b4b3d80755eac9",
"https://deno.land/x/fun@v2.0.0-alpha.9/traversable.ts": "932fa7238440ca1efbca4ff7ed8df1126c126018838c355a055edae60898e337",
"https://deno.land/x/fun@v2.0.0-alpha.9/tree.ts": "30304951ea946f6bf4326aa33414105afbe90b6e07126aa382b4147aa9119067"
}
}