systeminformation 5.11.15 → 5.11.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,13 @@ Lightweight collection of 50+ functions to retrieve detailed hardware, system an
|
|
|
70
70
|
### Installation
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
|
|
73
|
+
npm install systeminformation --save
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
or simpler
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
npm install systeminformation
|
|
74
80
|
```
|
|
75
81
|
|
|
76
82
|
#### Still need Version 4?
|
|
@@ -78,9 +84,14 @@ $ npm install systeminformation --save
|
|
|
78
84
|
If you need version 4 (for compatibility reasons), you can install version 4 (latest release) like this
|
|
79
85
|
|
|
80
86
|
```bash
|
|
81
|
-
|
|
87
|
+
npm install systeminformation@4 —save
|
|
82
88
|
```
|
|
83
89
|
|
|
90
|
+
or simpler
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
npm install systeminformation@4
|
|
94
|
+
```
|
|
84
95
|
|
|
85
96
|
### Usage
|
|
86
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "systeminformation",
|
|
3
|
-
"version": "5.11.
|
|
3
|
+
"version": "5.11.16",
|
|
4
4
|
"description": "Advanced, lightweight system and OS information library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
|