marxml-darwin-x64 0.0.0 → 0.1.1
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 +4 -1
- package/marxml.darwin-x64.node +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
# `marxml-darwin-x64`
|
|
2
2
|
|
|
3
|
-
This is the **
|
|
3
|
+
This is the **macOS (Intel / x64)** binary for `marxml`.
|
|
4
|
+
|
|
5
|
+
> [!WARNING]
|
|
6
|
+
> Don't install this package directly. It's installed automatically as an `optionalDependencies` entry of [`marxml`](https://www.npmjs.com/package/marxml) based on your platform and arch. Run `npm install marxml` instead.
|
package/marxml.darwin-x64.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marxml-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"x64"
|
|
6
6
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"marxml.darwin-x64.node"
|
|
10
10
|
],
|
|
11
|
-
"description": "
|
|
11
|
+
"description": "Prebuilt marxml binary for macOS (Intel / x64)",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"markdown",
|
|
14
14
|
"xml",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"os": [
|
|
34
34
|
"darwin"
|
|
35
35
|
]
|
|
36
|
-
}
|
|
36
|
+
}
|