-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
52 lines (52 loc) · 1.81 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
48
49
50
51
52
{
"name": "@shanzhai/favicons-options-source-store",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@shanzhai/favicons-options-source-store",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"@shanzhai/ephemeral-unkeyed-store": "0.0.6"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26"
},
"engines": {
"node": ">=17.6.0"
}
},
"node_modules/@shanzhai/ephemeral-unkeyed-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@shanzhai/ephemeral-unkeyed-store/-/ephemeral-unkeyed-store-0.0.6.tgz",
"integrity": "sha512-5IwhOoMEqLLCTv4inF+k0xM3y0lKzq6SJUErwP1TQKC/XfMc3JDc4A1q6p6qDg2fjeWkGikPCVKGhV47N+9z4Q==",
"engines": {
"node": ">=17.6.0"
}
},
"node_modules/@shanzhai/interfaces": {
"version": "0.0.26",
"resolved": "https://registry.npmjs.org/@shanzhai/interfaces/-/interfaces-0.0.26.tgz",
"integrity": "sha512-h0THCzCa63o0ZybdNJ0jwDH3Rpip5oNnRTgsHwuItO3CA6/yPIvZ8smI+mQkAYUE4W36sO8QgZddG5kLT/Qu+A==",
"dev": true,
"engines": {
"node": ">=17.6.0"
}
}
},
"dependencies": {
"@shanzhai/ephemeral-unkeyed-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@shanzhai/ephemeral-unkeyed-store/-/ephemeral-unkeyed-store-0.0.6.tgz",
"integrity": "sha512-5IwhOoMEqLLCTv4inF+k0xM3y0lKzq6SJUErwP1TQKC/XfMc3JDc4A1q6p6qDg2fjeWkGikPCVKGhV47N+9z4Q=="
},
"@shanzhai/interfaces": {
"version": "0.0.26",
"resolved": "https://registry.npmjs.org/@shanzhai/interfaces/-/interfaces-0.0.26.tgz",
"integrity": "sha512-h0THCzCa63o0ZybdNJ0jwDH3Rpip5oNnRTgsHwuItO3CA6/yPIvZ8smI+mQkAYUE4W36sO8QgZddG5kLT/Qu+A==",
"dev": true
}
}
}