forked from felixrieseberg/electron-notification-state
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
136 lines (136 loc) · 5.67 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@stack-inc/electron-notification-state",
"version": "0.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@stack-inc/electron-notification-state",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@stack-inc/macos-notification-state": "^0.1.0",
"@stack-inc/windows-notification-state": "^0.1.2",
"@stack-inc/windows-quiet-hours": "^0.1.1"
},
"devDependencies": {
"@types/node": "^18.0.0"
}
},
"node_modules/@stack-inc/macos-notification-state": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@stack-inc/macos-notification-state/-/macos-notification-state-0.1.0.tgz",
"integrity": "sha512-C0kkfCz4DcpgARGm25Ww5BEuN2Q0KC3T5WE8VUV+/RrQFlz4aalB5CrgK2g3foenu6AzGzz+TJOAkBpIvtL6OQ==",
"hasInstallScript": true,
"dependencies": {
"bindings": "^1.5.0"
}
},
"node_modules/@stack-inc/windows-notification-state": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@stack-inc/windows-notification-state/-/windows-notification-state-0.1.2.tgz",
"integrity": "sha512-hmfPtr7YrwNr+3e5Qzv2CZMKvY8qEVHx8UBRWZ/hxu+4aN5cw+kK5t9CzPZiEIeXxtOhO5IHWYHYbhxcm/EZ8g==",
"hasInstallScript": true,
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
}
},
"node_modules/@stack-inc/windows-quiet-hours": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@stack-inc/windows-quiet-hours/-/windows-quiet-hours-0.1.1.tgz",
"integrity": "sha512-jTJPI5ukMvRGChAbGqeH+dhm9c6YPVsqq6is1oIaSOjx8EJWDinreTjOROg8+qa/dO5QyuTvqjf6LlZ78v/r5g==",
"hasInstallScript": true,
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "*"
}
},
"node_modules/@types/node": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz",
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==",
"dev": true
},
"node_modules/bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"dependencies": {
"file-uri-to-path": "1.0.0"
}
},
"node_modules/file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"node_modules/nan": {
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz",
"integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA=="
},
"node_modules/node-addon-api": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz",
"integrity": "sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA=="
}
},
"dependencies": {
"@stack-inc/macos-notification-state": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@stack-inc/macos-notification-state/-/macos-notification-state-0.1.0.tgz",
"integrity": "sha512-C0kkfCz4DcpgARGm25Ww5BEuN2Q0KC3T5WE8VUV+/RrQFlz4aalB5CrgK2g3foenu6AzGzz+TJOAkBpIvtL6OQ==",
"requires": {
"bindings": "^1.5.0"
}
},
"@stack-inc/windows-notification-state": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@stack-inc/windows-notification-state/-/windows-notification-state-0.1.2.tgz",
"integrity": "sha512-hmfPtr7YrwNr+3e5Qzv2CZMKvY8qEVHx8UBRWZ/hxu+4aN5cw+kK5t9CzPZiEIeXxtOhO5IHWYHYbhxcm/EZ8g==",
"requires": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
}
},
"@stack-inc/windows-quiet-hours": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@stack-inc/windows-quiet-hours/-/windows-quiet-hours-0.1.1.tgz",
"integrity": "sha512-jTJPI5ukMvRGChAbGqeH+dhm9c6YPVsqq6is1oIaSOjx8EJWDinreTjOROg8+qa/dO5QyuTvqjf6LlZ78v/r5g==",
"requires": {
"bindings": "^1.5.0",
"node-addon-api": "*"
}
},
"@types/node": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz",
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==",
"dev": true
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"nan": {
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz",
"integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA=="
},
"node-addon-api": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz",
"integrity": "sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA=="
}
}
}