Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
events /
node_modules /
react-paginate /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
react_components
[ DIR ]
drwxrwxr-x
CHANGELOG.md
8.88
KB
-rw-rw-r--
CONTRIBUTE.md
923
B
-rw-rw-r--
LICENSE
1.06
KB
-rw-rw-r--
README.md
12.24
KB
-rw-rw-r--
index.d.ts
5.8
KB
-rw-rw-r--
package.json
1.72
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "react-paginate", "version": "8.1.3", "description": "A ReactJS component that creates a pagination.", "main": "./dist/react-paginate.js", "repository": { "type": "git", "url": "https://github.com/AdeleD/react-paginate" }, "keywords": [ "react-component", "paginate", "paginator", "pagination" ], "author": { "name": "Adèle Delamarche" }, "license": "MIT", "bugs": { "url": "https://github.com/AdeleD/react-paginate/issues" }, "dependencies": { "prop-types": "^15.6.1" }, "peerDependencies": { "react": "^16 || ^17 || ^18" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/eslint-parser": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@testing-library/react": "^12.1.2", "babel-loader": "^8.2.3", "core-js": "^3.19.0", "eslint": "^7.32.0", "eslint-plugin-react": "^7.26.1", "express": "^4.17.1", "husky": "^7.0.4", "jest-cli": "^27.3.1", "jquery": "^3.6.0", "prettier": "^2.4.1", "react": "^18", "react-dom": "^18", "react-hot-loader": "^4.13.0", "serve-static": "^1.14.1", "styled-components": "^5.3.3", "webpack": "^5.60.0", "webpack-cli": "^4.9.1", "webpack-dev-middleware": "^5.2.1" }, "scripts": { "test": "jest", "test-watch": "jest --watch", "build": "webpack --config webpack.config.js --mode=production", "demo": "node demo/data.js && node demo/server.js", "start": "npm run demo", "format": "prettier --write .", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "husky": { "hooks": { "pre-commit": "npm run lint" } } }
Close