-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.22 KB
/
Copy pathpackage-lock.json
File metadata and controls
39 lines (39 loc) · 1.22 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
37
38
39
{
"name": "freemail",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "freemail",
"dependencies": {
"hono": "^4.12.18",
"postal-mime": "^2.7.4",
"sendflare-sdk-ts": "^1.0.5"
}
},
"node_modules/hono": {
"version": "4.12.18",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz",
"integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
"license": "MIT",
"engines": {
"node": ">=16.9.0"
}
},
"node_modules/postal-mime": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/postal-mime/-/postal-mime-2.7.4.tgz",
"integrity": "sha512-0WdnFQYUrPGGTFu1uOqD2s7omwua8xaeYGdO6rb88oD5yJ/4pPHDA4sdWqfD8wQVfCny563n/HQS7zTFft+f/g==",
"license": "MIT-0"
},
"node_modules/sendflare-sdk-ts": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/sendflare-sdk-ts/-/sendflare-sdk-ts-1.0.5.tgz",
"integrity": "sha512-V6mKPQjtHui8JCHpmqVDljx8B9bhlr/EIlqvnf39uRRx6FG1TvaWG7zOv4ImDAj1AEXyAK+dcv3aZgC7gHJj2Q==",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
}
}
}