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 /
svgo /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
plugins
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.npmignore
120
B
-rw-rw-r--
2022-08-30 11:49
.svgo.yml
1.28
KB
-rw-rw-r--
2022-08-30 11:49
CHANGELOG.md
30.74
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
3.49
KB
-rw-rw-r--
2022-08-30 11:49
Makefile
530
B
-rw-rw-r--
2022-08-30 11:49
README.md
10.29
KB
-rw-rw-r--
2022-08-30 11:49
README.ru.md
13.79
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.44
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "svgo", "version": "0.7.2", "description": "Nodejs-based tool for optimizing SVG vector graphics files", "keywords": [ "svgo", "svg", "optimize", "minify" ], "homepage": "https://github.com/svg/svgo", "bugs": { "url": "https://github.com/svg/svgo/issues", "email": "kir@soulshine.in" }, "author": { "name": "Kir Belevich", "email": "kir@soulshine.in", "url": "https://github.com/deepsweet" }, "contributors": [ { "name": "Sergey Belov", "email": "peimei@ya.ru", "url": "http://github.com/arikon" }, { "name": "Lev Solntsev", "email": "lev.sun@ya.ru", "url": "http://github.com/GreLI" } ], "repository": { "type": "git", "url": "git://github.com/svg/svgo.git" }, "main": "./lib/svgo.js", "bin": { "svgo": "./bin/svgo" }, "directories": { "bin": "./bin", "lib": "./lib", "example": "./examples" }, "scripts": { "test": "set NODE_ENV=test && mocha", "jshint": "jshint --show-non-errors ." }, "dependencies": { "sax": "~1.2.1", "coa": "~1.0.1", "js-yaml": "~3.7.0", "colors": "~1.1.2", "whet.extend": "~0.9.9", "mkdirp": "~0.5.1", "csso": "~2.3.1" }, "devDependencies": { "mocha": "~3.2.0", "should": "11.2.0", "istanbul": "~0.4.5", "mocha-istanbul": "~0.3.0", "coveralls": "~2.11.14" }, "engines": { "node": ">=0.10.0" }, "license": "MIT" }