-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 1.02 KB
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 1.02 KB
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
{
"name": "portal.collection",
"version": "1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "portal.collection",
"version": "1.0",
"dependencies": {
"active-window": "^0.1.0",
"node-process-windows": "^0.0.2"
}
},
"node_modules/active-window": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/active-window/-/active-window-0.1.0.tgz",
"integrity": "sha512-gJ/+DNmewGKXKaF86WXfb91KqwqHenHfq32e7+apAAEQvupMiCg373Omxx1bG3uGwmKz23Th7S2C2SAn5QfnbA==",
"license": "MIT"
},
"node_modules/node-process-windows": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/node-process-windows/-/node-process-windows-0.0.2.tgz",
"integrity": "sha512-+ewb58HyI2Jy+VnGpTQ6ikKhspwUZVDWdpIVepQFR5SNLQA7GUcqJvYVJA/kKqZEm5FvlQ9//cJCHXf3MMAGiA==",
"license": "MIT"
}
}
}