forked from metadata-research/yamz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
47 lines (47 loc) · 1.3 KB
/
package-lock.json
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
{
"name": "yamz-o",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "yamz-o",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@tarekraafat/autocomplete.js": "^10.2.9",
"marked": "^15.0.2"
}
},
"node_modules/@tarekraafat/autocomplete.js": {
"version": "10.2.9",
"resolved": "https://registry.npmjs.org/@tarekraafat/autocomplete.js/-/autocomplete.js-10.2.9.tgz",
"integrity": "sha512-A7OP3iJDTWeO85M3Vxu391acu9SmDguormHpMZ13khuyM180dKl9O1gAXSDA322XwkYuUU1Ad7WchW1TQNNuDw==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/autocompletejs"
},
{
"type": "liberapay",
"url": "https://liberapay.com/TarekRaafat"
},
{
"type": "patreon",
"url": "https://patreon.com/TarekRaafat"
}
]
},
"node_modules/marked": {
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz",
"integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
}
}
}