Linux premium169.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.209.101 & Your IP : 216.73.216.167
Domains :
Cant Read [ /etc/named.conf ]
User : luxeelil
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
defaults /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
13
B
-rw-r--r--
2021-03-10 14:36
LICENSE
1.05
KB
-rw-r--r--
2021-03-10 14:36
README.md
827
B
-rw-r--r--
2021-03-10 14:36
index.js
277
B
-rw-r--r--
2021-03-10 14:36
package.json
1.34
KB
-rw-r--r--
2021-03-10 14:36
test.js
1.03
KB
-rw-r--r--
2021-03-10 14:36
Save
Rename
var clone = require('clone'); module.exports = function(options, defaults) { options = options || {}; Object.keys(defaults).forEach(function(key) { if (typeof options[key] === 'undefined') { options[key] = clone(defaults[key]); } }); return options; };