rapid-fuzzy-linux-arm64-gnu 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 ADDED
@@ -0,0 +1,3 @@
1
+ # `rapid-fuzzy-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `rapid-fuzzy`
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "rapid-fuzzy-linux-arm64-gnu",
3
+ "version": "0.1.0",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "rapid-fuzzy.linux-arm64-gnu.node",
8
+ "files": [
9
+ "rapid-fuzzy.linux-arm64-gnu.node"
10
+ ],
11
+ "description": "Rust-powered fuzzy search and string distance for JavaScript/TypeScript. 10-50x faster than fuse.js/leven.",
12
+ "keywords": [
13
+ "fuzzy",
14
+ "fuzzy-search",
15
+ "string-distance",
16
+ "levenshtein",
17
+ "jaro-winkler",
18
+ "rust",
19
+ "napi",
20
+ "wasm",
21
+ "typescript",
22
+ "search",
23
+ "fuse"
24
+ ],
25
+ "author": "derodero24",
26
+ "homepage": "https://github.com/derodero24/rapid-fuzzy",
27
+ "license": "MIT",
28
+ "engines": {
29
+ "node": ">=20.0.0"
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/derodero24/rapid-fuzzy.git"
34
+ },
35
+ "os": [
36
+ "linux"
37
+ ],
38
+ "libc": [
39
+ "glibc"
40
+ ]
41
+ }
Binary file