sqlite-hello-linux-x64 0.1.0-alpha.62 → 0.1.0-alpha.73
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 +1 -9
- package/{lib/hello0.so → hello0.so} +0 -0
- package/{lib/hola0.so → hola0.so} +0 -0
- package/package.json +1 -17
- package/lib/.gitkeep +0 -0
package/README.md
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# sqlite-hello-linux-x64
|
|
4
|
-
|
|
5
|
-
A `sqlite-hello` platform-specific package for `linux-x64`.
|
|
6
|
-
|
|
7
|
-
When `sqlite-hello` is installed and the host computer has a `linux` operating system with `x64` architecture, then this package is downloaded with the pre-compiled SQLite extension bundled under `lib/.so`. At runtime, the `sqlite-hello` package will resolve to this platform-specific package for use with [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3)' or [`node-sqlite3`](https://github.com/TryGhost/node-sqlite3).
|
|
8
|
-
|
|
9
|
-
See the `sqlite-hello` package for more details.
|
|
1
|
+
TODO
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
|
|
3
|
-
"name": "sqlite-hello-linux-x64",
|
|
4
|
-
"version": "0.1.0-alpha.62",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/asg017/sqlite-hello.git",
|
|
8
|
-
"directory": "npm/sqlite-hello-linux-x64"
|
|
9
|
-
},
|
|
10
|
-
"author": "Alex Garcia <alexsebastian.garcia@gmail.com>",
|
|
11
|
-
"os": [
|
|
12
|
-
"linux"
|
|
13
|
-
],
|
|
14
|
-
"cpu": [
|
|
15
|
-
"x64"
|
|
16
|
-
]
|
|
17
|
-
}
|
|
1
|
+
{"name":"sqlite-hello-linux-x64","version":"0.1.0-alpha.73","author":"Alex Garcia","license":"MIT OR Apache","description":"A hello SQLite extension to test sqlite-dist.","repository":{"type":"git","url":"https://TODO","directory":null},"main":"./index.cjs","module":"./index.mjs","types":"./index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs","types":"./index.d.ts"}},"files":[],"keywords":[],"dependencies":null,"optionalDependencies":null,"devDependencies":null,"os":["linux"],"cpu":["x64"]}
|
package/lib/.gitkeep
DELETED
|
File without changes
|