@systemfsoftware/claude-code-comment-checker-linux-arm64 0.0.0-dummy-npm
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/comment-checker +0 -0
- package/package.json +26 -0
package/comment-checker
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@systemfsoftware/claude-code-comment-checker-linux-arm64",
|
|
3
|
+
"version": "0.0.0-dummy-npm",
|
|
4
|
+
"description": "@systemfsoftware/claude-code-comment-checker linux-arm64 platform package",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/systemfsoftware/comment-checker.git"
|
|
9
|
+
},
|
|
10
|
+
"os": [
|
|
11
|
+
"linux"
|
|
12
|
+
],
|
|
13
|
+
"cpu": [
|
|
14
|
+
"arm64"
|
|
15
|
+
],
|
|
16
|
+
"files": [
|
|
17
|
+
"comment-checker"
|
|
18
|
+
],
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"access": "public",
|
|
21
|
+
"provenance": true
|
|
22
|
+
},
|
|
23
|
+
"libc": [
|
|
24
|
+
"glibc"
|
|
25
|
+
]
|
|
26
|
+
}
|