HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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/quadcode/frontend/node_modules/@csstools/convert-colors/package.json
{
  "name": "@csstools/convert-colors",
  "version": "1.4.0",
  "description": "Convert colors between RGB, HSL, and HWB",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/convert-colors",
  "homepage": "https://github.com/jonathantneal/convert-colors#readme",
  "bugs": "https://github.com/jonathantneal/convert-colors/issues",
  "main": "index.bundle.js",
  "module": "index.js",
  "files": [
    "index.js",
    "index.bundle.js",
    "lib"
  ],
  "scripts": {
    "prepublishOnly": "npm test",
    "pretest": "rollup -c .rollup.js --silent",
    "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
    "test:ec": "echint test",
    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    "test:tape": "node .tape"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6",
    "echint": "^4.0",
    "eslint": "^4.15",
    "eslint-config-dev": "2.0",
    "pre-commit": "^1.2",
    "rollup": "^0.54",
    "rollup-plugin-babel": "^3.0"
  },
  "eslintConfig": {
    "extends": "dev",
    "rules": {
      "max-params": [
        2,
        4
      ]
    }
  },
  "keywords": [
    "colors",
    "converts",
    "conversions",
    "converting",
    "css",
    "rgb",
    "hsl",
    "hwb",
    "lab",
    "lch",
    "hsv",
    "xyz",
    "red",
    "green",
    "blue",
    "hue",
    "saturation",
    "lightness",
    "whiteness",
    "blackness",
    "cie"
  ]
}