Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
vendor /
facade /
ignition /
Delete
Unzip
Name
Size
Permission
Date
Action
config
[ DIR ]
drwxr-xr-x
2022-04-21 14:17
resources
[ DIR ]
drwxr-xr-x
2022-04-21 14:17
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:17
.php_cs.php
1.25
KB
-rw-r--r--
2022-04-21 14:17
CHANGELOG.md
12.06
KB
-rw-r--r--
2022-04-21 14:17
LICENSE.md
1.06
KB
-rw-r--r--
2022-04-21 14:17
README.md
1.7
KB
-rw-r--r--
2022-04-21 14:17
SECURITY.md
118
B
-rw-r--r--
2022-04-21 14:17
composer.json
2.1
KB
-rw-r--r--
2022-04-21 14:17
package.json
1.87
KB
-rw-r--r--
2022-04-21 14:17
psalm-baseline.xml
1.72
KB
-rw-r--r--
2022-04-21 14:17
psalm.xml
1.57
KB
-rw-r--r--
2022-04-21 14:17
Save
Rename
{ "private": true, "scripts": { "dev": "webpack --mode development --watch", "build": "NODE_ENV=production webpack --mode production", "format": "prettier --write 'resources/**/*.{css,js,ts,vue}'" }, "dependencies": { "git-url-parse": "^11.1.2", "highlight.js": "^10.4.1", "lodash": "^4.17.21", "markdown-it": "^12.3.2", "md5": "^2.2.1", "sql-formatter": "^2.3.3" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-typescript": "^7.3.3", "@fullhuman/postcss-purgecss": "^1.1.0", "@types/jest": "^24.0.15", "@types/lodash": "^4.14.133", "babel-loader": "^8.0.6", "css-loader": "^3.0.0", "husky": "^1.3.1", "jest": "^24.8.0", "lint-staged": "^8.1.5", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.6.0", "prettier": "^1.16.4", "style-loader": "^0.23.1", "tailwindcss": "^1.0.4", "typescript": "^3.5.2", "vue": "^2.6.10", "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.35.0", "webpack-cli": "^3.3.5" }, "husky": { "hooks": { "pre-commit": "lint-staged && yarn build && git add resources/compiled/ignition.js" } }, "lint-staged": { "linters": { "*.{css,js,ts,vue}": [ "yarn format", "git add" ] }, "ignore": [ "resources/compiled/**/*" ] }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/__helpers__/" ] } }