@gershy/lilac-bin-db 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.
@@ -0,0 +1,4 @@
1
+ import '../sideEffects.js';
2
+ import '@gershy/clearing';
3
+ declare const _default: null;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ require("@gershy/clearing");
4
+ exports.default = null;
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
@@ -0,0 +1,4 @@
1
+ import '../sideEffects.js';
2
+ import '@gershy/clearing';
3
+ declare const _default: null;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import '@gershy/clearing';
2
+ export default null;
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,2 @@
1
+ declare global {}
2
+ export {};
package/license ADDED
@@ -0,0 +1,15 @@
1
+ ISC License
2
+
3
+ Copyright (c) 2026 Gershom Maes
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "@gershy/lilac-bin-db",
3
+ "version": "0.0.2",
4
+ "description": "Binary db lilac",
5
+ "keywords": [
6
+ "lilac",
7
+ "binary",
8
+ "blob",
9
+ "db",
10
+ "database"
11
+ ],
12
+ "author": "Gershom Maes",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/gershy/lilacBinDb.git"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/gershy/lilacBinDb/issues"
19
+ },
20
+ "homepage": "https://github.com/gershy/lilacBinDb#readme",
21
+ "license": "ISC",
22
+ "peerDependencies": {
23
+ "@gershy/clearing": "^0.0.24"
24
+ },
25
+ "dependencies": {
26
+ "@gershy/lilac": "^0.0.2"
27
+ },
28
+ "devDependencies": {
29
+ "@types/node": "^24.10.1",
30
+ "tsx": "^4.21.0",
31
+ "typescript": "^5.9.3"
32
+ },
33
+ "type": "module",
34
+ "files": [
35
+ "cmp"
36
+ ],
37
+ "sideEffects": false,
38
+ "types": "./cmp/mjs/main.d.ts",
39
+ "exports": {
40
+ ".": {
41
+ "import": "./cmp/mjs/main.js",
42
+ "require": "./cmp/cjs/main.js"
43
+ }
44
+ },
45
+ "scripts": {
46
+ "test": "npm run ts.check && npx tsx ./src/main.test.ts",
47
+ "ts.check": "npx tsc --noEmit",
48
+ "build.cjs": "tsc -p build/tsconfig.cjs.json",
49
+ "build.mjs": "tsc -p build/tsconfig.mjs.json",
50
+ "build": "node ./build/act.js removeCmp && npm run build.cjs && npm run build.mjs && node ./build/act.js finalizeExportVariants",
51
+ "git.pub": "npm run test && git add --all && git commit -m \"automated\" && git push",
52
+ "npm.login": "npm login",
53
+ "npm.pub": "npm run test && npm run build && npm publish --access public"
54
+ }
55
+ }
package/readme.md ADDED
@@ -0,0 +1,3 @@
1
+ # TODO
2
+
3
+ Looks like someone needs to write this readme...