-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.05 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
{
"name": "@shanzhai/svg-def-store",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@shanzhai/svg-def-store",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@shanzhai/ephemeral-keyed-store": "0.0.6"
},
"engines": {
"node": ">=17.6.0"
}
},
"node_modules/@shanzhai/ephemeral-keyed-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@shanzhai/ephemeral-keyed-store/-/ephemeral-keyed-store-0.0.6.tgz",
"integrity": "sha512-6Erj5x7v4X9FvCe4vNF3uIfdnLMXCk+QeIQyyiV5enAwQ+NbW2N3TRz8mvHct1acKWsrHRkQPQ+06sYzsWoYpQ==",
"engines": {
"node": ">=17.6.0"
}
}
},
"dependencies": {
"@shanzhai/ephemeral-keyed-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@shanzhai/ephemeral-keyed-store/-/ephemeral-keyed-store-0.0.6.tgz",
"integrity": "sha512-6Erj5x7v4X9FvCe4vNF3uIfdnLMXCk+QeIQyyiV5enAwQ+NbW2N3TRz8mvHct1acKWsrHRkQPQ+06sYzsWoYpQ=="
}
}
}