Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : package.json
{
  "name": "colorette",
  "version": "1.2.1",
  "description": "Color your terminal using pure idiomatic JavaScript.",
  "main": "index.cjs",
  "type": "module",
  "module": "index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": "./index.cjs",
      "import": "./index.js"
    }
  },
  "types": "colorette.d.ts",
  "scripts": {
    "test": "c8 testmatrix test/*.cjs",
    "build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
    "release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "jorgebucaran/colorette"
  },
  "files": [
    "index.*",
    "colorette.d.ts"
  ],
  "keywords": [
    "colorette",
    "terminal",
    "styles",
    "color",
    "ansi"
  ],
  "author": "Jorge Bucaran",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jorgebucaran/colorette/issues"
  },
  "homepage": "https://github.com/jorgebucaran/colorette",
  "devDependencies": {
    "c8": "7.2.0",
    "testmatrix": "0.1.2"
  }
}
© 2026 GrazzMean