-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
92 lines (92 loc) · 3.53 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert": "jsr:@std/[email protected]",
"jsr:@std/internal@^1.0.0": "jsr:@std/[email protected]",
"npm:mathjs@^13.0.0": "npm:[email protected]",
"npm:tiktoken-node": "npm:[email protected]",
"npm:tiktoken-node@^0.0.7": "npm:[email protected]"
},
"jsr": {
"@std/[email protected]": {
"integrity": "0dfb5f7c7723c18cec118e080fec76ce15b4c31154b15ad2bd74822603ef75b3",
"dependencies": [
"jsr:@std/internal@^1.0.0"
]
},
"@std/[email protected]": {
"integrity": "ac6a6dfebf838582c4b4f61a6907374e27e05bedb6ce276e0f1608fe84e7cd9a"
}
},
"npm": {
"@babel/[email protected]": {
"integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==",
"dependencies": {
"regenerator-runtime": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-Jy9/01M5lTRLxlkxnvPmvWq6EFwzq8guIspeQ9p66AY+8Pih3Jf8Us5fSZ9kC8gl7iRNHUQ+SJpitX41aa6agw==",
"dependencies": {
"@babel/runtime": "@babel/[email protected]",
"complex.js": "[email protected]",
"decimal.js": "[email protected]",
"escape-latex": "[email protected]",
"fraction.js": "[email protected]",
"javascript-natural-sort": "[email protected]",
"seedrandom": "[email protected]",
"tiny-emitter": "[email protected]",
"typed-function": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-eYtUh1jDLl7TXLj7HXujP+3IPkDieMl1G1HUsG52rysc91YoNw9IIeR4kNoISsc29mk+JDKQ7jEVRN07VOzaDQ==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-EGjWssW7Tsk4DGfE+5yluuljS1OGYWiI1J6e8puZz9nTMM51Oug8CD5Zo4gWMsOhq5BI+1bF+rWTm4Vbj3ivRA==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"npm:mathjs@^13.0.0",
"npm:tiktoken-node@^0.0.7"
]
}
}