@1agh/md-claude-darwin-arm64 0.13.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 +7 -0
- package/mdcc +0 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @1agh/md-claude-darwin-arm64
|
|
2
|
+
|
|
3
|
+
Per-platform binary for **@1agh/md-claude**.
|
|
4
|
+
|
|
5
|
+
**Do not install this package directly.** It is pulled in as an [`optionalDependency`](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#optionaldependencies) by the main package; npm resolves the correct one for your platform automatically.
|
|
6
|
+
|
|
7
|
+
See [the main package](https://npmjs.com/package/@1agh/md-claude) for usage and docs.
|
package/mdcc
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@1agh/md-claude-darwin-arm64",
|
|
3
|
+
"version": "0.13.0",
|
|
4
|
+
"description": "Per-platform binary for @1agh/md-claude (darwin-arm64). Do not install directly — pulled in as an optionalDependency by the main package.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Michal Dovrtěl (1aGh)",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/1aGh/md-claude.git"
|
|
10
|
+
},
|
|
11
|
+
"os": ["darwin"],
|
|
12
|
+
"cpu": ["arm64"],
|
|
13
|
+
"files": ["mdcc", "README.md"]
|
|
14
|
+
}
|