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"
}
}