{
	"name": "postcss-lab-function",
	"versions": {
		"1.0.0": {
			"name": "postcss-lab-function",
			"version": "1.0.0",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "index.cjs.js",
			"module": "index.es.js",
			"files": [
				"index.cjs.js",
				"index.es.js"
			],
			"scripts": {
				"prepublishOnly": "npm test",
				"pretest": "rollup -c .rollup.js --silent",
				"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
				"test:ec": "echint --ignore index.*.js test",
				"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
				"test:tape": "postcss-tape"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^1.4.0",
				"postcss": "^6.0.22",
				"postcss-values-parser": "^1.5.0"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-eslint": "^8.2.3",
				"babel-preset-env": "^1.7.0",
				"eslint": "^4.19.1",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.58.2",
				"rollup-plugin-babel": "^3.0.4"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "a2b9cd2d621cee32063f4d43c282b7f9b0fd5aa1",
			"_id": "postcss-lab-function@1.0.0",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-dw111aJTCaOLTSTKQfYO7MSAV3FK3bLQmeQ03S2Ah1kf7zfgpmrzXCXjd0/yuXa7RtQozHzCxfIXGKwqfGkIbw==",
				"shasum": "bbc80ac47a5e09b6aceb39f1dd732ad31881b560",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 20806,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9bCwCRA9TVsSAnZWagAAzUAP/3rHx1EUw7NFfS9/08Fk\nV3ivfjbuF4eIsmm3cHGpNVDD8okcsIQs+hCbAzEb4uEFAgy2AC6OWs8ygQro\n8+PASLc+j/6NorV6IH+tCRHs01V7FRbW7sdi+QNdBnmVCuLPjQdiUec1ZWAY\nw5cczduX3qDgkRKn+dd0eSmoQ4UNXex5+5gB+CaI3wHt98HtQmiM5y05jZjI\nongMM+10IEOFKy+7Z8Mu+X/T7ihhbgs9ZKJay72WftuhkpN4af4tis+mejiY\nD0d8tAhVIG3TLdeFUj8us4SMF7wBgUXs3eJ50e5l99rUEcW/DM3oKIRxuFwD\n7oLMHnuOGT0iyBaE/PMEPU8I/Aq0Le6P19NMGJQtTvwwmOKZA3fjpz+tiBCy\nxhCkgIy53j5KB0rkh2zywj7oR20jZ9MsT1wX+IujVNIjvk276dvIku8oWEz4\np1rxitYm7FnZcjzn/giyhw63yH68OM564UmWluqfx4spMGr6n8tq6OfF4v0I\nbggEDic6haGMjIRrcmDDRSHtBXzDRti6B4kNsqwWmFgJJnMn0icL4mF1SoWo\nmtJ9msu75RgVcbhYX/Ghprlj8do6v3fK+bhKG+p8AzEEB2GPGjuK8qwSV/pS\nSU6qWvNZMpYmM5PpI3uacokCmzvToQ4TUZX9Xu1owb4bWSdn6002YFMKQapV\nuQOc\r\n=YTRH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_1.0.0_1526050990907_0.8816213872241507"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "postcss-lab-function",
			"version": "1.0.1",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "index.cjs.js",
			"module": "index.es.js",
			"files": [
				"index.cjs.js",
				"index.es.js"
			],
			"scripts": {
				"prepublishOnly": "npm test",
				"pretest": "rollup -c .rollup.js --silent",
				"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
				"test:ec": "echint --ignore index.*.js test",
				"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
				"test:tape": "postcss-tape"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^1.4.0",
				"postcss": "^6.0.22",
				"postcss-values-parser": "^1.5.0"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-eslint": "^8.2.3",
				"babel-preset-env": "^1.7.0",
				"eslint": "^4.19.1",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.58.2",
				"rollup-plugin-babel": "^3.0.4"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "1f3ce3b6590dfe442aec931bc1cd3a3908dfe124",
			"_id": "postcss-lab-function@1.0.1",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-kxaHXTRjlBLDpJUMsrGM0GnVgBrMqQz1HfaXdv3VNpz2EwwUhrU9uVfqv/NAtiWt6ZkD7IK2MUlncRoj024lIA==",
				"shasum": "f493a93edcd8379de716bc3aab156626c317ce3c",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 20943,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9cUvCRA9TVsSAnZWagAAn80QAJhq5I0LXB2pCkgjnGFe\nT0tCfRrYUJYzXEcz0IDPblBKr2yvevKDlJCHAOn7ygzIHUqXIXkQLEyCOrPF\nrbh7zxY2RXuov70NEvKsgEciLC3rRmb7blXUJIb/xhWLNXTFRcAV5xZK/VhK\nTTRstxfCsAqvEHIgOVtitWMFpKkka/2ugw5Z1GHQ5cLpGjBiUZPnaEaY84JE\nc0b40iJzH2wfw/kLDWZqKYY2rrKQmWrnKWeO3kio5nqZ0T0oiAUWCLKO25MR\nCf+TKcOxYNXSsDl8eiW2YwichQND89QO76GRHrTY/yMZOgJwl6HoaLyoFEVr\nh9VSSQePrkJ9yU6QK4McgrAZ9VOkMgx74IVwsQrwoPH8sfBHjn+haZT0PUxL\nq0TTnVYi7VR3GywC75Z3FSgHsbwRAnfRH+vAP3f+adUEM0uNHt6Srull+mTV\noqCdb6S5WYJMy0LxJn7wC23dD9LrZBLXhqyqE9z4EZjZysIP7lwA1Z3imMbe\nr35p3/kT8hNWuvexkqkYi2eTiZT7lDNEi0ed0CYbFFdQmeh9k0tRcpuYYWp8\nruc2cK5ygt1LLUxQV8gxxFZmVgGLLWV1WtLIS5die0QjYHgcNYjH0kDorYU+\nLTVaBJ0HMVon2KePsqd0tVw3aEmfZH9xi9AzsICfjn4MTMtKfhJMR2+BNiYY\nmNon\r\n=tkZq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_1.0.1_1526056238804_0.4713493709815577"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "postcss-lab-function",
			"version": "1.1.0",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "index.cjs.js",
			"module": "index.es.js",
			"files": [
				"index.cjs.js",
				"index.es.js"
			],
			"scripts": {
				"prepublishOnly": "npm test",
				"pretest": "rollup -c .rollup.js --silent",
				"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
				"test:ec": "echint --ignore index.*.js test",
				"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
				"test:tape": "postcss-tape"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^1.4.0",
				"postcss": "^6.0.23",
				"postcss-values-parser": "^1.5.0"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-eslint": "^8.2.6",
				"babel-preset-env": "^1.7.0",
				"eslint": "^5.2.0",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.63.4",
				"rollup-plugin-babel": "^3.0.7"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "c0c9622daca64d36b5f696e610f6802a6fc09f9d",
			"_id": "postcss-lab-function@1.1.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-n5OBvdjTUSIpMnYuwOYp2wyrUxx3WwDnuAWLyFUryKU67QrlgHndtOn/8xEUzviknpC6fEi/HQ+qLoVew3C+0A==",
				"shasum": "1965cd4cfb380601129f29c59797a0df13463f48",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.1.0.tgz",
				"fileCount": 6,
				"unpackedSize": 24302,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbV80KCRA9TVsSAnZWagAASUYP/AygLoO4M9isT7UneBGI\nPoomXdE0XvEbwwkrvcsQwwjZoQbXItzN43/HBxvdXv2O4YJjomZ5z9rnhls3\nXqo6NdnovdCnFzLaOyJM45cF4JhbaLa1jax4VEqamRQ70DjajXV/1YSmOfcd\nShYR9TJ7mqbn9lsTMLh9vm7sVEtFeA/gD8Oe2K7DHLRS5CYHlFVWC8GOu8zx\ngpPIBsxWQQUvsHy7xuUPJGDhRx8YCM8aSeVFfr+UkyFEdeijuNLVY6MEVgTU\nAqlMkmiBFdWhVQyxsBeHobiHN/2aZziPleQAqa3bo5LWOt4l3U6uazvA5yo4\nqr3ZEW9xubTwvFSAbElJxW6l1YgvcIHvK0v74wDoFwSVdMac9Pj4pjjEjnxU\n6egijZydXGgRCFN7rj+B61j4Ur88GRrJCZI8HzRLBCUjxNM2mbHoISwjdYgM\nvGmehEm0eXM3buXDen2Bwm366N2HaC6aVgOEkP0keYwWwWV/RDfCFsb0SjdC\nwtsgH6WTYYvUUWFd1A8mRdNRPULgIRvpmWxvkzlStaRH4ScYspssHN9nOCMU\nrHP/2EHTiccpyrfKVofTo6E+8+STysNclASSUXqmg8f7IX8h4wtn2idYgMFW\np3d0d/Vbhq1o1y/ezEL8XHMLnDv7cY8wNXM4bP5HVXSpyOysZIB1Gfg6sqkU\n+Ezg\r\n=AvrJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_1.1.0_1532480778125_0.4744743143758454"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-lab-function",
			"version": "2.0.0",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "index.cjs.js",
			"module": "index.es.mjs",
			"scripts": {
				"prepublishOnly": "npm test",
				"pretest": "rollup -c .rollup.js --silent",
				"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
				"test:ec": "echint --ignore index.*.js test",
				"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
				"test:tape": "postcss-tape"
			},
			"engines": {
				"node": ">=6.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^1.4.0",
				"postcss": "^7.0.2",
				"postcss-values-parser": "^1.5.0"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"babel-eslint": "^9.0.0",
				"eslint": "^5.6.0",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.66.0",
				"rollup-plugin-babel": "^4.0.1"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "5a6e848a8fe735820efd1299a74d990900ca5ba3",
			"_id": "postcss-lab-function@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-dhiq2jd6zTkJ3YXsCqX/wUYbImT0uMKrF1ivcETemnUR7Kk9lPiJL2QaJyeHfIzzWu3ZdGKvTGaId4+XptaL2A==",
				"shasum": "08ffe61918250ec4822c9a80383e9024681b3b76",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 47145,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboH/7CRA9TVsSAnZWagAAAuMP/izhAv3xkQQ65Wdfb7nY\nJekyEKNJT8oEDfz30zSLpe/HbV2eAMk5LZ6o9sSyzNA6fNlbob2tYI/NMO+c\n4x1QXVdvFXa2yo6qdTvDtK8ErapTl94RYSyfSyOefOHljn7dcqDcsdilO4z0\nlrXbq9e8+EkCsWe+Bewk5bNtgIQOjLNmM4mnn6dpOI6UtFI+nSAIyU1Kg9J5\n+tLPWoI+OSWLAjDt2c1fubp9jwe8r5yuLEaXb6kpOIyNLsKY698LPrSaAk2R\n67uIV2ZPa3vBOUVTlX+Of3L3w7xU0h3odIa9v5KMeHRjgZ2bvUfW9nJDhzKY\nkBXrCtskgSa6ecuJV/WwfAuJY2amrda5W1DUF1rqP6upmc+NBy1qZbeMJeih\n5XolVNeZuqb7goKXJGJZnvlWmTi3dk/17E8R3qdAk3IYSEEwowIOmhHURACN\nIdZJCLEjEd2BDX6T0xxV4kNj0CMCPNf1FSjRNKPnR/n5jPD/+ciXdoUs+NsG\nRJARSb8SOLbzY0VPH2H2SptHm5hegnocoOvF5dAutaqdWcnqYIjsz0fYjffp\ngddtjAYEhn65yPw8y11NgBfOXkF8Ps4rLL+0IPPhe5mqsLJ+1oKcbMRAsuIj\ntRVs8lraC2j7D4T6WVCUBsdStHf8lNKlNfQhXOYLf2XW2a3I6jyUGoXpUU0L\nU+dv\r\n=CD8t\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_2.0.0_1537245178819_0.38315984792893554"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "postcss-lab-function",
			"version": "2.0.1",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "index.cjs.js",
			"module": "index.es.mjs",
			"scripts": {
				"prepublishOnly": "npm test",
				"pretest": "rollup -c .rollup.js --silent",
				"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
				"test:ec": "echint --ignore index.*.js test",
				"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
				"test:tape": "postcss-tape"
			},
			"engines": {
				"node": ">=6.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^1.4.0",
				"postcss": "^7.0.2",
				"postcss-values-parser": "^2.0.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-eslint": "^9.0.0",
				"eslint": "^5.6.0",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.66.0",
				"rollup-plugin-babel": "^4.0.3"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "325c378768d1a353af4effdc7ca1a1f82384fc2e",
			"_id": "postcss-lab-function@2.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==",
				"shasum": "bb51a6856cd12289ab4ae20db1e3821ef13d7d2e",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 46883,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboR5mCRA9TVsSAnZWagAAL4EP/RYK2oKE7M2d9GccJsWQ\nCoOfsWDz5gx6gAIde5xmaI+/Yh/l5CzhRPtI1GIaE6uXO9VBNzWAJWB2d15r\nEj0eADCZy2lbMfgiNpsC3wMZzzaaRPMX6nehV/jndk701v6n6/yjk8vend8o\nTi8Ckm8CEVJATCuyemStle+ssZ/sB8AOraSYboCU81G/xb1eYxUfFpLhQArc\nl2MY2c7jhIeQQPCciXWGIb9Gz5G+wvSEQVjjkYtxqEYEw9fTMGNXkhyFitsM\nMt6c2t+WL/cobiawvkHTA1sunRI0idTyBzs6hXFiwYQLsfDCSdJFn9Cbrt1L\nr1AjMtRGzW8WrmpgaGJJtAHiBaXrTdUJYAKiJLQUm1EySn/Dkz9qiI7EaZVU\nij9ziNqOaTtP7FmP1kaBD79WByExuf61z2uh/ku2faX/Bc1KE4mUbf/rm7p3\n7maKDSjhoAP06POngEiwplowkPo8kAN9ngxqG2PT0+H2RV9yjeL17YMUW3gk\nW3dGSZ4R/Wbw4BusCpIvG1mloxvcutsOfVNvg4W+IWiX4jWYpfQxTFOpoP5l\nz9zhvLuY2RRo/9eBwpDd3H1e/3mq3R4GKA9X8XIrpSYu/ZiDgyqs2zM6KE8u\n7usB1+pjnyLTQ/yDB2qgNOcY5Dbkh/0pmXGYcV5v3ccG7+1spHLaWHcPK5nb\nlHQp\r\n=FV4X\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_2.0.1_1537285733674_0.6850496861208555"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "postcss-lab-function",
			"version": "3.0.0",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-lab-function/issues"
			},
			"main": "dist/index.cjs.js",
			"module": "dist/index.esm.mjs",
			"scripts": {
				"build": "npx rollup -c .rollup.js",
				"build:watch": "npx rollup -c .rollup.js --watch",
				"lint": "npx eslint --cache src",
				"lint:fix": "npx eslint --cache --fix",
				"test": "npm run lint && npm run tape",
				"tape": "npx postcss-tape"
			},
			"engines": {
				"node": ">=10.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^2.0.0",
				"postcss": "^7.0.27",
				"postcss-values-parser": "^3.1.1"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"babel-eslint": "^10.1.0",
				"eslint": "^6.8.0",
				"postcss-tape": "^5.0.2",
				"rollup": "^2.6.0",
				"rollup-plugin-babel": "^4.4.0"
			},
			"eslintConfig": {
				"parser": "babel-eslint",
				"ignorePatterns": [
					"dist",
					"node_modules"
				]
			},
			"babel": {
				"presets": [
					"@babel/env"
				]
			},
			"rollup": {
				"input": "src/index.js",
				"plugins": [
					"rollup-plugin-babel"
				],
				"output": [
					{
						"file": "dist/index.cjs.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.esm.js",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "058391d97c926e11ed4fd3dde324609c820e1322",
			"_id": "postcss-lab-function@3.0.0",
			"_nodeVersion": "13.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-claJxkz2r8GCQHYwm0OPAbUFPt0Fc/IvyfyknYUAcWL5XEsw04TzWRwRTLAmvYeAsBjq2hmlJVttSmvyia1Fcg==",
				"shasum": "7cdf83ec7c23eb2de40db8517cdfc12be49ba3d7",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 31506,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJek03GCRA9TVsSAnZWagAAfxcP/3c+6R2vLUBHB+27OQcQ\ni0clOwmcHTqZJNny4Vt6YWPGKeXtaBYg38UmyF9Al9Bs7jd4ojiWFb26xpOw\na5DxYupf78emDP609HKTmN+f9pH4BtiwJLVryZzyVLZRwXt+8Bjp8hoeQiE7\ndNNfFEFxMbBKWlx2LGzhVpOdC0aRbNdnRKvrPlDZAn1iIpZsAxlJcE+Ja2ed\nk7bCuo5FskCPZyxGbhxv2gLVb4bbzu7zye59vLvAK0I0ZXZ3hPO/GVVR8UNF\nFG3b2TQ/L9lS+xcML9vAsRAqUHYcMQD0BbzSKmHSSK9K0m5CwkYAWYpgqUap\nsH7eGz0vvPIYXtiyBCj/ogqZDtfVP94ihNgPS7SsGEUClEQFzyTtFQBQKNXw\n9bHzLTvAwGhd8zMKLZUvLATSP4rnZxaRfiDC2zjzKH8TRRghRRkl06hT/igm\nIjE2v/2/gig6UGBHubtO2Cp9Am7Z+QZBUfOPjN0/Dih6A6yZkA2htM6x3vXA\ndvC5rumrRql/Jt6s7dZBJDR9tau90QRGHbG2PtaH7hh326QAXreZ8rtbv005\nmwDY/umt2JR0N+gAlLReAyRuRmX9ghfyW0ZZF87wUzkfRKhzZ9g4pYZwuLBv\n2MaYbQTiKMtEQ37IzAytI8tHClaQRWkFYPLya1Cqjeor8OwuAj/gmqCISteU\ncQZ1\r\n=tUZw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_3.0.0_1586712006458_0.5949545913601935"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "postcss-lab-function",
			"version": "3.0.1",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-lab-function.git"
			},
			"homepage": "https://github.com/csstools/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-lab-function/issues"
			},
			"main": "dist/index.cjs.js",
			"module": "dist/index.esm.mjs",
			"scripts": {
				"build": "npx rollup -c .rollup.js",
				"build:watch": "npx rollup -c .rollup.js --watch",
				"lint": "npx eslint --cache src",
				"lint:fix": "npx eslint --cache --fix",
				"pretest": "npm install && npm run build",
				"test": "npm run lint && npm run tape",
				"tape": "npx postcss-tape"
			},
			"engines": {
				"node": ">=10.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^2.0.0",
				"postcss": "^7.0.27",
				"postcss-values-parser": "^3.1.1"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"babel-eslint": "^10.1.0",
				"eslint": "^6.8.0",
				"postcss-tape": "^5.0.2",
				"rollup": "^2.6.0",
				"rollup-plugin-babel": "^4.4.0"
			},
			"babel": {
				"presets": [
					[
						"@babel/env",
						{
							"targets": "maintained node versions"
						}
					]
				]
			},
			"eslintConfig": {
				"env": {
					"es6": true,
					"node": true
				},
				"extends": "eslint:recommended",
				"parser": "babel-eslint"
			},
			"rollup": {
				"input": "src/index.js",
				"plugins": [
					"rollup-plugin-babel"
				],
				"output": [
					{
						"file": "dist/index.cjs.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.esm.js",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "56dfc2a0c64988593ed8752a8ef9a04045b4d157",
			"_id": "postcss-lab-function@3.0.1",
			"_nodeVersion": "13.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-1XRABNp3uOhgUQflAsmmrg8HCe2So7RPFahPeGLGNVA90dIz5ZE8O0AkcCPGyg4CR+NlLwRMBXLYGPn1xj67dQ==",
				"shasum": "ea1fd03325486ef7e9c5ba46ea51d76b3a9c7203",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 26316,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJek4eXCRA9TVsSAnZWagAA6bIP/RB27VQFU2bmehLtQ7Qi\nfpypwZVCHXJHLNriKDJ/cI70KKY9UW340gMh7vGPl8y6zaADj9raRD2TfavP\nzM4YnIEi+jkymHO84rJs5AGm/bpfCNGx4+VT5ZS0FYinRzHepJVWIh1ckhAx\nk5wKrGqkPpu87xQJvnEyNWfdDGh5j2q3cFHLcDq48EBdp+He6NFVg4gkjpTJ\noJvYkLYwDqCoTboIJBrdBh1KfmNdUKVNOKGXYPtcY1xAPWzLbJZUC+jTTb3l\nTAgUY/x+er4tg7WC035190A3wf6G1+oMKXUJVHgZlXuAaMoZ461ZwTxPjh11\nOfF5eQSVXkiSSXoJrTZ2txNQ41gB37BLMBG4HCT7gSG0Y/o0JUbzXlI1OoyR\npDepzrNEStcSkwvUCXpQ8j5AIRt+gXHOgz0zbCEIFy0L5chpsupjk/PCzgsG\n66vBk8HUNAie54yBSy/izZSLMipMyukzD98rcZSS7L0Rvvxb/s3bywpZ8/XE\nDha7bCJMVp9lCxDJPixIoRQvU9eLa4Kp7jMOcoWV212ypZMstKk/K9FBBgjS\nXD/OwC/5rhDFZaSEALU8P43isqTv9dQQH29amCCAddzruGiHgHcDT63av9gv\nMk2YCz4D6PPt/3DMTLjCfjtmYwwntkO93Rz7U9bMuLUmcKnfpgxaP0uzue0w\nqdeW\r\n=tE9F\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_3.0.1_1586726806522_0.8018383480746449"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "postcss-lab-function",
			"version": "3.1.0",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-lab-function.git"
			},
			"homepage": "https://github.com/csstools/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-lab-function/issues"
			},
			"main": "dist/index.cjs.js",
			"module": "dist/index.esm.mjs",
			"scripts": {
				"build": "npx rollup -c .rollup.js",
				"build:watch": "npx rollup -c .rollup.js --watch",
				"lint": "npx eslint --cache src",
				"lint:fix": "npx eslint --cache --fix",
				"pretest": "npm install && npm run build",
				"test": "npm run lint && npm run tape",
				"tape": "npx postcss-tape"
			},
			"engines": {
				"node": ">=10.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^2.0.0",
				"postcss": "^7.0.27",
				"postcss-values-parser": "^3.2.0"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"babel-eslint": "^10.1.0",
				"eslint": "^6.8.0",
				"postcss-tape": "^5.0.2",
				"rollup": "^2.7.2",
				"rollup-plugin-babel": "^4.4.0"
			},
			"babel": {
				"presets": [
					[
						"@babel/env",
						{
							"targets": "maintained node versions"
						}
					]
				]
			},
			"eslintConfig": {
				"env": {
					"es6": true,
					"node": true
				},
				"extends": "eslint:recommended",
				"parser": "babel-eslint"
			},
			"rollup": {
				"input": "src/index.js",
				"plugins": [
					"rollup-plugin-babel"
				],
				"output": [
					{
						"file": "dist/index.cjs.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.esm.js",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "8b41822d8dbfb032ba006a1579f5996b539e63c5",
			"_id": "postcss-lab-function@3.1.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-/ST4zAPEQvD02k56K7siWpKzm1YVdyZvSA3O4zHPkUvLfWcurvjoAulwzFaTB5rh92tmWN94oBMEmav+y+y+HA==",
				"shasum": "4def971fc1835591fb574d563201379cc4f4f23f",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.0.tgz",
				"fileCount": 6,
				"unpackedSize": 26682,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo7+zCRA9TVsSAnZWagAAGQYP/i40CA6ILuWb7W7bouE2\nU4YD/OR0IktLDerjI8pXlQ1ADfDZsKD71YPGsDLlPzYaLys7+vGfb/GXwPR8\nLzbX/l7cCpjFnUc8ogWSJ4XP+zDiZnROr/N25OpBhfqaGnGmfCIL/b04lFil\nOM0WQa/UjO/5DqW0qciXDlUMME4YTNdWM/xNv/KUf0Ud9fTbKsR04vOV5UCc\nK6VUjOFtQT/Xs5igKXwrshbrR7Hh30VV3SXlqRJRk0bctrmtHJCtHRJ5bGoU\n9+cLEOkndzWcizbWMIsOX11euxgxeG5LiAAnWpDVIX/3Q7poau/UTwjDcGZc\nvHeJ/oT0cGjoo9gEF0Xx8KXphMut6xQf0X99XJCU2JEGVm6m9LvMDijkJcMX\nyBr70l2+BC5cxfiIqiJ6qLMWc7LYQWdDz4PufUf9zQ5J06fTYTxXVi2j6DkR\nRRRF5HNtAtj4U4yJDuCTJl8GWUiLh2rDACPF4AkRuPBsVMBA3oSsVtdD7yUs\ntjNLRODrHCk20VcLIF5vvu5VL3DQsKzNnpeTP/wgDsxy6znSgCYRqPlWJC5p\nWSqOGqInEQxwlx4PxZFJwlt1RnEX5zwKU9rB5RLALulPCRzPSoxap+fff+WP\nB8N5nDqdwqcNT4dWEY3/jQcWcEDjZdjdgKY5q5UH9xHbwNfvlu4J8CuGPZzY\n7fpa\r\n=tdkR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_3.1.0_1587789747010_0.34496679100328276"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "postcss-lab-function",
			"version": "3.1.1",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-lab-function.git"
			},
			"homepage": "https://github.com/csstools/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-lab-function/issues"
			},
			"main": "dist/index.cjs.js",
			"module": "dist/index.esm.mjs",
			"scripts": {
				"build": "npx rollup -c .rollup.js",
				"build:watch": "npx rollup -c .rollup.js --watch",
				"lint": "npx eslint --cache src",
				"lint:fix": "npx eslint --cache --fix",
				"pretest": "npm install && npm run build",
				"test": "npm run lint && npm run tape",
				"tape": "npx postcss-tape"
			},
			"engines": {
				"node": ">=10.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^2.0.0",
				"postcss": "^7.0.27",
				"postcss-values-parser": "^3.2.0"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"babel-eslint": "^10.1.0",
				"eslint": "^6.8.0",
				"postcss-tape": "^5.0.2",
				"rollup": "^2.7.2",
				"rollup-plugin-babel": "^4.4.0"
			},
			"babel": {
				"presets": [
					[
						"@babel/env",
						{
							"targets": "maintained node versions"
						}
					]
				]
			},
			"eslintConfig": {
				"env": {
					"es6": true,
					"node": true
				},
				"extends": "eslint:recommended",
				"parser": "babel-eslint"
			},
			"rollup": {
				"input": "src/index.js",
				"plugins": [
					"rollup-plugin-babel"
				],
				"output": [
					{
						"file": "dist/index.cjs.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.esm.js",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "dcc69ad453cc7da1add64fc1a693ee8ba9fdd6d7",
			"_id": "postcss-lab-function@3.1.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-92w8BqwZsjzBqAKUC/VGCWAO9Uold2E/8HBuaRcrkxgsQpBbBfUmWwVIgGxM2ucjYlNNpWGBySsZselUTwpqXw==",
				"shasum": "bcbc6429e0a21970c7966a49027133e837fcf935",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.1.tgz",
				"fileCount": 6,
				"unpackedSize": 26786,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo85TCRA9TVsSAnZWagAAwyQP/17JXCeMcgOdrv49RZE0\nB98BxPB/Z38YG5Ryq+FTwOJ+RdD8FbI1tjyVgtSaN80+x5xesEEL02bx1JT/\n/vbY8RyokDq+BHpJThniD8I4z3o6yt5NiTh0MXvQ3719bRyLB5TSbD/92yNh\nSsmALGlOrbGXEMUrHcbw5O/SYl3y9xg2tSjZkihd+HMNmYWyaQxSzbfWM8bY\nPP4iiSmSqktjmDwDVkjOR9AHRKj/4+f1jMyMASYXA4S4oUP5MkJZA8/KML6m\nU9+xMcc8jF8WQD52P1QMN5p1xtxwKrGu/0SDns46f0EUxuqyttCWxu/N76N/\nDNdf845C2KqQYbhUbw++waMc06dtLPTb37gpqineix/uOhBondx2HTU5iBZa\nhR+oZ+/upOZqa3yaLzq6B96w/jf1kVnJ7YhjikPZxLayB761G+LP/aIcSg0M\nrX8U+LPcQ92RAdBSpsaOMxohGXVvfZcU/rZnpKVNbw3059EB98gc9cLO6ymB\nIoKpBE5ADVr8fF3KeI+bJNpyvLeN6pZigF6BHVkQZTmhelxpWwLXLsM2GKmN\nV4xY/kCC8E3E1vLEM5odq30hs1voHedYgR1UnHEUMMkdeGZSXm4tmcLCFZTW\nIbIoom9pZzlTlu9asiPGymo00e3oGxwQYIfYDHWy7CGVsoFeuUuRY0cHn2ds\nHWk6\r\n=io60\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_3.1.1_1587793490600_0.9680469723851408"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.2": {
			"name": "postcss-lab-function",
			"version": "3.1.2",
			"description": "Use lab() and lch() color functions in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-lab-function.git"
			},
			"homepage": "https://github.com/csstools/postcss-lab-function#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-lab-function/issues"
			},
			"main": "dist/index.cjs.js",
			"module": "dist/index.esm.mjs",
			"scripts": {
				"build": "npx rollup -c .rollup.js",
				"build:watch": "npx rollup -c .rollup.js --watch",
				"lint": "npx eslint --cache src",
				"lint:fix": "npx eslint --cache --fix",
				"pretest": "npm install && npm run build",
				"test": "npm run lint && npm run tape",
				"tape": "npx postcss-tape",
				"prepublishOnly": "npm test"
			},
			"engines": {
				"node": ">=10.0.0"
			},
			"dependencies": {
				"@csstools/convert-colors": "^2.0.0",
				"postcss": "^7.0.27",
				"postcss-values-parser": "^3.2.0"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/preset-env": "^7.9.5",
				"babel-eslint": "^10.1.0",
				"eslint": "^6.8.0",
				"postcss-tape": "^5.0.2",
				"rollup": "^2.7.2",
				"rollup-plugin-babel": "^4.4.0"
			},
			"babel": {
				"presets": [
					[
						"@babel/env",
						{
							"targets": "maintained node versions"
						}
					]
				]
			},
			"eslintConfig": {
				"env": {
					"es6": true,
					"node": true
				},
				"extends": "eslint:recommended",
				"parser": "babel-eslint"
			},
			"rollup": {
				"input": "src/index.js",
				"plugins": [
					"rollup-plugin-babel"
				],
				"output": [
					{
						"file": "dist/index.cjs.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.esm.js",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"color",
				"colors",
				"rgb",
				"rgba",
				"hsl",
				"hsla",
				"hwb",
				"functional",
				"notation",
				"design",
				"syntax",
				"space",
				"comma"
			],
			"gitHead": "936585c93b6d7dd60dda62154f93cc162fa81418",
			"_id": "postcss-lab-function@3.1.2",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-o4RIkRlyS1XMTYeTTTmEV8rY2vx5ve7+tIGHa1BThiBqXu25fIFRQKv3GgtpyA0GEiHC+6foF7d5YSdDqUdcRw==",
				"shasum": "e6f7b301a3d72602a23f380570fdbfccfd70f6ce",
				"tarball": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.2.tgz",
				"fileCount": 6,
				"unpackedSize": 26882,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo8/cCRA9TVsSAnZWagAAdTEP/A7SgY89+v+KmKOKoH6K\nY9UC3zdH5v/FpFrTKy96ZvE8sAsYuAvLRmA/8E79g6n3k8EdGIKmLjsGB1Gz\ntzT3PxZnDXyJDsBqdIDfK4+OdTw1dHEuK3tiJpCuRZKy9sgP4or4M/E411Rl\n3fUUHIZAAWOH7prUvrZ3EBlhjzMDDEpT7FvMR73CNvlU3DQOIhFmJUTth239\nxRUrebgoZy6IGb0Oydx4Jnb6qRUtMpDNZ/UjvEl9UvbYuwJDYX6yShutBE2H\nAl8O5AFcZgCnZElSIcETnl2/Yk8kWbwMSy3fDokWxlJHx4Lw94uR207rXdX2\n1Q1ysnSCmHfBfTFt/bw/CojGGdOTJdPOKtuBktGHpNZTvokXCrP8BmZd2o2M\nZx2X8F95F95J8Q0rYe6MM3Zv5DWW8xS8zY8nGHIQMqtVGMDI6E1bCpf7Y6yO\nAzX6iCFSTYlSyxNUxB8VpVoXTFZV3vpaJQngb23mPAZBkvr9HDn8bNH4Jpi7\nz/kiLGyxKD7+j7pt51WsoyGfmkUy42oNrCq2zz7lNXspePxV+Ldu1h57pq3G\ngk64p81au9j1xbTdDIEWuK+/S6RHAxLVi+9l2Ee9M9hkZYAF5TxGVniZgI9C\nFmHQ4LREi5T/gqh76sx/Th5MJWgPK894DuKo9RBpQfSO7YInOAyfEpTUhCJQ\nIFMd\r\n=mbTM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-lab-function_3.1.2_1587793883766_0.05918651163450117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-11T15:03:10.906Z",
		"1.0.0": "2018-05-11T15:03:11.016Z",
		"modified": "2020-04-25T05:51:26.812Z",
		"1.0.1": "2018-05-11T16:30:38.943Z",
		"1.1.0": "2018-07-25T01:06:18.192Z",
		"2.0.0": "2018-09-18T04:32:59.027Z",
		"2.0.1": "2018-09-18T15:48:53.995Z",
		"3.0.0": "2020-04-12T17:20:06.574Z",
		"3.0.1": "2020-04-12T21:26:46.734Z",
		"3.1.0": "2020-04-25T04:42:27.208Z",
		"3.1.1": "2020-04-25T05:44:50.755Z",
		"3.1.2": "2020-04-25T05:51:24.023Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9363ddef32e33bfe72cbb56fb45573ab\"",
			"fetched": 1600679295995
		}
	},
	"_distfiles": {
		"postcss-lab-function-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.0.0.tgz",
			"sha": "bbc80ac47a5e09b6aceb39f1dd732ad31881b560",
			"registry": "npmjs"
		},
		"postcss-lab-function-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.0.1.tgz",
			"sha": "f493a93edcd8379de716bc3aab156626c317ce3c",
			"registry": "npmjs"
		},
		"postcss-lab-function-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-1.1.0.tgz",
			"sha": "1965cd4cfb380601129f29c59797a0df13463f48",
			"registry": "npmjs"
		},
		"postcss-lab-function-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.0.tgz",
			"sha": "08ffe61918250ec4822c9a80383e9024681b3b76",
			"registry": "npmjs"
		},
		"postcss-lab-function-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
			"sha": "bb51a6856cd12289ab4ae20db1e3821ef13d7d2e",
			"registry": "npmjs"
		},
		"postcss-lab-function-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.0.0.tgz",
			"sha": "7cdf83ec7c23eb2de40db8517cdfc12be49ba3d7",
			"registry": "npmjs"
		},
		"postcss-lab-function-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.0.1.tgz",
			"sha": "ea1fd03325486ef7e9c5ba46ea51d76b3a9c7203",
			"registry": "npmjs"
		},
		"postcss-lab-function-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.0.tgz",
			"sha": "4def971fc1835591fb574d563201379cc4f4f23f",
			"registry": "npmjs"
		},
		"postcss-lab-function-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.1.tgz",
			"sha": "bcbc6429e0a21970c7966a49027133e837fcf935",
			"registry": "npmjs"
		},
		"postcss-lab-function-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-3.1.2.tgz",
			"sha": "e6f7b301a3d72602a23f380570fdbfccfd70f6ce",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-lab-function-2.0.1.tgz": {
			"shasum": "bb51a6856cd12289ab4ae20db1e3821ef13d7d2e"
		}
	},
	"_rev": "2-d66c613d283aa6c6",
	"_id": "postcss-lab-function",
	"readme": "# PostCSS Lab Function [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][postcss]\n\n[<img alt=\"npm version\" src=\"https://img.shields.io/npm/v/postcss-lab-function.svg\" height=\"20\">][npm-url]\n[<img alt=\"CSS Standard Status\" src=\"https://cssdb.org/badge/lab-function.svg\" height=\"20\">][css-url]\n[<img alt=\"build status\" src=\"https://img.shields.io/travis/csstools/postcss-lab-function/master.svg\" height=\"20\">][cli-url]\n[<img alt=\"support chat\" src=\"https://img.shields.io/badge/support-chat-blue.svg\" height=\"20\">][git-url]\n\n\n  [PostCSS Lab Function] lets you use `lab` and `lch` color functions in\n  CSS, following the [CSS Color] specification.\n\n```pcss\n:root {\n  --firebrick: lab(40% 56.6 39);\n  --firebrick-a50: lch(40% 68.8 34.5 / 50%);\n}\n\n/* becomes */\n\n:root {\n  --firebrick: rgb(178, 34, 34);\n  --firebrick-a50: rgba(178, 34, 34, .5);\n}\n```\n\n## Usage\n\nAdd [PostCSS Lab Function] to your project:\n\n```bash\nnpm install postcss-lab-function --save-dev\n```\n\nUse [PostCSS Lab Function] to process your CSS:\n\n```js\nconst postcssLabFunction = require('postcss-lab-function');\n\npostcssLabFunction.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssLabFunction = require('postcss-lab-function');\n\npostcss([\n  postcssLabFunction(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Lab Function] runs in all Node environments, with special\ninstructions for:\n\n| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |\n| --- | --- | --- | --- | --- | --- |\n\n## Options\n\n### preserve\n\nThe `preserve` option determines whether the original functional color notation\nis preserved. By default, it is not preserved.\n\n```js\npostcssLabFunction({ preserve: true })\n```\n\n```pcss\n:root {\n  --firebrick: lab(40% 56.6 39);\n  --firebrick-a50: lch(40% 68.8 34.5 / 50%);\n}\n\n/* becomes */\n\n:root {\n  --firebrick: rgb(178, 34, 34);\n  --firebrick: lab(40% 56.6 39);\n  --firebrick-a50: rgba(178, 34, 34, .5);\n  --firebrick-a50: lch(40% 68.8 34.5 / 50%);\n}\n```\n\n[cli-url]: https://travis-ci.org/csstools/postcss-lab-function\n[css-url]: https://cssdb.org/#lab-function\n[git-url]: https://gitter.im/postcss/postcss\n[npm-url]: https://www.npmjs.com/package/postcss-lab-function\n\n[CSS Color]: https://drafts.csswg.org/css-color/#specifying-lab-lch\n[Gulp PostCSS]: https://github.com/postcss/gulp-postcss\n[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Loader]: https://github.com/postcss/postcss-loader\n[PostCSS Lab Function]: https://github.com/csstools/postcss-lab-function"
}