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.117.197.188
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 /
async-foreach /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
lib
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
LICENSE-MIT
1.04
KB
-rw-r--r--
2011-09-15 20:45
README.md
4.86
KB
-rw-r--r--
2013-04-29 12:54
grunt.js
1.1
KB
-rw-r--r--
2012-01-11 02:47
package.json
1.38
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
/*global config:true, task:true*/ config.init({ pkg: '<json:package.json>', meta: { title: 'JavaScript Sync/Async forEach', license: ['MIT'], copyright: 'Copyright (c) 2012 "Cowboy" Ben Alman', banner: '/* {{meta.title}} - v{{pkg.version}} - {{today "m/d/yyyy"}}\n' + ' * {{pkg.homepage}}\n' + ' * {{{meta.copyright}}}; Licensed {{join meta.license}} */' }, concat: { 'dist/ba-foreach.js': ['<banner>', '<file_strip_banner:lib/foreach.js>'] }, min: { 'dist/ba-foreach.min.js': ['<banner>', 'dist/ba-foreach.js'] }, test: { files: ['test/**/*.js'] }, lint: { files: ['grunt.js', 'lib/**/*.js', 'test/**/*.js'] }, watch: { files: '<config:lint.files>', tasks: 'lint:files test:files' }, jshint: { options: { curly: true, eqeqeq: true, immed: true, latedef: true, newcap: true, noarg: true, sub: true, undef: true, eqnull: true }, globals: { exports: true } }, uglify: {} }); // Default task. task.registerTask('default', 'lint:files test:files concat min');