-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 971 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 971 Bytes
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
{
"name": "codecmedia",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codecmedia",
"version": "1.1.0",
"license": "Apache-2.0",
"dependencies": {
"fp-ts": "^2.16.11",
"io-ts": "^2.2.22"
},
"engines": {
"node": ">=18"
}
},
"node_modules/fp-ts": {
"version": "2.16.11",
"resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.16.11.tgz",
"integrity": "sha512-LaI+KaX2NFkfn1ZGHoKCmcfv7yrZsC3b8NtWsTVQeHkq4F27vI5igUuO53sxqDEa2gNQMHFPmpojDw/1zmUK7w==",
"license": "MIT"
},
"node_modules/io-ts": {
"version": "2.2.22",
"resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz",
"integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==",
"license": "MIT",
"peerDependencies": {
"fp-ts": "^2.5.0"
}
}
}
}