@putitoutthere/piot-fixture-zzz-js-napi 0.0.1777337102

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +24 -0
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // Canary fixture main. The real napi binding would live here.
2
+ export const canary = true;
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@putitoutthere/piot-fixture-zzz-js-napi",
3
+ "version": "0.0.1777337102",
4
+ "description": "Put It Out There canary fixture. Safe to ignore.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/thekevinscott/putitoutthere.git"
9
+ },
10
+ "main": "index.js",
11
+ "files": [
12
+ "index.js"
13
+ ],
14
+ "scripts": {
15
+ "build": "node scripts/build.js"
16
+ },
17
+ "optionalDependencies": {
18
+ "@putitoutthere/piot-fixture-zzz-js-napi-x86_64-unknown-linux-gnu": "0.0.1777337102",
19
+ "@putitoutthere/piot-fixture-zzz-js-napi-aarch64-unknown-linux-gnu": "0.0.1777337102",
20
+ "@putitoutthere/piot-fixture-zzz-js-napi-x86_64-apple-darwin": "0.0.1777337102",
21
+ "@putitoutthere/piot-fixture-zzz-js-napi-aarch64-apple-darwin": "0.0.1777337102",
22
+ "@putitoutthere/piot-fixture-zzz-js-napi-x86_64-pc-windows-msvc": "0.0.1777337102"
23
+ }
24
+ }