@uruhalushia/file-icon-linux-arm64-musl 0.0.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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +1 -0
  3. package/package.json +34 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @uruhalushia/file-icon-linux-arm64-musl
2
+
3
+ Placeholder package for native artifacts published by @uruhalushia/file-icon.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ throw new Error('@uruhalushia/file-icon-linux-arm64-musl is a placeholder package. Use @uruhalushia/file-icon instead.')
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@uruhalushia/file-icon-linux-arm64-musl",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder package for @uruhalushia/file-icon-linux-arm64-musl.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
10
+ "homepage": "https://github.com/UruhaLushia/file-icon-rs",
11
+ "license": "GPL-3.0-only",
12
+ "engines": {
13
+ "node": ">=16"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/UruhaLushia/file-icon-rs.git"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/UruhaLushia/file-icon-rs/issues"
21
+ },
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "os": [
26
+ "linux"
27
+ ],
28
+ "cpu": [
29
+ "arm64"
30
+ ],
31
+ "libc": [
32
+ "musl"
33
+ ]
34
+ }