rip-receipt-linux-arm64-gnu 0.2.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 ADDED
@@ -0,0 +1,3 @@
1
+ # `rip-receipt-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `rip-receipt`
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "rip-receipt-linux-arm64-gnu",
3
+ "version": "0.2.2",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "rip-nodejs.linux-arm64-gnu.node",
8
+ "files": [
9
+ "rip-nodejs.linux-arm64-gnu.node"
10
+ ],
11
+ "description": "Rip receipt markup — render receipts to PNG, HTML, text, or ESC/POS from Node.js (native addon)",
12
+ "keywords": [
13
+ "receipt",
14
+ "thermal-printer",
15
+ "escpos",
16
+ "markup",
17
+ "native"
18
+ ],
19
+ "author": "Zach Zurn",
20
+ "license": "MIT OR Apache-2.0",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/zachzurn/rip"
24
+ },
25
+ "os": [
26
+ "linux"
27
+ ],
28
+ "libc": [
29
+ "glibc"
30
+ ]
31
+ }
Binary file