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 : 3.135.190.40
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-uglify /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGELOG.md
2.69
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE.md
1.06
KB
-rw-rw-r--
2022-08-30 11:49
README.md
3.29
KB
-rw-rw-r--
2022-08-30 11:49
composer.js
452
B
-rw-rw-r--
2022-08-30 11:49
index.js
320
B
-rw-rw-r--
2022-08-30 11:49
package.json
1.79
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "gulp-uglify", "description": "Minify files with UglifyJS.", "version": "3.0.2", "author": "Terin Stock <terinjokes@gmail.com>", "bugs": "https://github.com/terinjokes/gulp-uglify/issues", "dependencies": { "array-each": "^1.0.1", "extend-shallow": "^3.0.2", "gulplog": "^1.0.0", "has-gulplog": "^0.1.0", "isobject": "^3.0.1", "make-error-cause": "^1.1.1", "safe-buffer": "^5.1.2", "through2": "^2.0.0", "uglify-js": "^3.0.5", "vinyl-sourcemaps-apply": "^0.2.0" }, "devDependencies": { "eslint": "^3.18.0", "eslint-config-prettier": "^2.1.0", "eslint-config-xo": "^0.18.1", "eslint-plugin-no-use-extend-native": "^0.3.12", "eslint-plugin-prettier": "^2.0.1", "eslint-plugin-unicorn": "^2.1.0", "power-assert": "^1.4.1", "prettier": "^1.1.0", "source-list-map": "^1.1.2", "tape": "^4.9.1", "tape-catch": "^1.0.6", "testdouble": "^2.1.2", "vinyl": "^2.0.0" }, "homepage": "https://github.com/terinjokes/gulp-uglify/", "keywords": [ "gulpplugin" ], "license": "MIT", "main": "index.js", "repository": "terinjokes/gulp-uglify", "eslintConfig": { "env": { "node": true }, "extends": [ "xo", "prettier" ], "plugins": [ "unicorn", "no-use-extend-native", "prettier" ], "rules": { "prettier/prettier": [ "error", { "printWidth": 80, "tabWidth": 2, "singleQuote": true, "trailingComma": "none", "bracketSpacing": false } ] } }, "files": [ "index.js", "composer.js", "lib/" ], "scripts": { "lint": "eslint *.js lib test", "test": "tape test/*.js" }, "greenkeeper": { "ignore": [ "gulp-sourcemaps" ] } }