-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
83 lines (83 loc) · 3.04 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
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
{
"name": "@shanzhai/favicons-options-store",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@shanzhai/favicons-options-store",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"@shanzhai/ephemeral-unkeyed-store": "0.0.6"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26",
"@types/favicons": "6.2.2"
},
"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"
}
},
"node_modules/@types/favicons": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@types/favicons/-/favicons-6.2.2.tgz",
"integrity": "sha512-iwAeiO8BFUk/lH74Zd9RlIIgxA7fFCVmlZI5yNsJ68L7mDMs42vYk8FnDxEm09ZO4nTlBQjPHdvtYC+N9GLtxg==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/node": {
"version": "17.0.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz",
"integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==",
"dev": true
}
},
"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
},
"@types/favicons": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@types/favicons/-/favicons-6.2.2.tgz",
"integrity": "sha512-iwAeiO8BFUk/lH74Zd9RlIIgxA7fFCVmlZI5yNsJ68L7mDMs42vYk8FnDxEm09ZO4nTlBQjPHdvtYC+N9GLtxg==",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@types/node": {
"version": "17.0.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz",
"integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==",
"dev": true
}
}
}