@scanrail/cli-linux-x64 0.1.0 → 0.1.2
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 +3 -3
- package/package.json +28 -1
- package/scanrail +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @scanrail/cli-linux-x64
|
|
2
2
|
|
|
3
|
-
Platform binary package for
|
|
3
|
+
Platform binary package for Scanrail on Linux x64.
|
|
4
4
|
|
|
5
|
-
Install
|
|
5
|
+
Install `scanrail` instead of installing this package directly:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g
|
|
8
|
+
npm install -g scanrail
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
License: Apache-2.0
|
package/package.json
CHANGED
|
@@ -1 +1,28 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@scanrail/cli-linux-x64",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Scanrail binary for Linux x64",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/raeseoklee/scanrail.git",
|
|
9
|
+
"directory": "packages/npm/cli-linux-x64"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/raeseoklee/scanrail/issues"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/raeseoklee/scanrail#readme",
|
|
15
|
+
"os": [
|
|
16
|
+
"linux"
|
|
17
|
+
],
|
|
18
|
+
"cpu": [
|
|
19
|
+
"x64"
|
|
20
|
+
],
|
|
21
|
+
"files": [
|
|
22
|
+
"scanrail",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public"
|
|
27
|
+
}
|
|
28
|
+
}
|
package/scanrail
CHANGED
|
Binary file
|