@byteveda/taskito-linux-arm64-gnu 0.16.3

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 ADDED
@@ -0,0 +1,3 @@
1
+ # `@byteveda/taskito-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@byteveda/taskito`
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@byteveda/taskito-linux-arm64-gnu",
3
+ "version": "0.16.3",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "taskito.linux-arm64-gnu.node",
11
+ "files": [
12
+ "taskito.linux-arm64-gnu.node"
13
+ ],
14
+ "description": "Rust-powered task queue for Node.js — no broker required.",
15
+ "keywords": [
16
+ "task-queue",
17
+ "queue",
18
+ "jobs",
19
+ "worker",
20
+ "rust",
21
+ "napi"
22
+ ],
23
+ "license": "MIT",
24
+ "engines": {
25
+ "node": ">=18"
26
+ },
27
+ "publishConfig": {
28
+ "access": "public",
29
+ "provenance": true
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/ByteVeda/taskito.git",
34
+ "directory": "sdks/node"
35
+ },
36
+ "libc": [
37
+ "glibc"
38
+ ]
39
+ }
Binary file