{
	"name": "postcss-color-functional-notation",
	"versions": {
		"1.0.0": {
			"name": "postcss-color-functional-notation",
			"version": "1.0.0",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-color-functional-notation/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": {
				"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.6.1",
				"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": "0da9daa789c2aa99ae3577656d45ec1dddc77020",
			"_id": "postcss-color-functional-notation@1.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-WUqJJ1RqTTaHe3uI5ZPpQoVM9DNyley74DDPpTQcE38Pc9zyD8fAmDI94gNR+eyoAT+acZaxzjG7Wlxmgu+XOQ==",
				"shasum": "d5c7dbb866eed65331f5ee5954b6eb9a27499998",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 22305,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8Qw/CRA9TVsSAnZWagAAQzMP/3xQKnwE7luIvkuWX6UH\njGxzVu4jWh2mGyv3d536sZpMrUkUxrQQDopTWXquzbJO30u4FWzLOHrAhdwq\n8KnrLgPx5llQA/UpENQUXAIN6dS9vJYuDm5vuQlT14OWF+BbvQBIIR+J/le9\nflO9YrMDe/uFpdsH3KhuQOCnkOG2hRZjfOOEyTEvoygLSrmITrfxj3cLEZr5\nZhu7+lcS5SQJRwfnagFwCsefS3nZhZMPWQXDKiKQo1F7IpAub3hm1ikZyIJ8\nG3/ly9bWXVNtZlMFoOQcu3849XTbxeneZe/xJMzESmJh3Ip1h+1sA2mX6lct\npc+C4dt+IStZbVTjMWM9aV3dfJGgX1v8gF//mdORYGEK0SmRJ70MPuacmgwH\nv0HPMJ6ADo9FsGQzjJ+ZpqSQ0lDwnZ8qnS243iA+H6YQUcqVWzXv8vqMY4fO\nAEqVCF7RpdQQ2XncLtWWtq9eaRb13x4JB3D2+NBzHAQSIaWu96F2c7M2AyML\nrTDM3WKQGQgOBjH89Ob/9NNZfkOQm+CztbDevxhsnJFnRZS4hiGtRTk2hadZ\n1ElPw/2q/HlhsIaNSF+LIy7M2Vbo67CLVCfPpsglFdBjZ6SHbu86c4eyN8Tl\n6I4XPDfDQzcSmLJuT2tB1RXVBxPOSM1kY8ylL52dGfSZcrV0jca4DzjDgpDG\n1MgF\r\n=Eefz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-color-functional-notation_1.0.0_1525746749629_0.7549714248233423"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "postcss-color-functional-notation",
			"version": "1.0.1",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-color-functional-notation/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": {
				"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": "6d2040ac0007e7465450f84519073a3f661abd9c",
			"_id": "postcss-color-functional-notation@1.0.1",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-8ECwUd75SwcjLMzFdRVRBqjVoHwGeWpLQKCNIQo9T+QeCrUNKI1NJ6rgpni5vo7iZ7MZy21qKqUieMM3D0wHYQ==",
				"shasum": "a12fe1302fa63935e440859c9d53730023c0eadd",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 22480,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9grxCRA9TVsSAnZWagAA1PAP/3t8Q3DhGUuV+qteNDtO\nLXXJQP+nwrdaNdw/7wuYRyYu1GTqffHh28fqmD6HZFW2L9T33kxYjfLRXmvi\nnwiCeEuFI7b8jaP3QVoU4M1bt0ifCWKHvBdK6b9HEac9tqMvYehK1LtC/4Ak\nG5hDQAq5U54TZcC8wOzd6sYfx/X8fAWV8gDPITsvtBRBrnqomlUkFIPrB8fd\nXkcclNZa6t8btTimU9J1nVkH2NjbeiTKRh/vqHmgnCRoNrnCCppydgcvRfdb\ngD3YMg72IPWiEZM9Kj0k23XIL2CTy3iiUv0jlnBoZpp/qkt6FtARPP/wAXdD\nlHnovmQHyYFW/vv782K52Zk1D7eCxvcw+BTu2ApUCcBq/Ryqv4LL4XhXW2rE\n5oEFQtcpXY8gaNvLoiets7Xsf68p9f2aNjhdTrxm8gX889zAxBvVx5juhm7E\n43Laavh36pf6yam9zfq3sHjiKmgxY+oAKP70rlLS/cWTnEU/uHUSLBwXJMCh\n1Wd+t1NaCUrGOFGib5ZycL6c1uoJq/gFsQcWKqNBm+Hx/tSTfB/mCTmAt5LZ\nQ9IfQajXecYvfw2cW9++iGr45nMuslRykvv8sbZbGUeKFVTvJRyHOmkQPaqc\nZRtg2XiPaucbJdNwFjV9/AcRboTDN6jaR4gpwXCBURYMD+2ThEAlzzzNZ+UG\nnYAA\r\n=HtMd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-color-functional-notation_1.0.1_1526074096401_0.6798616110687867"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "postcss-color-functional-notation",
			"version": "1.0.2",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-color-functional-notation/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": {
				"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.1.0",
				"eslint-config-dev": "^2.0.0",
				"postcss-tape": "^2.2.0",
				"pre-commit": "^1.2.2",
				"rollup": "^0.62.0",
				"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": "58a16404280a41191527f88b235ee4b8af8cbd64",
			"_id": "postcss-color-functional-notation@1.0.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.6.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-FxkEr+s/KCrcrTxUhHcDMKGZmnLjUKK7pl2gDjnEoAJaVcbThdDWLhuASu02qdA3Ys7np/BwJgwc72JrURTvJQ==",
				"shasum": "836fbc5e88a4ebd958ba6a3f9e2dad7792166c9f",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 23229,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbSPnLCRA9TVsSAnZWagAAiRAQAKE6rkaLXu74gFtzFG1B\nk0IXCfNPw+2vsNa/pCvFWUPm60i+ezlEhuV7XCm3xMmSDuszsgPnnKlwAZFu\nfj3338cwmI6506LoF+z2IdZDXpojX6CzFXp4wIE4oD0AQoWgvg7GRjCHyFXb\nQUtvYjrjR26AfjJknjN3rlZdHT8D2rlDqjBdbFvPNw5+VlTeM/XhFm5CiRcW\n3NxVH0IupwYAMALV+ruvR6rqVThyGQJwKHzA1k6cusVlXecs21suv70uQZIQ\n989SP58a6RkQY3zZybJzARmdC3bap8wr7OuNamBBxyW8J+3UlSHdL1dgbIvx\nZsn55p8xrDTar6fO52b0WL0Oar1y3LXFJt6Sc4qgAfxnQ33jepcvWM/kffT6\nkn13vU+Nn8xYHHN6g2ZjEFCXahLqGJtay7rpPYFZSNv89FiP+RjWVwfYCHNB\nVFWf+EJw5/1slA2F4U3owRb+z4Z5W69EkidBLo578eWUkBR7tW5/E8FpQm25\nEBFa9NLtozV6kGysOIbHzpc8h0ju41rTE/JkfiNW2sOw04NhtK6b+cdUSAOZ\n0mNdYTfmc+7O7yVTv8KAzAnJA3zd0neZdPmW6J4gPGrA6ukRF4tU5Df82Azr\nLY3XKE36dgk+eBPNW+xTMfQtLAzACmAG0c1QZ+qDEBlS+d1q34IEZCIuqC1U\nHnVo\r\n=54X6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-color-functional-notation_1.0.2_1531509195469_0.6257793646930636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-color-functional-notation",
			"version": "2.0.0",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-color-functional-notation/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": {
				"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": "2cedf27323a977176d1e62581fe1df24e1d5270f",
			"_id": "postcss-color-functional-notation@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-VvpAxQ+DqB7677kBGcq8dlll09mOTToJrBtWSoAj1TTEB+kHpURQfZEMea2YlHCOd6GWYc5FdlYa15XxZOgn+g==",
				"shasum": "a0908e2b3ebe1a3809c7cd58fc8d8c1a392c0e15",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 42465,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboGKZCRA9TVsSAnZWagAA0lsQAKJtyEPpWIURPHIYZlhE\nT0b+U5zWqb607SxWLqheKT/H7gyPtrDt4eD1hUSjE4iujWY0uZLg2V6EDbSe\nzw6VCXM4Iyzpzjfbjv0qN+PS7VxQu1dMo40KilzwPOXd+BGQd5JnWvo2xbo3\nYBKVN4kjPg9D5azV43KLxPsj9HyIPztfOr6oWUuucUEKyP2cowy3u0V0B1BY\n+CNDEebWZUz3+j6riVzh10BZMu+GTkOwxUoD8Trbk9jCkRqPu4X7vWWRyzPY\n7G8YfZeB1scQdRQ/qCaDZOEKNFxT9+kXen7AfeetxaeV2ePkYtegirTMTDga\nrjcmbKvHz2n//5Xzez0fHtCCjClmcT/XmFaI99RvUDVkU9vT28rIneNLvWeg\nfKKyUBOo/y4QX9ttWVXodfFsfaADGz/+dAFrLnoZN2Lc0tmKGqAM84SGZxkA\nbkEGhP79Mv8JtJbzPQ+D0ewaDaQqGXEyxpBL3LJznsObnN6xJB3Ls4fmIGL7\n+IwGjHP+oI+IbNwI952X4BK4VhhnxbifEIDZGVqLnG7zD3rZShaLHFqoVJKv\nD4uJ3hXBs7ANm/gbwOyHWnZPKjJdxFxIPFQijJivwXZTLOloVxZypS6Ixxc1\nr7jPk3BpEzTQWDV3gY70rqiwfG3KyNOpl6RjELnnrag2teqjwgB1gCtPL2NF\nbMAi\r\n=iwWV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-color-functional-notation_2.0.0_1537237656470_0.9755788802127083"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "postcss-color-functional-notation",
			"version": "2.0.1",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-color-functional-notation/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": {
				"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": "849b9606b1461c8b07972d2222020913b1872b0e",
			"_id": "postcss-color-functional-notation@2.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
				"shasum": "5efd37a88fbabeb00a2966d1e53d98ced93f74e0",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 42678,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboRWvCRA9TVsSAnZWagAA6SMP/3m/dMEck1S4g24jvvqk\nXLRr8VBSfxW+8amkE+rBXoEPdinH2pbe/IBNmIiCxniyPJu4/EPuaFdlYlul\nPak9hUTaHZr06SmlnXC8wPqzsBnBRpwBx7onjUN5oKTQIdH+u96XoVha2Q6K\nV70wImGx769EhT7Y8OZnQ+KPmqV8/ne4s7PCdr5Y9rw0RbGIG0GQ0JHoA39N\ng6xCCq1STbAkmUQPW8jhU+f2U8uKiRARlYRukDKE7i7OpkTo0JGZOEfO6ubS\nzev8eAJi6vnRisIqPOMNncxn7L4TrU9kNhKZWyRhMlBFV6omn5pnagStEwzc\niSF9e657HDo940EEMRi0JZMbHM17fgkOYNPvRdk6zDNg5jXi9uzJ3/m+Db/J\n3Q6GjL77ALRXPtvCFPYrarIjQ3WABh0S4IAwQj3h2kdC/TXThFnKcvrK/A75\nc/Yy/vlBU5Syv8GM6c40pd/OZGXpeJQ4xPSfV/KYRkMJ9HliVKg3urFVxNWn\nWThOamdjYevTbgbXbqSgR0WHUCnz3oyhRpBGIFnKlJMw20xBrC+Gz97xW5gr\nngoDUhNScMTtD9JVtEJwwLZEpePqGzfOMDR/ifzISCN5eIrowWbn4ay6etud\nNRiV6UyQyHlMsiU+RFfiBWzPdfpmUEZAYE+yx4UCEgc8EzH23JiNsSNna7xS\nwey2\r\n=8CKx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-color-functional-notation_2.0.1_1537283502269_0.1527753679647419"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "postcss-color-functional-notation",
			"version": "3.0.0",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/csstools/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-color-functional-notation/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": {
				"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",
				"pre-commit": "^1.2.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": "8b7757f2af78801e981c0340d0b7be3c018b95e2",
			"_id": "postcss-color-functional-notation@3.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-sSjpQvu9ydMCfWNl+JKf6gkwoBH+9stthJXy0eesMGSY4BxxYBz/R/bPgNBU+Z6Cn88gibtVxic4v8M5prDpXw==",
				"shasum": "f0088757cf78c557163d8f57509021f0d9c4ec3b",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 29274,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo8LoCRA9TVsSAnZWagAA938P/2z3QylgwLHPiXdJtKoS\n1hKgumVOT/2S5WnPY8+PJTcHzCABeMoLDy7UTeUrFVZ1hREdIXu78ma8vv9n\nCU0L/2M6ZrxCOBCx7Q6YnlOI1ro0/s4rsa4JSXH+KUCI4oAwFxB+A+x1s2Y2\nqZD+eAVL0u2iTbsfTWBu9XhfVLlNhVEfEllQeLmfr/e3RyZTXU8YUQPEz0FH\n9/f+itTDpweMZL59PxNwhW85V/riZpFvceh4XxbuPMgYtxgSV8nEFh6yOCC/\n77NV4CMf0lM5GwPOm+Qr5jWDll7P0mcWS7/WejgL3MJvt/PIevAlxt2PRZPW\nrTe19r84eD6AgvBf27PRM7kU/mknD0+FTDWWHGsWGtUXgQwXWo2r8mMOz9qS\nhNxA4VCBw+hBrjXGVUyhcW5KN7CCSrpqjjPHuBrelsIWocCM5Qr4hvDBuS4P\nOJGdVu0nTcFJ/ubtnQ/aLqMvRJvdPEMmH1o2vAFpAIVPe1wIW8WqDmlx/Qm6\nOrf6bh0Lg4t3xeXhiRORgnp82URxjNdN/99nCVK+CpMPX+vFt6+rJED2Ll0L\nkkCsMKNI/DmtQchLrl85XfxH3LcXE1oan3RFjvqqq8lJOIMZ+A+MuM7/AH84\nIyiBP2bMOraYfVSCWx7rEME8iLrgdaPy2U6LJW17M2MGbp4/y0zOt+2U36Ql\ntWB8\r\n=3v/T\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-color-functional-notation_3.0.0_1587790567791_0.11813015505019564"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "postcss-color-functional-notation",
			"version": "3.0.1",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/csstools/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-color-functional-notation/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": {
				"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",
				"pre-commit": "^1.2.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": "26799e1885746a980529d084c091ecc5f76956a4",
			"_id": "postcss-color-functional-notation@3.0.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-JbdEEKQ0+ecfWpxjlVV0/sN7+k1nP50R5j+BrHb3NfYQCxQ+e64SI232N3CW9J8nCyPrvvIoWL75W9QH1NoI4Q==",
				"shasum": "4c239fd602ca8751570b8ccf66dc2c85df315a6d",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 29392,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo84fCRA9TVsSAnZWagAAs/4P/iwEqPI++Azx/Z5WFJof\nxXCRcN8up8nv96HdVyMyTRECa63XrkAiy3V2cT/OLgSRKGekS8KV38MB1lsv\nqq99IS6kx7QQHSsb+EQSKjiI5odZCOz+Np3GHBpw8wE7L8dJ1L9BCJiRALL8\nQFJfSvpEhJTe7/vXftV2Rx+cviPHzS5ciZ7yaPK4V3NSW3KSYFHl93ikK3I5\nQNPb8siuMcprXwdAoPUhoxbAu1oFDMFl2lQb1KqLBy2UuXhfxT1Nm0ERKiog\noDT7Ya176MISWvIBopET9LHiWaXqaJw3g7K8/YRYpJR/nueBkXPyh/38o8xL\nlIr/5UySCdc5UcLiyB6b7dQB+wXU9AcIol86+uD+hyM/cD/BK7wYPn5kSFA7\nciUSnaYp/LAmHbi1ktVzCMAMMpYHDmTde27pLg+a2b5n8I98h9s6oCd9NmQb\n+SlXbBbfo6EKK6CzTTxotrSz5eYU1YA19KA6mqU0a0XR73O9SpIK6NYOBLul\n7ghJnC44nPK7o/QiarykUSjjOlWG+kKFyFxU04QPYJ8iWfsa8hlNJVoE39II\noqt4iRUh8kL3iAlXGRQnvnk2eixYb7nsE/QTjt7IHWrHTayGUu+y7axQH6Ar\nfpDFCkf8zimmsCM9/u0L1Dvnou5sRTox8uJavTK7xo9lhsVzhui3nNp11Dlz\nEmYQ\r\n=RbmI\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-color-functional-notation_3.0.1_1587793439344_0.6266231288441471"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "postcss-color-functional-notation",
			"version": "3.0.2",
			"description": "Use space and slash separated color notation in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-color-functional-notation.git"
			},
			"homepage": "https://github.com/csstools/postcss-color-functional-notation#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-color-functional-notation/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": {
				"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",
				"pre-commit": "^1.2.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": "f2bcd1aa85d93d848105a4f6e42dc3fa8911153d",
			"_id": "postcss-color-functional-notation@3.0.2",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-0iXdSIbaf9qrzh79k4Y7riFe45LCcEWQOosjyhGUuMG2cc0wsP1zmjS+HgL07gH6HIHOLIyMzNTQmH+vli1d9Q==",
				"shasum": "9d0cab32fac638045fccb13aaa7ebd14d7ebec74",
				"tarball": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 29474,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo8/6CRA9TVsSAnZWagAAIbYP/jZpYImIwvHIdpM6/y/5\nY4rc7uX+S6UVo3d4i12A3mRDcF7bzaIPt4QgmLwQUav6WHeBMc8JRqFnlQ1I\nMa8Qy6q2SfXcZabiOOggLFKZuoIOvrcJBIucsgfasNoErXPebuzds04L6+u5\nX+sQKwkYVTAFh+tCfm1obZH/WhnEFa+zrB1GHDOfknbzVIJ5WNPj1RTe56jE\nYpjbI2hd0nzOFoD6RRC/SjDNZ0TfrutVaqgM8AdQWDeWMbJXQCuBfrM4o1mr\nrS/hdr6Y8MtOmwsf46tBRQ0EL6/W2gBTFxolDKOZrg7bXwKdcN+2rbKjGXs1\n8wAo/Q8iZjUQV8Uz42v6WLw0/NnsdEEamhCrOlPlBJ8pef4v6mIS0/wCE29s\n0f0Cyh75W8fl+RCinfjpo7xLpS+hreqLvXIO7Cm1/nG0VqGS7HQTqnq/FHvp\nmg3H1vRd1hCEVMzTet4Xq8qudeSdJs5Gy/B/5LgbM95gmO0aAuYIZtVnswkA\nvunyhVDJ6UP8FvabakCOfV1goYWQPQOiJPH7Xfp/Z/8EAKDI3aceBxy63VAr\ntxKyoSszN6OIRfZNoRfEKJlAkXMWegzRYn/M+bZC57ucamf+VbE+4T4V5bAn\npMSVPq0CciOIyoDcccdPGb2oMdL/E/bJruDfALqqmSd80AFs1hDgcqvTTShX\nqRNA\r\n=Jh1M\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-color-functional-notation_3.0.2_1587793913696_0.3740079052788785"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-08T02:32:29.628Z",
		"1.0.0": "2018-05-08T02:32:29.702Z",
		"modified": "2020-04-25T05:51:56.162Z",
		"1.0.1": "2018-05-11T21:28:16.461Z",
		"1.0.2": "2018-07-13T19:13:15.559Z",
		"2.0.0": "2018-09-18T02:27:36.609Z",
		"2.0.1": "2018-09-18T15:11:42.393Z",
		"3.0.0": "2020-04-25T04:56:07.921Z",
		"3.0.1": "2020-04-25T05:43:59.465Z",
		"3.0.2": "2020-04-25T05:51:53.862Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"a22f0398242724f884e89798b0039587\"",
			"fetched": 1600679295547
		}
	},
	"_distfiles": {
		"postcss-color-functional-notation-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.0.tgz",
			"sha": "d5c7dbb866eed65331f5ee5954b6eb9a27499998",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.1.tgz",
			"sha": "a12fe1302fa63935e440859c9d53730023c0eadd",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-1.0.2.tgz",
			"sha": "836fbc5e88a4ebd958ba6a3f9e2dad7792166c9f",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.0.tgz",
			"sha": "a0908e2b3ebe1a3809c7cd58fc8d8c1a392c0e15",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
			"sha": "5efd37a88fbabeb00a2966d1e53d98ced93f74e0",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.0.tgz",
			"sha": "f0088757cf78c557163d8f57509021f0d9c4ec3b",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.1.tgz",
			"sha": "4c239fd602ca8751570b8ccf66dc2c85df315a6d",
			"registry": "npmjs"
		},
		"postcss-color-functional-notation-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-3.0.2.tgz",
			"sha": "9d0cab32fac638045fccb13aaa7ebd14d7ebec74",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-color-functional-notation-2.0.1.tgz": {
			"shasum": "5efd37a88fbabeb00a2966d1e53d98ced93f74e0"
		}
	},
	"_rev": "2-94278a12b50773c6",
	"_id": "postcss-color-functional-notation",
	"readme": "# PostCSS Color Functional Notation [<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-color-functional-notation.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-color-functional-notation/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[PostCSS Color Functional Notation] lets you use space and slash separated\ncolor notation in CSS, following the [CSS Color] specification.\n\n```pcss\n:root {\n  --firebrick: rgb(178 34 34);\n  --firebrick-a50: rgb(70% 13.5% 13.5% / 50%);\n  --firebrick-hsl: hsla(0 68% 42%);\n  --firebrick-hsl-a50: hsl(0 68% 42% / 50%);\n}\n\n/* becomes */\n\n:root {\n  --firebrick: rgb(178, 34, 34);\n  --firebrick-a50: rgba(178, 34, 34, .5);\n  --firebrick-hsl: hsl(0, 68%, 42%);\n  --firebrick-hsl-a50: hsla(0, 68%, 42%, .5);\n}\n```\n\n## Usage\n\nAdd [PostCSS Color Functional Notation] to your project:\n\n```bash\nnpm install postcss-color-functional-notation --save-dev\n```\n\nUse [PostCSS Color Functional Notation] to process your CSS:\n\n```js\nconst postcssColorFunctionalNotation = require('postcss-color-functional-notation');\n\npostcssColorFunctionalNotation.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssColorFunctionalNotation = require('postcss-color-functional-notation');\n\npostcss([\n  postcssColorFunctionalNotation(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Color Functional Notation] runs in all Node environments, with special instructions 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\npostcssImageSetFunction({ preserve: true })\n```\n\n```pcss\n:root {\n  --firebrick: rgb(178 34 34);\n  --firebrick-a50: rgb(70% 13.5% 13.5% / 50%);\n  --firebrick-hsl: hsla(0 68% 42%);\n  --firebrick-hsl-a50: hsl(0 68% 42% / 50%);\n}\n\n/* becomes */\n\n:root {\n  --firebrick: rgb(178, 34, 34);\n  --firebrick: rgb(178 34 34);\n  --firebrick-a50: rgba(178, 34, 34, .5);\n  --firebrick-a50: rgb(70% 13.5% 13.5% / 50%);\n  --firebrick-hsl: hsl(0, 68%, 42%);\n  --firebrick-hsl: hsla(0 68% 42%);\n  --firebrick-hsl-a50: hsla(0, 68%, 42%, .5);\n  --firebrick-hsl-a50: hsl(0 68% 42% / 50%);\n}\n```\n\n[cli-url]: https://travis-ci.org/csstools/postcss-color-functional-notation\n[css-url]: https://cssdb.org/#color-functional-notation\n[git-url]: https://gitter.im/postcss/postcss\n[npm-url]: https://www.npmjs.com/package/postcss-color-functional-notation\n\n[CSS Color]: https://drafts.csswg.org/css-color/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0\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 Color Functional Notation]: https://github.com/csstools/postcss-color-functional-notation"
}