-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1.19 KB
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 1.19 KB
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
{
"name": "token-bench",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "token-bench",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.22",
"@toon-format/toon": "^2.1.0",
"tokenx": "^1.3.0"
}
},
"node_modules/@dqbd/tiktoken": {
"version": "1.0.22",
"resolved": "https://registry.npmjs.org/@dqbd/tiktoken/-/tiktoken-1.0.22.tgz",
"integrity": "sha512-RYhO8xeHkMNX5Ixqf4M1Ve3siCYJY/dI0yLnlX4M4oIEDOvjMIQ+E+3OUpAaZcWTaMtQJzGcDAghYfllpx3i/w==",
"license": "MIT"
},
"node_modules/@toon-format/toon": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@toon-format/toon/-/toon-2.1.0.tgz",
"integrity": "sha512-JwWptdF5eOA0HaQxbKAzkpQtR4wSWTEfDlEy/y3/4okmOAX1qwnpLZMmtEWr+ncAhTTY1raCKH0kteHhSXnQqg==",
"license": "MIT"
},
"node_modules/tokenx": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/tokenx/-/tokenx-1.3.0.tgz",
"integrity": "sha512-NLdXTEZkKiO0gZuLtMoZKjCXTREXeZZt8nnnNeyoXtNZAfG/GKGSbQtLU5STspc0rMSwcA+UJfWZkbNU01iKmQ==",
"license": "MIT"
}
}
}