@leonsilicon/remnem-darwin-x64 0.1.6

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
+ # `@leonsilicon/remnem-darwin-x64`
2
+
3
+ This is the **x86_64-apple-darwin** binary for `@leonsilicon/remnem`
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@leonsilicon/remnem-darwin-x64",
3
+ "version": "0.1.6",
4
+ "cpu": [
5
+ "x64"
6
+ ],
7
+ "main": "remnem.darwin-x64.node",
8
+ "files": [
9
+ "remnem.darwin-x64.node"
10
+ ],
11
+ "description": "Find and delete every nested node_modules in a project as fast as possible (napi-rs / Rust)",
12
+ "keywords": [
13
+ "node_modules",
14
+ "monorepo",
15
+ "workspace",
16
+ "clean",
17
+ "cleaner",
18
+ "delete",
19
+ "napi-rs",
20
+ "rust",
21
+ "bun",
22
+ "pnpm"
23
+ ],
24
+ "author": "Leon Si",
25
+ "homepage": "https://github.com/leonsilicon/remnem#readme",
26
+ "license": "MIT",
27
+ "engines": {
28
+ "node": ">= 18"
29
+ },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/leonsilicon/remnem.git"
33
+ },
34
+ "bugs": {
35
+ "url": "https://github.com/leonsilicon/remnem/issues"
36
+ },
37
+ "publishConfig": {
38
+ "access": "public"
39
+ },
40
+ "os": [
41
+ "darwin"
42
+ ]
43
+ }
Binary file