@haybarn/ext-waddle-h1-5-2 0.0.2
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/haybarn-metadata.json +8 -0
- package/package.json +36 -0
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@haybarn/ext-waddle-h1-5-2",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Haybarn extension 'waddle' \u2014 built against haybarn 1.5.2. Install this meta-package; npm will pull only the binary leaf matching your platform.",
|
|
5
|
+
"homepage": "https://github.com/Query-farm-haybarn/haybarn-community-extensions",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Query-farm-haybarn/haybarn-community-extensions.git"
|
|
9
|
+
},
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"haybarn",
|
|
13
|
+
"duckdb",
|
|
14
|
+
"extension",
|
|
15
|
+
"waddle"
|
|
16
|
+
],
|
|
17
|
+
"optionalDependencies": {
|
|
18
|
+
"@haybarn/ext-waddle-h1-5-2-linux-x64": "0.0.2",
|
|
19
|
+
"@haybarn/ext-waddle-h1-5-2-linux-arm64": "0.0.2",
|
|
20
|
+
"@haybarn/ext-waddle-h1-5-2-darwin-x64": "0.0.2",
|
|
21
|
+
"@haybarn/ext-waddle-h1-5-2-darwin-arm64": "0.0.2",
|
|
22
|
+
"@haybarn/ext-waddle-h1-5-2-win32-x64": "0.0.2",
|
|
23
|
+
"@haybarn/ext-waddle-h1-5-2-win32-arm64": "0.0.2"
|
|
24
|
+
},
|
|
25
|
+
"haybarn": {
|
|
26
|
+
"built_at": "2026-05-17T18:31:33Z",
|
|
27
|
+
"ext_commit": "5df4b9401665d23ec5f9dd08f248df08c9075232",
|
|
28
|
+
"ext_version_label": "0.0.2",
|
|
29
|
+
"extension": "waddle",
|
|
30
|
+
"haybarn_version": "1.5.2",
|
|
31
|
+
"sha256": "see-leaf-packages-for-per-platform-sha256"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
}
|
|
36
|
+
}
|