@rljson/io-sqlite-node 1.0.3 → 1.0.4
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/package.json +71 -71
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@rljson/io-sqlite-node",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "IoSql rljson files",
|
|
5
|
-
"homepage": "https://github.com/rljson/io-sqlite_node",
|
|
6
|
-
"bugs": "https://github.com/rljson/io-sqlite-node/issues",
|
|
7
|
-
"private": false,
|
|
8
|
-
"license": "MIT",
|
|
9
|
-
"engines": {
|
|
10
|
-
"node": ">=22.14.0"
|
|
11
|
-
},
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/rljson/io-sqlite-node.git"
|
|
15
|
-
},
|
|
16
|
-
"main": "dist/
|
|
17
|
-
"types": "dist/index.d.ts",
|
|
18
|
-
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
],
|
|
21
|
-
"type": "module",
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "pnpm vite build && tsc && node scripts/copy-readme-to-dist.js && node scripts/copy-file.js src/example.ts dist/src",
|
|
24
|
-
"test": "pnpm installConformanceTests && pnpm vitest --coverage --no-file-parallelism --run && pnpm run lint",
|
|
25
|
-
"prebuild": "pnpm run test",
|
|
26
|
-
"prepublishOnly": "pnpm run build",
|
|
27
|
-
"lint": "pnpm eslint",
|
|
28
|
-
"updateGoldens": "cross-env UPDATE_GOLDENS=true pnpm test",
|
|
29
|
-
"installConformanceTests": "node scripts/install-conformance-tests.js"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@types/better-sqlite3": "^7.6.13",
|
|
33
|
-
"@types/node": "^25.0.8",
|
|
34
|
-
"@types/sql.js": "^1.4.9",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
36
|
-
"@typescript-eslint/parser": "^8.53.0",
|
|
37
|
-
"@vitest/coverage-v8": "^4.0.17",
|
|
38
|
-
"cross-env": "^10.1.0",
|
|
39
|
-
"eslint": "^9.39.2",
|
|
40
|
-
"eslint-plugin-jsdoc": "^62.0.0",
|
|
41
|
-
"eslint-plugin-tsdoc": "^0.5.0",
|
|
42
|
-
"globals": "^17.0.0",
|
|
43
|
-
"jsdoc": "^4.0.5",
|
|
44
|
-
"read-pkg": "^10.0.0",
|
|
45
|
-
"typescript": "~5.9.3",
|
|
46
|
-
"typescript-eslint": "^8.53.0",
|
|
47
|
-
"vite": "^7.3.1",
|
|
48
|
-
"vite-node": "^5.2.0",
|
|
49
|
-
"vite-plugin-dts": "^4.5.4",
|
|
50
|
-
"vite-plugin-node-polyfills": "^0.25.0",
|
|
51
|
-
"vite-tsconfig-paths": "^6.0.4",
|
|
52
|
-
"vitest": "^4.0.17",
|
|
53
|
-
"vitest-dom": "^0.1.1"
|
|
54
|
-
},
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"@rljson/hash": "^0.0.17",
|
|
57
|
-
"@rljson/io": "^0.0.63",
|
|
58
|
-
"@rljson/is-ready": "^0.0.17",
|
|
59
|
-
"@rljson/json": "^0.0.23",
|
|
60
|
-
"@rljson/rljson": "^0.0.73",
|
|
61
|
-
"path-browserify": "^1.0.1",
|
|
62
|
-
"shx": "^0.4.0",
|
|
63
|
-
"sql.js": "^1.13.0"
|
|
64
|
-
},
|
|
65
|
-
"pnpm": {
|
|
66
|
-
"onlyBuiltDependencies": [
|
|
67
|
-
"esbuild"
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
|
-
"packageManager": "pnpm@10.21.0"
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@rljson/io-sqlite-node",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "IoSql rljson files",
|
|
5
|
+
"homepage": "https://github.com/rljson/io-sqlite_node",
|
|
6
|
+
"bugs": "https://github.com/rljson/io-sqlite-node/issues",
|
|
7
|
+
"private": false,
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">=22.14.0"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/rljson/io-sqlite-node.git"
|
|
15
|
+
},
|
|
16
|
+
"main": "dist/index.js",
|
|
17
|
+
"types": "dist/index.d.ts",
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"type": "module",
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "pnpm vite build && tsc && node scripts/copy-readme-to-dist.js && node scripts/copy-file.js src/example.ts dist/src",
|
|
24
|
+
"test": "pnpm installConformanceTests && pnpm vitest --coverage --no-file-parallelism --run && pnpm run lint",
|
|
25
|
+
"prebuild": "pnpm run test",
|
|
26
|
+
"prepublishOnly": "pnpm run build",
|
|
27
|
+
"lint": "pnpm eslint",
|
|
28
|
+
"updateGoldens": "cross-env UPDATE_GOLDENS=true pnpm test",
|
|
29
|
+
"installConformanceTests": "node scripts/install-conformance-tests.js"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
33
|
+
"@types/node": "^25.0.8",
|
|
34
|
+
"@types/sql.js": "^1.4.9",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
36
|
+
"@typescript-eslint/parser": "^8.53.0",
|
|
37
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
38
|
+
"cross-env": "^10.1.0",
|
|
39
|
+
"eslint": "^9.39.2",
|
|
40
|
+
"eslint-plugin-jsdoc": "^62.0.0",
|
|
41
|
+
"eslint-plugin-tsdoc": "^0.5.0",
|
|
42
|
+
"globals": "^17.0.0",
|
|
43
|
+
"jsdoc": "^4.0.5",
|
|
44
|
+
"read-pkg": "^10.0.0",
|
|
45
|
+
"typescript": "~5.9.3",
|
|
46
|
+
"typescript-eslint": "^8.53.0",
|
|
47
|
+
"vite": "^7.3.1",
|
|
48
|
+
"vite-node": "^5.2.0",
|
|
49
|
+
"vite-plugin-dts": "^4.5.4",
|
|
50
|
+
"vite-plugin-node-polyfills": "^0.25.0",
|
|
51
|
+
"vite-tsconfig-paths": "^6.0.4",
|
|
52
|
+
"vitest": "^4.0.17",
|
|
53
|
+
"vitest-dom": "^0.1.1"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@rljson/hash": "^0.0.17",
|
|
57
|
+
"@rljson/io": "^0.0.63",
|
|
58
|
+
"@rljson/is-ready": "^0.0.17",
|
|
59
|
+
"@rljson/json": "^0.0.23",
|
|
60
|
+
"@rljson/rljson": "^0.0.73",
|
|
61
|
+
"path-browserify": "^1.0.1",
|
|
62
|
+
"shx": "^0.4.0",
|
|
63
|
+
"sql.js": "^1.13.0"
|
|
64
|
+
},
|
|
65
|
+
"pnpm": {
|
|
66
|
+
"onlyBuiltDependencies": [
|
|
67
|
+
"esbuild"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"packageManager": "pnpm@10.21.0"
|
|
71
|
+
}
|