@vestauth/vestauth-linux-arm64 0.1.0
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 +9 -0
- package/package.json +18 -0
- package/vestauth +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
> vestauth-linux-arm64 binary
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@vestauth/vestauth-linux-arm64)
|
|
6
|
+
|
|
7
|
+
[see documentation](https://github.com/vestauth/vestauth)
|
|
8
|
+
|
|
9
|
+
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vestauth/vestauth-linux-arm64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "vestauth-linux-arm64 binary",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/vestauth/vestauth-linux-arm64.git"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"vestauth",
|
|
11
|
+
"README.md"
|
|
12
|
+
],
|
|
13
|
+
"author": "@motdotla",
|
|
14
|
+
"license": "BSD-3-Clause",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/vestauth
ADDED
|
File without changes
|