@putitoutthere/piot-fixture-zzz-js-bundled 0.0.1777336829

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/package.json +26 -0
  2. package/shim.js +4 -0
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@putitoutthere/piot-fixture-zzz-js-bundled",
3
+ "version": "0.0.1777336829",
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
+ "bin": {
11
+ "piot-fixture-zzz": "shim.js"
12
+ },
13
+ "files": [
14
+ "shim.js"
15
+ ],
16
+ "scripts": {
17
+ "build": "node scripts/build.js"
18
+ },
19
+ "optionalDependencies": {
20
+ "@putitoutthere/piot-fixture-zzz-js-bundled-x86_64-unknown-linux-gnu": "0.0.1777336829",
21
+ "@putitoutthere/piot-fixture-zzz-js-bundled-aarch64-unknown-linux-gnu": "0.0.1777336829",
22
+ "@putitoutthere/piot-fixture-zzz-js-bundled-x86_64-apple-darwin": "0.0.1777336829",
23
+ "@putitoutthere/piot-fixture-zzz-js-bundled-aarch64-apple-darwin": "0.0.1777336829",
24
+ "@putitoutthere/piot-fixture-zzz-js-bundled-x86_64-pc-windows-msvc": "0.0.1777336829"
25
+ }
26
+ }
package/shim.js ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ // Platform launcher shim. Resolves the right optionalDependencies'
3
+ // binary at runtime and execs it.
4
+ console.log('piot fixture canary');