HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/admin/node_modules/color-space/package.json
{
  "name": "color-space",
  "description": "Collection of color space conversions",
  "version": "2.0.1",
  "author": "Dmitry Ivanov <df.creative@gmail.com>",
  "type": "module",
  "keywords": [
    "color",
    "colour",
    "rgb",
    "hsl",
    "hsv",
    "lab",
    "lch",
    "luv",
    "lch",
    "cie",
    "hsluv",
    "husl",
    "color-convert",
    "gamut",
    "color-conversions",
    "color-space",
    "color-translation",
    "color-data",
    "coloroid",
    "cubehelix",
    "munsell",
    "hcg",
    "hsp"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/colorjs/color-space.git"
  },
  "files": [
    "*.js",
    "dist"
  ],
  "license": "MIT",
  "main": "./index.js",
  "devDependencies": {
    "almost-equal": "^1.1.0",
    "rollup": "^2.66.0",
    "terser": "^5.10.0",
    "uvu": "^0.5.3"
  },
  "scripts": {
    "test": "node test",
    "build": "rollup ./index.js --file dist/color-space.js --format esm",
    "minify": "terser ./dist/color-space.js -o ./dist/color-space.min.js --module -c passes=3 -m"
  }
}