Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.217.230.80
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
img-loader /
Delete
Unzip
Name
Size
Permission
Date
Action
__tests__
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.travis.yml
46
B
-rw-r--r--
2018-08-29 15:10
CHANGELOG.md
997
B
-rw-r--r--
2018-10-19 03:55
LICENSE-MIT
1.03
KB
-rw-r--r--
2018-08-29 15:10
README.md
5.33
KB
-rw-r--r--
2018-08-29 15:10
index.js
577
B
-rw-r--r--
2018-08-29 15:10
package.json
1.75
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
'use strict' var loaderUtils = require('loader-utils') module.exports = function (content, map, meta) { var options = Object.assign({}, loaderUtils.getOptions(this)) if (typeof options.plugins === 'function') { options.plugins = options.plugins(this) } if (!Array.isArray(options.plugins) || options.plugins.length === 0) { return content } var callback = this.async() require('imagemin') .buffer(content, options) .then(function (buffer) { callback(null, buffer) }) .catch(function (error) { callback(error) }) } module.exports.raw = true