HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/safevalues/package.json
{
  "name": "safevalues",
  "version": "0.3.4",
  "description": "Safe builders for Trusted Types values",
  "repository": "https://github.com/google/safevalues",
  "author": "ISE Hardening",
  "license": "Apache-2.0",
  "publishConfig":{
    "registry":"https://wombat-dressing-room.appspot.com"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "type": "commonjs",
  "sideEffects": false,
  "files": [
    "/index.*",
    "/environment/*",
    "/restricted/*",
    "/internals/*",
    "/builders/*",
    "/dom/*"
  ],
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "yarn clean && yarn build:esm && yarn build:cjs",
    "build:esm": "yarn && tsc -p ./tsconfig.esm.json",
    "build:cjs": "yarn && tsc -p ./tsconfig.cjs.json",
    "prepack": "yarn test && bash ./prepack.sh",
    "test": "yarn build && karma start --browsers ChromeHeadless,FirefoxHeadless --single-run",
    "itest": "yarn build && karma start --browsers ChromeHeadless,FirefoxHeadless"
  },
  "devDependencies": {
    "@types/jasmine": "^3.6.2",
    "@types/node": "*",
    "@types/trusted-types": "^1.0.6",
    "jasmine-core": "^3.6.0",
    "karma": "^6.3.17",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.2",
    "karma-jasmine": "^4.0.1",
    "karma-spec-reporter": "^0.0.32",
    "karma-typescript": "^5.2.0",
    "typescript": "^4.1.2"
  }
}