Server IP : 184.154.167.98 / Your IP : 18.116.27.25 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/fotografico/apps/bruteforcesettings/ |
Upload File : |
{ "name": "bruteforcesettings", "version": "1.1.0", "description": "Bruteforce settings app", "author": "Roeland Jago Douma <roeland@famdouma.nl>", "license": "AGPL-3.0-or-later", "main": "main.js", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "dev": "webpack --config webpack.dev.js", "watch": "webpack --progress --watch --config webpack.dev.js", "build": "webpack --progress --config webpack.prod.js", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "stylelint": "stylelint src", "stylelint:fix": "stylelint src --fix" }, "dependencies": { "nextcloud-axios": "^0.2.1", "vue": "^2.6.12" }, "devDependencies": { "@nextcloud/eslint-config": "^1.2.0", "@nextcloud/eslint-plugin": "^1.4.0", "babel-eslint": "^10.0.3", "css-loader": "^4.2.2", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.4", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^5.2.3", "style-loader": "^1.2.1", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", "stylelint-scss": "^3.18.0", "stylelint-webpack-plugin": "^0.10.5", "vue-loader": "^15.9.3", "vue-template-compiler": "^2.6.12", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-merge": "^5.1.2" } }