sqlite-hello-darwin-x64 0.1.0-alpha.34

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 ADDED
@@ -0,0 +1,9 @@
1
+ <!--- Generated with the npm_generate_platform_packages.sh script, don't edit by hand -->
2
+
3
+ # sqlite-hello-darwin-x64
4
+
5
+ A `sqlite-hello` platform-specific package for `darwin-x64`.
6
+
7
+ When `sqlite-hello` is installed and the host computer has a `darwin` operating system with `x64` architecture, then this package is downloaded with the pre-compiled SQLite extension bundled under `lib/.dylib`. 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.
package/lib/.gitkeep ADDED
File without changes
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
3
+ "name": "sqlite-hello-darwin-x64",
4
+ "version": "0.1.0-alpha.34",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/asg017/sqlite-hello.git",
8
+ "directory": "npm/sqlite-hello-darwin-x64"
9
+ },
10
+ "author": "Alex Garcia <alexsebastian.garcia@gmail.com>",
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ]
17
+ }