{
	"name": "postcss-env-function",
	"versions": {
		"1.0.0": {
			"name": "postcss-env-function",
			"version": "1.0.0",
			"description": "[![NPM Version][npm-img]][npm-url] [![Build Status][cli-img]][cli-url] [![Windows Build Status][win-img]][win-url] [![Support Chat][git-img]][git-url]",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-env-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-env-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": {
				"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",
				"environments",
				"variables",
				"envs",
				"constants",
				"functions"
			],
			"gitHead": "c7f2f6c3fa4dc1feac82e5c4bc75aec33ee88e9d",
			"_id": "postcss-env-function@1.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-UVkdbVCRAEr79XkS6uxMRWIHYrFNuhXmjw6gxyesCBXzzHIvYOoz5UKTWM39xX3j9vGO5waVzxq/VzEiZgsM0g==",
				"shasum": "0d81b53b3d789d55d1cac8125ec64f89e916a2f7",
				"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 17482,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5MXWCRA9TVsSAnZWagAAgNUQAJhH8+Odgshb1wGkCU48\nXI/ycsZi5nE/R4bI2/EvFBjXPDK10AsE+fHVBq5WBBt5omYiD7OKd0VFiA1F\nFjBvvQkDQ0J2DehCtCtiJl5koZD2wmV90oVrsjb9Y4qXVEyaaueZ8lYPrv4y\ng/R5fSE5yNGv7HSOZ7wLllx88QpeODSTxmJUuNiEoBT6KgLFDMnhVTlpLUq2\nMFbI61SqejM3JmDCG/7rIte5vySXJVSg0zThwAEnqimtsj9MrN4G8ojX2nHn\nkjaY2m9DMQGHPSHmaBQX80i/8cAlQ5SVx1Fwzdgo9wlPsUMgUY96UC8cY4Uw\nApqFJxRbUUUhQUoYIfWUiAvwXOrYl8aa7e601eO7gzFpe893fMvzOI2Z/sYW\nfVdaSS3eJNVkZiOhk1YDPuexSA4kCnFTp10SbxN/zAvFBIveKS/+3QkAvlC4\n4N7p6/VD+bpcubqo98NfbAWhd25EFHBhKd0ruNfX6XD4XfjiS3gO16Je26l0\nzemFOm62hKLz+EAHD8Fb0xn/aV02a/dTMtxbgsOo/aHsWxgOYu12R7noAs4T\nLOz6RyjrufpmyP+IHjOoGsGDfTeP8G2ceNbHbPdJTyzKRA5nUvFamLNRhGHP\n0rTsWukAjN4cMztHmwdGUTRn6MMk5HylcyQGHAj8EJMcJ5XUBSsuONpNWEBt\nspuQ\r\n=MRKm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-env-function_1.0.0_1524942292598_0.6858563390005432"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-env-function",
			"version": "2.0.0",
			"description": "Use env() variables in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-env-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-env-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": ">=4.0.0"
			},
			"dependencies": {
				"postcss": "^7.0.2",
				"postcss-values-parser": "^1.5.0"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^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",
				"environments",
				"variables",
				"envs",
				"constants",
				"functions"
			],
			"gitHead": "20f253f30dcfbcec7044daa3d5e05b3bf4349756",
			"_id": "postcss-env-function@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-8CQyi63ayr1EbPJdPjBb9YaidTfNYFWVuCE3yOjIvny5azWlPfTA5vHnScVvRFy0Q7JAm+qoqypzo2eE/lMbVQ==",
				"shasum": "39b886bba4653462e399fad30998e4b6b392eb85",
				"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 56303,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboHKQCRA9TVsSAnZWagAAeXgP/1O8m9ObkJFdeItj0XEK\nmW+9jxDmsz8TnQPtN4pAJK0i4chfg5IDkN+upykoMF+dcOLk2eNCfF8/PRsZ\nfoMit9SqNT91qIiyyfc5+0RUtw0oOsG5lYclOw4jaul9OLepvB7iP2gN8Jks\nbu4CegYG5PRCIiLYk+ZMtcgQY0LtzRKFUlfV/XbEnwFx4BrMjLpBKjsF9Dxw\nYGfNZjGIvKS6v5gI9mbMoQuurOB0dh7G2/Y+Yv7LY/GhWmDeUNoXF04Qy9da\nsjYKM2qHfLdE2XsuIHWrgfMa+AZs12TxJ43oMXHnWzf39co3mljwPcHcuJPn\nUkuKK7/Se60D9miIckLWTaqGFY0dpNGcfAqAuZM/R09w2YuYhNHyrBHYKdoX\n5IxUfbdUzngNEf/H3B4IvCNHn+28thGmgjr6HF3Sq+ApugVdTChLzRmeQ51D\niVMGixWlZouqYQEYJEV7CvNH/suQaKCr60iWlPTmhH28cmhFiEWTe5FInxii\noV2HuQFlWn5jDohfglccc5sVXpTl17JMAQAevbJkkT7ZOPp67akvfOQuFdqX\nlNmfLn+y4+owp+r0J3iTBdJcPd/qNRk0z3C4oUylZ3AprFq7PrIIn/MMEWRx\nORhZKZHSO86tX2JvhDnF+ZlNf8OL5RF2sE1j7fIR/VZlUsVf7rI2OR+VQQb/\noB6J\r\n=4ZEb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-env-function_2.0.0_1537241744480_0.10502087719307829"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "postcss-env-function",
			"version": "2.0.1",
			"description": "Use env() variables in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-env-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-env-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": {
				"postcss": "^7.0.2",
				"postcss-values-parser": "^2.0.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.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",
				"environments",
				"variables",
				"envs",
				"constants",
				"functions"
			],
			"gitHead": "00063ded17b1ccd4c68c676f5fb7a049f69a0aa3",
			"_id": "postcss-env-function@2.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-INAcRrnkhaJGwRxADTrhzX3H3XpN7BqKHgEKCT9UNSFVHg8SDQVS73R1duKVNCLySkwys290L2eL5vA0uoQnUA==",
				"shasum": "d1f38482f79e3a9840ac4ec16da229bd3032b7c1",
				"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 56381,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboSJQCRA9TVsSAnZWagAAdLwP/0X/pta59liRDRTHcdSu\nppz/N5TlEZ7M0noUD3bkapC/7stDLFb7q9Qlp8X0k6kdYJJNpBw1djc2SnOe\nGMroPQUW3m8QNXshQbF3QRyfOphY9KXI3CAVtL/yE8AyeOhIyX42aWBY8adN\nTYkxHCGc+M5FohBWq9sQeo/Zx7ShQ7yx84SruKUWCdFLj99jkzEqQZW4TaI8\nk2U5D8PveR+LVbf9TTbJFauawp+3LZ1gzazgOjLdeSaz4VOa9w+Otv4BWmu+\nZx67iTs5CMrhCZu2W/9LKx7e/gS3uDrL56L6OlhjhIz+oo7NQ2jJhJOfZ0W4\nFmJlDYt/sXEOAyT3pK8Uu9MWKfNg8N5PPdjDlsBP8MTNmFVdZlgy/MdacIJ8\nXeaefQIzUZNVJi6oTO0XDXiIakppYwIHy7HZGUReLdpWyEHWzAxhI/NiN/Oj\nuCxV+d5pQqrulpEUROi4Xb/dL5RlqbOAMtKtJ5TzL/mr9DSG9VlSKRLIliVP\no9ggr2VpwVweUAPk847b0gnqr+xwTwHD46VOtYqjxdn09ze/KNVUjXE3RPJT\n7iqLsLot1+3GEuhir+jBbBRjI7mzfnudgWFxi1tjWQNt1UOrofyPyOcLtnKq\n45xodmpEJoHxqB9DYObZkgqItLMwJ3dCvj6KlYZ1oLRyCC0G2xiUIB7JlLlU\n3YYR\r\n=BvdJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-env-function_2.0.1_1537286736195_0.6756069316835029"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "postcss-env-function",
			"version": "2.0.2",
			"description": "Use env() variables in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-env-function.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-env-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": {
				"postcss": "^7.0.2",
				"postcss-values-parser": "^2.0.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.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.1",
				"rollup-plugin-babel": "^4.0.3"
			},
			"eslintConfig": {
				"extends": "dev",
				"parser": "babel-eslint"
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"environments",
				"variables",
				"envs",
				"constants",
				"functions"
			],
			"gitHead": "ff7a08d9a02390bd26b5233884bb4a7fb2558f20",
			"_id": "postcss-env-function@2.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==",
				"shasum": "0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7",
				"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
				"fileCount": 8,
				"unpackedSize": 56424,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpAA3CRA9TVsSAnZWagAACxAP/0ISvqt3i7AjuGNtrtMh\nTB0F/uKYsjXyWb327aRvS6pQLggPtqPuoI2JobnnA7VwoKOV5rpD/9DS/RPu\nu3nvnfcFZapXnCOLtDBb2ciEip9TMJ38uXvVe5xq50QLRF0ZX+s2C6r/gSiV\nL/QDOYS5TFN0SwH1ZukEUp1iB+ibIF1K7uVRU9Is7DmCgrYgdmEV1DTg/dGw\nXNXXgi0ZNzh9HA1oIC+X4qyVFLEbfEEqTmUo5/n2Ygkd4D8ReJwZC6k+fLMi\nV8dA8Zme4LgMkVYewJ9BzBdqpatWX+nfBwPMz0dDlFn52cp9xw5WyevBPvO/\n9bPVVTckBKXo/XBD9NjLg0gJoIFA3ZGNLxpiuIwCvo6OcZlPN5nIppOUbG+C\neP8TghfcriByoS7x99WVxwnfipLxr8Zp4C4DbPbGtl03fdk42c3xHbVb6EUg\nFl5H3/Yl66SXvy19fz0sjl58/Olja3dWn9WULXxbKg0Hf9tq+z3r2g0+IMZo\ndmVMa0WGe/jkLqS6J0Hy723IIvd0GUB54jo/hXbwumFZs5g95bMVWpkkWtTk\nkdzYbtGMnkqdNEHt9RWLuKYs50SUqH+f0Ya2LOWde0/QMKfkj8ZHWo8saCTD\nRYE0a1G4MzSErK4DySPzJWVLvLqahbTQteoWPfOyNDj7phTfFaY15IMC8gU+\nTgjl\r\n=2W1M\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-env-function_2.0.2_1537474614632_0.19417476030470504"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "postcss-env-function",
			"version": "3.0.0",
			"description": "Use env() variables in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/csstools/postcss-env-function.git"
			},
			"homepage": "https://github.com/csstools/postcss-env-function#readme",
			"bugs": {
				"url": "https://github.com/csstools/postcss-env-function/issues"
			},
			"main": "dist/index.js",
			"module": "dist/index.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": ">=8.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.js",
						"format": "cjs"
					},
					{
						"file": "dist/index.mjs",
						"format": "esm"
					}
				]
			},
			"keywords": [
				"postcss",
				"css",
				"postcss-plugin",
				"environments",
				"variables",
				"envs",
				"constants",
				"functions"
			],
			"gitHead": "2fd564e01f89833d795575289a91792b5d95cb7e",
			"_id": "postcss-env-function@3.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-I2zXO2Ej1PtG7VZEOo5Mg3q4JEmzL8je+DdRrQ1TjjXwxg8OluvwSdRLdp1o2jzRSiiAVCdGN52O2ktAfhPk+w==",
				"shasum": "c375a280d820f1f7d9289743ebc73d39c1a7b0ea",
				"tarball": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-3.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 26358,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepYIKCRA9TVsSAnZWagAAshIQAKFYQBgkfzvKI6N6egsB\neP+Zk9xTprEkwlMSxzkXL252wnQRfwk+NB4Q35n8ugvWpkVIBZClox0ja4Rq\n0dsjyCYtTf2C1Bx6Di2KPXYnYfQdZwBUeYrBY5Vj4bIb1wu2yVfNalAdecmW\nq3MFqc4zDQIdOqJLFJxFxATERtM9UZy5AD34XeoUiZY5LfIPWVr8r5FDv6wS\nQ7S+wZTqen4lTP0w9n1HgiqTCAs9Cye/kTfqkGY/0uP7SC4e+Ydi3QwvYQ6w\ndz279prISaAqEvYAbi6iq9TIsmNBbkdB1P6d62cpHE7KsKQarYziR5ApXy0P\n8O9eouheLN0a5p+4BQcfwu7ZYs7FdYNC3LhKjM9dwLynxOUQngA9MtzhuA2B\nD2qyuDk97BOhTseL8Z5c7i0ouIsCtD4/vt+gE/mp0w+vOD3yxxL/YAYrUhyy\ndeu1FFynBjfbFXFQJL017Jxv5vAPIWDjkCiXtqNp+EA3tcacSvUQB/Xxs5y1\n4r+3ol7Xyg/EqIllCByTqafOur2DCYAuXv08efw7znqHH6Z3WCM4NE5a24Qy\nNbYuIQI6RPy6c/StqpaCdgtmH6lZzqKYl8PO32B30zT2ZBt+7zN49EFXfQRf\nqjMnpwZ1BN8m0s5oaeuLptbIZ/Crg8k8u2JzKWyujIbgJFQYnkCQROeT3eK6\nRqzO\r\n=4L8d\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-env-function_3.0.0_1587905033903_0.21954575764536477"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-04-28T19:04:52.598Z",
		"1.0.0": "2018-04-28T19:04:52.647Z",
		"modified": "2020-04-26T12:43:56.431Z",
		"2.0.0": "2018-09-18T03:35:44.626Z",
		"2.0.1": "2018-09-18T16:05:36.384Z",
		"2.0.2": "2018-09-20T20:16:54.767Z",
		"3.0.0": "2020-04-26T12:43:53.999Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5eb004aafb8c911dd3c1be4515eef291\"",
			"fetched": 1600679295824
		}
	},
	"_distfiles": {
		"postcss-env-function-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-1.0.0.tgz",
			"sha": "0d81b53b3d789d55d1cac8125ec64f89e916a2f7",
			"registry": "npmjs"
		},
		"postcss-env-function-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.0.tgz",
			"sha": "39b886bba4653462e399fad30998e4b6b392eb85",
			"registry": "npmjs"
		},
		"postcss-env-function-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.1.tgz",
			"sha": "d1f38482f79e3a9840ac4ec16da229bd3032b7c1",
			"registry": "npmjs"
		},
		"postcss-env-function-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
			"sha": "0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7",
			"registry": "npmjs"
		},
		"postcss-env-function-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-3.0.0.tgz",
			"sha": "c375a280d820f1f7d9289743ebc73d39c1a7b0ea",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-env-function-2.0.2.tgz": {
			"shasum": "0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7"
		}
	},
	"_rev": "2-a785c784640e2878",
	"_id": "postcss-env-function",
	"readme": "# PostCSS Environment Variables [<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-env-function.svg\" height=\"20\">][npm-url]\n[<img alt=\"CSS Standard Status\" src=\"https://cssdb.org/badge/environment-variables.svg\" height=\"20\">][css-url]\n[<img alt=\"Build Status\" src=\"https://img.shields.io/travis/csstools/postcss-env-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[PostCSS Environment Variables] lets you use `env()` variables in CSS,\nfollowing the [CSS Environment Variables] specification.\n\n```pcss\n@media (max-width: env(--branding-small)) {\n  body {\n    padding: env(--branding-padding);\n  }\n}\n\n/* becomes */\n\n@media (min-width: 600px) {\n  body {\n    padding: 20px;\n  }\n}\n\n/* when the `importFrom` option is: {\n  \"environmentVariables\": {\n    \"--branding-small\": \"600px\",\n    \"--branding-padding\": \"20px\"\n  }\n} */\n```\n\n## Usage\n\nAdd [PostCSS Environment Variables] to your project:\n\n```bash\nnpm install postcss-env-function --save-dev\n```\n\nUse [PostCSS Environment Variables] to process your CSS:\n\n```js\nconst postcssEnvFunction = require('postcss-env-function');\n\npostcssEnvFunction.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssEnvFunction = require('postcss-env-function');\n\npostcss([\n  postcssEnvFunction(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Environment Variables] 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### importFrom\n\nThe `importFrom` option specifies sources where Environment Variables can be\nimported from, which might be JS and JSON files, functions, and directly passed\nobjects.\n\n```js\npostcssCustomProperties({\n  importFrom: 'path/to/file.js' /* module.exports = {\n      environmentVariables: {\n        '--branding-padding': '20px',\n        '--branding-small': '600px'\n      }\n    } */\n});\n```\n\n```pcss\n@media (max-width: env(--branding-small)) {\n  body {\n    padding: env(--branding-padding);\n  }\n}\n\n/* becomes */\n\n@media (min-width: 600px) {\n  body {\n    padding: 20px;\n  }\n}\n```\n\nMultiple sources can be passed into this option, and they will be parsed in the\norder they are received. JavaScript files, JSON files, functions, and objects\nwill need to namespace Custom Properties using the `environmentVariables` or\n`variables-variables` key.\n\n```js\npostcssCustomProperties({\n  importFrom: [\n    'path/to/file.js', // module.exports = { environmentVariables: { '--branding-padding': '20px' } }\n    'and/then/this.json', // { \"environment-variables\": { \"--branding-padding\": \"20px\" } }\n    {\n      environmentVariables: { '--branding-padding': '20px' }\n    },\n    () => {\n      const environmentVariables = { '--branding-padding': '20px' };\n\n      return { environmentVariables };\n    }\n  ]\n});\n```\n\nSee example imports written in [JS](test/import-variables.js) and\n[JSON](test/import-variables.json).  Currently only valid [custom property names] (beginning with `--`) are accepted.  Not all valid [declaration value names] are accepted.\n\n[cli-url]: https://travis-ci.org/csstools/postcss-env-function\n[css-url]: https://cssdb.org/#environment-variables\n[git-url]: https://gitter.im/postcss/postcss\n[npm-url]: https://www.npmjs.com/package/postcss-env-function\n\n[CSS Environment Variables]: https://drafts.csswg.org/css-env-1/\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Environment Variables]: https://github.com/csstools/postcss-env-function\n\n[custom property names]: https://drafts.csswg.org/css-variables-1/#typedef-custom-property-name\n[declaration value names]: https://drafts.csswg.org/css-syntax-3/#typedef-declaration-value"
}