Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
img-loader /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
__tests__
[ DIR ]
drwxr-xr-x
2022-04-21 14:29
.travis.yml
46
B
-rw-r--r--
2022-04-21 14:25
CHANGELOG.md
1.07
KB
-rw-r--r--
2022-04-21 14:25
LICENSE-MIT
1.03
KB
-rw-r--r--
2022-04-21 14:25
README.md
4.83
KB
-rw-r--r--
2022-04-21 14:25
index.js
637
B
-rw-r--r--
2022-04-21 14:25
package.json
1.02
KB
-rw-r--r--
2022-04-21 14:25
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() import("imagemin") .then(function (imagemin) { imagemin.default.buffer(content, options) .then(function (buffer) { callback(null, buffer) }) }) .catch(function (error) { callback(error) }) } module.exports.raw = true