-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
65 lines (65 loc) · 2.41 KB
/
Copy pathpackage-lock.json
File metadata and controls
65 lines (65 loc) · 2.41 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
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
{
"name": "blog-doc",
"version": "4.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "blog-doc",
"version": "4.2.0",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.6.0",
"litenode": "^4.7.1",
"marked": "^18.0.6"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/adm-zip": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz",
"integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==",
"license": "MIT",
"engines": {
"node": ">=14.0"
}
},
"node_modules/litenode": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/litenode/-/litenode-4.7.1.tgz",
"integrity": "sha512-1Uw/B2/xe7KV6FcXY6+cyHEBfg1bQ9mu5tCGxHfpLF2JxKfdvzQjUnC31WHcnkGkw247vTeu4U+wJfaASl9Oxg==",
"license": "MIT"
},
"node_modules/marked": {
"version": "18.0.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz",
"integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 20"
}
}
},
"dependencies": {
"adm-zip": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz",
"integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg=="
},
"litenode": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/litenode/-/litenode-4.7.1.tgz",
"integrity": "sha512-1Uw/B2/xe7KV6FcXY6+cyHEBfg1bQ9mu5tCGxHfpLF2JxKfdvzQjUnC31WHcnkGkw247vTeu4U+wJfaASl9Oxg=="
},
"marked": {
"version": "18.0.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz",
"integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w=="
}
}
}