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/dommatrix/package.json
{
  "name": "dommatrix",
  "version": "1.0.3",
  "description": "ES6+ shim for DOMMatrix",
  "main": "dist/dommatrix.js",
  "module": "dist/dommatrix.esm.js",
  "types": "types/index.d.ts",
  "jsnext": "src/index.js",
  "files": [
    "dist",
    "types",
    "src"
  ],
  "scripts": {
    "test": "npx cypress run",
    "cypress": "npx cypress open",
    "coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
    "build": "npm run lint:js && npm-run-all --parallel build-* && npm run docs-copy",
    "custom-build": "rollup -c --environment",
    "fix:js": "eslint src --config .eslintrc --fix",
    "lint:js": "eslint src --config .eslintrc",
    "build:ts": "tsc -d",
    "build-js": "rollup --environment FORMAT:umd,MIN:false -c",
    "docs-copy": "ncp dist/dommatrix.js docs/dommatrix.js",
    "build-js-min": "rollup --environment FORMAT:umd,MIN:true -c",
    "build-esm": "rollup --environment FORMAT:esm,MIN:false -c",
    "build-esm-min": "rollup --environment FORMAT:esm,MIN:true -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thednp/dommatrix.git"
  },
  "keywords": [
    "dommatrix",
    "cssmatrix",
    "shim",
    "polyfill",
    "nodejs",
    "dom",
    "css",
    "transform",
    "javascript"
  ],
  "author": "thednp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thednp/dommatrix/issues"
  },
  "homepage": "https://thednp.github.io/dommatrix/",
  "devDependencies": {
    "@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
    "@cypress/code-coverage": "^3.9.12",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "cypress": "^9.6.1",
    "esbuild": "^0.14.30",
    "eslint": "^7.22.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-vue": "^7.7.0",
    "ncp": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.28.1",
    "rollup-plugin-terser": "^5.3.0",
    "typescript": "^4.5.2"
  }
}