-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
97 lines (97 loc) · 2.79 KB
/
Copy pathpackage-lock.json
File metadata and controls
97 lines (97 loc) · 2.79 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "gitmark",
"version": "0.0.71",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gitmark",
"version": "0.0.71",
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.0"
},
"bin": {
"git-mark": "bin/git-mark.js"
}
},
"../../JavaScriptSolidServer/JavaScriptSolidServer": {
"name": "javascript-solid-server",
"version": "0.0.135",
"extraneous": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@fastify/middie": "^8.3.3",
"@fastify/rate-limit": "^9.1.0",
"@fastify/websocket": "^8.3.1",
"@noble/curves": "^1.2.0",
"@simplewebauthn/server": "^13.2.2",
"bcryptjs": "^3.0.3",
"commander": "^14.0.2",
"fastify": "^4.29.1",
"fs-extra": "^11.2.0",
"jose": "^6.1.3",
"microfed": "^0.0.14",
"n3": "^1.26.0",
"nostr-tools": "^2.19.4",
"oidc-provider": "^9.6.0",
"sql.js": "^1.13.0"
},
"bin": {
"jss": "bin/jss.js"
},
"devDependencies": {
"autocannon": "^8.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"optionalDependencies": {
"mongodb": "^6.21.0"
}
},
"node_modules/@noble/curves": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
"integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.8.0"
},
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/hashes": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
"license": "MIT",
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
}
},
"dependencies": {
"@noble/curves": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
"integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
"requires": {
"@noble/hashes": "1.8.0"
}
},
"@noble/hashes": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A=="
}
}
}