{
	"name": "postcss-gap-properties",
	"versions": {
		"1.0.0": {
			"name": "postcss-gap-properties",
			"version": "1.0.0",
			"description": "Use the gap, column-gap, and row-gap shorthand properties in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-gap-properties.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-gap-properties#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-gap-properties/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"
			},
			"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",
				"grids",
				"layouts",
				"columns",
				"rows",
				"gaps",
				"shorthands",
				"prefixes"
			],
			"gitHead": "caa500944bf6fa35158267b1e126cc111fc2bdca",
			"_id": "postcss-gap-properties@1.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-snL2k0Nie72J0uCsKgfO2Sd5rs3Wlhsk+k9uVzyMaeBH9gouNPPY7tZ4bopRJmBISbZEUtvF8Gchat6nOFQHdg==",
				"shasum": "2a43bed20d73fc9744e3b869610711ee72db58af",
				"tarball": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 13683,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa59TKCRA9TVsSAnZWagAAgO0QAKE6HPAwzQ0FrB4zir9/\nCYzvcZB5BII8eKH5twfhziHPmWhc/87sfleGyrJUcxKySj/fea3r6sZYdS0T\nG6BnaBzbSSnLyBuzWHwv3/dbx6vceHjs6yL+7DzfPxrqrEn3dPUd5ZpCHjlr\nQvj9d85yDyMNTi8ueB4y+JJrPd4XLgByK2f61ulfWkrAh3tWcvZ/qyZC6FRp\n8sU5lt3pH/Yj7B5ihevRIavFf/W0YPE8UkLhTKAfu3V2yxmh5bfFuUnMTGp2\nC9dr+6FtK4eBREcJqMukUkPncLkEeVIoTRkpql9Qoheul363ksnicJrQNwhB\nKyaB2v0QB7piMfIQInDl0hhQvAeBwbgaXc1eDjkzbbUlQPGl+gqzbdN4m8CK\nRebzdm6ZkZRc/ImuXd1K8Ak8e93K5j9NibEFOh4RpbSzVxTJHUPo6ESDfyIl\nCKzfPC2jcwVVX7w0nqmeKKt9xHd8Brjnpv6p9nvx7dKBDdBdyqepkhCgiGQ1\n2hd3kj+0VwWRhRp8a1Uxco2YxmP61+Grytba/Git8FDSVKNqHbo7l0Kyrl4+\nPMPWl1gQsaRXpxKT3ZjhGa5mrNx/xdwsl4hproeEOzv4ODMyjLmI9pzJhhed\nn1N/Nw/deTILzEogjhjfGMjVP5cMEc81tMJiZYo19LBNumuOcIft7xN5TxCl\n/9a8\r\n=tW5H\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-gap-properties_1.0.0_1525142729555_0.0025163643503107735"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-gap-properties",
			"version": "2.0.0",
			"description": "Use the gap, column-gap, and row-gap shorthand properties in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-gap-properties.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-gap-properties#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-gap-properties/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"
			},
			"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",
				"grids",
				"layouts",
				"columns",
				"rows",
				"gaps",
				"shorthands",
				"prefixes"
			],
			"gitHead": "170ce78c1b78dee3b5138f5b4e0734dd0bd8e901",
			"_id": "postcss-gap-properties@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==",
				"shasum": "431c192ab3ed96a3c3d09f2ff615960f902c1715",
				"tarball": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 15212,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboINLCRA9TVsSAnZWagAA8PEP/2zZ1pU4Fn05gydb4oQ+\nGKM+9XD0cScwOetCSgQlLdfyZCTZBj0UU8c2uRGv9uQB/O9mgABeT19/yYZz\nXOQLokRVP4oMTJFeUElII+wL1nnSIsjCR1uujYf40hkvR96Xi4bkPWNEk86n\n8OQ7xpyMYLRUpRV/KTk51fIcrAuzaF3tsKJGLfzMnO6uEsmfsMSsKfKuNk0j\nJok1RVkZJlqN6soYqG+t8jDWDvKRjKtkDJKawh5qdJc59JvzKQIh48fZLMCq\n7TlVpPMF0jsXTkkKvlXEAXiTtt8kBkASefhApY0RKkZ/Bo4SwLQpps98gmwE\nKb70HP9sYFHalY01EHwfKXZKczYOMYSDdxxvTsbc7BGzH8hoEHwx86qLygVv\nZpx/pJ3t55nawsf5KrHaJqUbmWLctDcatzTHSsImkPyEpENqY0IRdmtAIWjZ\nmGGWTS9vuPNTKX/iiG5FGC6ahEbsv/YQoOKoK2+DqY+b4v83e7edNpBrA7Vi\ntklyEjrLkHLAup2iG6KKjsVDC0itca0zptlKSljFeShW9kpsYl6EYjwbbKdC\nluRKsfRW3weP/juzTM9Z9fpefV3lpiOjyjQGIZRYNx1q7PJD6u/xd2/sRG8e\n19CixDep6bovMv3iR+oWfof+B10zWdnwaPRnL5IRcZm73EfjI79xGPdyRfS2\nblvi\r\n=sytY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-gap-properties_2.0.0_1537246026782_0.24248869517885652"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-01T02:45:29.555Z",
		"1.0.0": "2018-05-01T02:45:29.645Z",
		"modified": "2018-09-18T04:47:09.721Z",
		"2.0.0": "2018-09-18T04:47:06.947Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"66a042af7cc05db55a9598b1702f14ff\"",
			"fetched": 1600679295923
		}
	},
	"_distfiles": {
		"postcss-gap-properties-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-1.0.0.tgz",
			"sha": "2a43bed20d73fc9744e3b869610711ee72db58af",
			"registry": "npmjs"
		},
		"postcss-gap-properties-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz",
			"sha": "431c192ab3ed96a3c3d09f2ff615960f902c1715",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-gap-properties-2.0.0.tgz": {
			"shasum": "431c192ab3ed96a3c3d09f2ff615960f902c1715"
		}
	},
	"_rev": "2-71c363b010a0009c",
	"_id": "postcss-gap-properties",
	"readme": "# PostCSS Gap Properties [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][postcss]\n\n[![NPM Version][npm-img]][npm-url]\n[![CSS Standard Status][css-img]][css-url]\n[![Build Status][cli-img]][cli-url]\n[![Support Chat][git-img]][git-url]\n\n[PostCSS Gap Properties] lets you use the `gap`, `column-gap`, and `row-gap`\nshorthand properties in CSS, following the [CSS Grid Layout] specification.\n\n```pcss\n.standard-grid {\n\tgap: 20px;\n}\n\n.spaced-grid {\n\tcolumn-gap: 40px;\n\trow-gap: 20px;\n}\n\n/* becomes */\n\n.standard-grid {\n\tgrid-gap: 20px;\n\tgap: 20px;\n}\n\n.spaced-grid {\n\tgrid-column-gap: 40px;\n\tcolumn-gap: 40px;\n\tgrid-row-gap: 20px;\n\trow-gap: 20px;\n}\n```\n\n## Usage\n\nAdd [PostCSS Gap Properties] to your project:\n\n```bash\nnpm install postcss-gap-properties --save-dev\n```\n\nUse [PostCSS Gap Properties] to process your CSS:\n\n```js\nimport postcssGapProperties from 'postcss-gap-properties';\n\npostcssGapProperties.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nimport postcss from 'postcss';\nimport postcssGapProperties from 'postcss-gap-properties';\n\npostcss([\n  postcssGapProperties(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Gap Properties] runs in all Node environments, with special instructions for:\n\n| [Node](INSTALL.md#node) | [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 `gap` declaration should\nremain in the CSS. By default, the original declaration is preserved.\n\n[css-img]: https://cssdb.org/badge/gap-properties.svg\n[css-url]: https://cssdb.org/#gap-properties\n[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-gap-properties.svg\n[cli-url]: https://travis-ci.org/jonathantneal/postcss-gap-properties\n[git-img]: https://img.shields.io/badge/support-chat-blue.svg\n[git-url]: https://gitter.im/postcss/postcss\n[npm-img]: https://img.shields.io/npm/v/postcss-gap-properties.svg\n[npm-url]: https://www.npmjs.com/package/postcss-gap-properties\n\n[CSS Grid Layout]: https://www.w3.org/TR/css-grid-1/#gutters\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 Gap Properties]: https://github.com/jonathantneal/postcss-gap-properties"
}