{
"_from": "hex-rgb@^4.1.0",
"_id": "hex-rgb@4.2.0",
"_inBundle": false,
"_integrity": "sha512-I7DkKeQ2kR2uyqgbxPgNgClH/rfs1ioKZhZW8VTIAirsxCR5EyhYeywgZbhMScgUbKCkgo6bb6JwA0CLTn9beA==",
"_location": "/hex-rgb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hex-rgb@^4.1.0",
"name": "hex-rgb",
"escapedName": "hex-rgb",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/@tailwindcss/ui"
],
"_resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.2.0.tgz",
"_shasum": "fb377f2e5658fc924f1efa189685922e56ecaf0f",
"_spec": "hex-rgb@^4.1.0",
"_where": "C:\\xampp\\htdocs\\cofo\\node_modules\\@tailwindcss\\ui",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/hex-rgb/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert HEX color to RGBA",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/hex-rgb#readme",
"keywords": [
"hex",
"rgb",
"rgba",
"color",
"colour",
"convert",
"conversion",
"converter",
"css"
],
"license": "MIT",
"name": "hex-rgb",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/hex-rgb.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.2.0"
}
|