@haybarn/ext-markdown-h1-5-2-darwin-arm64 202605.18.154747
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 +26 -0
- package/bin/markdown.duckdb_extension.gz +0 -0
- package/package.json +27 -0
package/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Query-farm-haybarn/.github/haybarn/profile/assets/haybarn-icon.png" alt="Haybarn" width="96" height="96">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
# `@haybarn/ext-markdown-h1-5-2-darwin-arm64`
|
|
6
|
+
|
|
7
|
+
Platform-specific binary for the **markdown** extension on **darwin/arm64**, built against [Haybarn](https://github.com/Query-farm-haybarn/haybarn) **1.5.2**.
|
|
8
|
+
|
|
9
|
+
> **Source:** [https://github.com/teaguesterling/duckdb_markdown](https://github.com/teaguesterling/duckdb_markdown)
|
|
10
|
+
|
|
11
|
+
## You probably don't want to install this directly
|
|
12
|
+
|
|
13
|
+
Install the meta-package instead — npm will resolve to exactly the matching leaf for your platform:
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
npm install @haybarn/ext-markdown-h1-5-2
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Links
|
|
20
|
+
|
|
21
|
+
- [Haybarn](https://github.com/Query-farm-haybarn/haybarn) — the engine
|
|
22
|
+
- [Haybarn community extensions](https://github.com/Query-farm-haybarn/haybarn-community-extensions) — the catalog this leaf was built and published from
|
|
23
|
+
|
|
24
|
+
## Trademark
|
|
25
|
+
|
|
26
|
+
Haybarn is an independent derived distribution of DuckDB published by [Query Farm LLC](https://query.farm). Not affiliated with or endorsed by the DuckDB Foundation. DuckDB is a trademark of the DuckDB Foundation.
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@haybarn/ext-markdown-h1-5-2-darwin-arm64",
|
|
3
|
+
"version": "202605.18.154747",
|
|
4
|
+
"description": "Haybarn extension 'markdown' for darwin/arm64. Built against haybarn 1.5.2. Installed automatically by the @haybarn/ext-markdown-h1-5-2 meta-package; use that, not this leaf, in your dependencies.",
|
|
5
|
+
"homepage": "https://github.com/teaguesterling/duckdb_markdown",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/teaguesterling/duckdb_markdown/issues"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/teaguesterling/duckdb_markdown.git"
|
|
12
|
+
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"os": [
|
|
15
|
+
"darwin"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"arm64"
|
|
19
|
+
],
|
|
20
|
+
"files": [
|
|
21
|
+
"bin",
|
|
22
|
+
"README.md"
|
|
23
|
+
],
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
}
|
|
27
|
+
}
|