{
  "_from": "@img/colour@^1.0.0",
  "_id": "@img/colour@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  "_location": "/@img/colour",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@img/colour@^1.0.0",
    "name": "@img/colour",
    "escapedName": "@img%2fcolour",
    "scope": "@img",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sharp"
  ],
  "_resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  "_shasum": "b0c2c2fa661adf75effd6b4964497cd80010bb9d",
  "_spec": "@img/colour@^1.0.0",
  "_where": "/var/www/tecnibi/node_modules/sharp",
  "authors": [
    "Heather Arthur <fayearthur@gmail.com>",
    "Josh Junon <josh@junon.me>",
    "Maxime Thirouin",
    "Dyma Ywanov <dfcreative@gmail.com>",
    "LitoMore (https://github.com/LitoMore)"
  ],
  "bugs": {
    "url": "https://github.com/lovell/colour/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The ESM-only 'color' package made compatible for use with CommonJS runtimes",
  "devDependencies": {
    "color": "5.0.3",
    "color-convert": "3.1.3",
    "color-name": "2.1.0",
    "color-string": "2.1.4",
    "dts-bundle-generator": "^9.5.1",
    "esbuild": "^0.27.3"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.cjs",
      "default": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "color.cjs",
    "index.d.ts"
  ],
  "homepage": "https://github.com/lovell/colour#readme",
  "keywords": [
    "color",
    "colour",
    "cjs",
    "commonjs"
  ],
  "license": "MIT",
  "main": "index.cjs",
  "name": "@img/colour",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lovell/colour.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:dts",
    "build:cjs": "esbuild node_modules/color/index.js --bundle --platform=node --outfile=color.cjs",
    "build:dts": "dts-bundle-generator ./dts-src.ts -o index.d.ts --project tsconfig.build.json --external-inlines color --external-inlines color-convert --export-referenced-types=false",
    "test": "node --test"
  },
  "type": "commonjs",
  "types": "index.d.ts",
  "version": "1.1.0"
}
