-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
48 lines (48 loc) · 1.51 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
{
"name": "mandelbrot",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mandelbrot",
"version": "1.0.0",
"license": "Apache License v2.0",
"dependencies": {
"systeminformation": "^5.6.4"
}
},
"node_modules/systeminformation": {
"version": "5.12.6",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.12.6.tgz",
"integrity": "sha512-FkCvT5BOuH1OE3+8lFM25oXIYJ0CM8kq4Wgvz2jyBTrsOIgha/6gdJXgbF4rv+g0j/5wJqQLDKan7kc/p7uIvw==",
"os": [
"darwin",
"linux",
"win32",
"freebsd",
"openbsd",
"netbsd",
"sunos",
"android"
],
"bin": {
"systeminformation": "lib/cli.js"
},
"engines": {
"node": ">=8.0.0"
},
"funding": {
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/systeminfo"
}
}
},
"dependencies": {
"systeminformation": {
"version": "5.12.6",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.12.6.tgz",
"integrity": "sha512-FkCvT5BOuH1OE3+8lFM25oXIYJ0CM8kq4Wgvz2jyBTrsOIgha/6gdJXgbF4rv+g0j/5wJqQLDKan7kc/p7uIvw=="
}
}
}