Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.225.55.42
54 Domain
7.3.33
dpclient
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 /
dpclient /
public_html /
micro /
assets /
clip /
[ HOME SHELL ]
Name
Size
Permission
Action
.husky
[ DIR ]
drwxr-xr-x
demo
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.babelrc.json
132
B
-rw-r--r--
.editorconfig
465
B
-rw-r--r--
.eslintignore
115
B
-rw-r--r--
.eslintrc.json
619
B
-rw-r--r--
.nvmrc
3
B
-rw-r--r--
.prettierignore
99
B
-rw-r--r--
.prettierrc.json
158
B
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
bower.json
343
B
-rw-r--r--
composer.json
527
B
-rw-r--r--
contributing.md
1.85
KB
-rw-r--r--
karma.conf.js
719
B
-rw-r--r--
package-lock.json
715.21
KB
-rw-r--r--
package.js
306
B
-rw-r--r--
package.json
1.64
KB
-rw-r--r--
readme.md
9.24
KB
-rw-r--r--
webpack.config.js
1.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "clipboard", "version": "2.0.11", "description": "Modern copy to clipboard. No Flash. Just 2kb", "homepage": "https://clipboardjs.com", "repository": "zenorocha/clipboard.js", "license": "MIT", "main": "dist/clipboard.js", "types": "src/clipboard.d.ts", "keywords": [ "clipboard", "copy", "cut" ], "dependencies": { "good-listener": "^1.2.2", "select": "^1.1.2", "tiny-emitter": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "babel-loader": "^8.2.2", "chai": "^4.2.0", "cross-env": "^7.0.3", "eslint": "^7.20.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", "husky": "^5.0.9", "karma": "^6.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-sinon": "^1.0.4", "karma-webpack": "^5.0.0-alpha.5", "lint-staged": "^10.5.3", "mocha": "^10.1.0", "prettier": "2.2.1", "sinon": "^9.2.3", "tsd": "^0.7.2", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^5.15.0", "webpack-cli": "^4.4.0" }, "scripts": { "test:types": "tsd", "build": "npm run build-debug && npm run build-min", "build-debug": "webpack", "build-min": "cross-env NODE_ENV=production webpack", "build-watch": "webpack --watch", "test": "karma start --single-run", "prepublish": "npm run build", "lint": "eslint --ext .js src/" }, "lint-staged": { "*.{js,css,md}": [ "prettier --write", "eslint --fix" ] } }
Close