-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
29 lines (29 loc) · 1.07 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
{
"name": "windows-theme-changes",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"event-source-base": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/event-source-base/-/event-source-base-2.0.0.tgz",
"integrity": "sha512-jv6sE1pH4EhPqGTq+9lV2PS1SnXA3CHcYYFUTKOQz614zBDXAyj41y0H93k8P2l2CH/Va6d5BzFGSodkaAm6tQ==",
"requires": {
"node-addon-api": "^1.7.1"
}
},
"node-addon-api": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.1.tgz",
"integrity": "sha512-2+DuKodWvwRTrCfKOeR24KIc5unKjOh8mz17NCzVnHWfjAdDqbfbjqh7gUT+BkXBRQM52+xCHciKWonJ3CbJMQ=="
},
"registry-changes-detector": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/registry-changes-detector/-/registry-changes-detector-3.0.0.tgz",
"integrity": "sha512-OHq4KEBBA97R0G6inWx7T9+vzECoFrPEOBC0yzz/mUW8ijA6qm3yjETfSgDhZBGniSIidi3XuhlWI8IwQXEsuA==",
"requires": {
"event-source-base": "^2.0.0"
}
}
}
}