Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
syrihapj /
public_html /
node_modules /
jszip /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
vendor
[ DIR ]
dr-xr-xr-x
.codeclimate.yml
208
B
-rw-r--r--
.editorconfig
115
B
-rw-r--r--
.jshintignore
13
B
-rw-r--r--
.jshintrc
367
B
-rw-r--r--
.travis.yml
668
B
-rw-r--r--
CHANGES.md
9.92
KB
-rw-r--r--
LICENSE.markdown
32.95
KB
-rw-r--r--
README.markdown
1006
B
-rw-r--r--
index.d.ts
8.35
KB
-rw-r--r--
package.json
1.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "jszip", "version": "3.7.1", "author": "Stuart Knightley <stuart@stuartk.com>", "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip", "scripts": { "test": "npm run test-node && npm run test-browser", "test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/", "test-browser": "grunt build && grunt test", "lint": "grunt jshint" }, "contributors": [ { "name": "Franz Buchinger" }, { "name": "António Afonso" }, { "name": "David Duponchel" }, { "name": "yiminghe" } ], "main": "./lib/index", "browser": { "readable-stream": "./lib/readable-stream-browser.js", "./lib/index": "./dist/jszip.min.js" }, "types": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/Stuk/jszip.git" }, "keywords": [ "zip", "deflate", "inflate" ], "devDependencies": { "browserify": "~13.0.0", "grunt": "~0.4.1", "grunt-browserify": "~5.0.0", "grunt-cli": "~1.1.0", "grunt-contrib-connect": "~2.0.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-uglify": "~4.0.1", "grunt-saucelabs": "Stuk/grunt-saucelabs#v10.0.0", "jshint": "~2.9.1", "jszip-utils": "~0.0.2", "package-json-versionify": "1.0.2", "qunit": "~2.9.2", "tmp": "0.0.28" }, "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", "readable-stream": "~2.3.6", "set-immediate-shim": "~1.0.1" }, "license": "(MIT OR GPL-3.0-or-later)" }
Close