{
	"name": "postcss-overflow-shorthand",
	"versions": {
		"1.0.0": {
			"name": "postcss-overflow-shorthand",
			"version": "1.0.0",
			"description": "Use the overflow shorthand in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-overflow-shorthand.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-overflow-shorthand#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-overflow-shorthand/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",
				"overflow",
				"properties",
				"shorthands",
				"values"
			],
			"gitHead": "e391f4a9c94bb2cead4b18486894ff965489bc42",
			"_id": "postcss-overflow-shorthand@1.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-kz987Kct5l/cQW6HG2iXTZMzjrfpLZhtx72Bqw92Yi655nYPTxYD8WVr3/O4r/ojmMEyP4WshzMBwvjcWXwBGg==",
				"shasum": "3b19eec626abf00b2e3845a2f8d74b534f420765",
				"tarball": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 14630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa59wxCRA9TVsSAnZWagAAvdQP/itAKFjMcbOsMPROhtyA\nLkdLOelKhhZBkkpTGqnsbd9x1jGfrmJ3UXFbDs7sjhWq7GBp58PCDu3PcLVP\njbQPdmXPhODSLl93xHb+K2Wx3v0f4LBBhbAgfjgSibjA1k9H7mUUDoJImxSx\nmKN5AxIUQpYt0wHEYOrpXKi8GNZkM5GVtd4mX7id6VVywhSgBI5XHtvVJvhq\nbJpg3j7iDt2sNwwmige4/82JGXJMJcL/NE6eId3zBBLPzTe1V99JqKxyLuAM\ntzErhpnxRe056UC+O1YkWEq/tZNb9/lm6Z8j+Mqi8x7ZOC+uHBdw3B2xAnhm\nug3biFWPrzQ8b8xlP4R+wrPV6yF2g/dXh58hi8yG1YU7dlrv046FrRCv5L9A\nZx/M7p7qrM0QEvkdMnF0TRPTELyxPpz39th0onZEhjt21pxWrGfy7GhNwV27\nGeAzmaxECXx9gxEiD8LNRbppb6rlLJP8lvjyBbflZTqd5XLrCCOb5Z5umEml\nN7nihq4HvkFxBHJH+YlL6MS1lKOSj7WUmCGpm0FoS/VsaHPZOypX8hnbxGXn\nmcBQeu9G24jNzGiaRZ7LMSSs7Qy2K4upqWkDL1cO0IGH7a/NiJe76lzFlYKl\nsiBnngGMPBtyIa22ktChIiIZaCYs+uK3v6cJvCJPPF0iGJ4imDTUllF/9Zsr\nFRbL\r\n=3kZc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-overflow-shorthand_1.0.0_1525144624610_0.18953857985196865"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "postcss-overflow-shorthand",
			"version": "1.0.1",
			"description": "Use the overflow shorthand in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-overflow-shorthand.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-overflow-shorthand#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-overflow-shorthand/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",
				"overflow",
				"properties",
				"shorthands",
				"values"
			],
			"gitHead": "5815b683017fbaa0b60502274a2089a79cd1d07b",
			"_id": "postcss-overflow-shorthand@1.0.1",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-QeJk23W8dLP2DrWYSKTwfFfh4Tcy5Msr58vuuxCPcCijX/07jva0OGNKtUH9vZ6NnXB2WEsnfIIg5M0ScPEWeQ==",
				"shasum": "f72cc216f770f1ab712863dcce9bc32f774b2b74",
				"tarball": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-1.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 15238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8TL6CRA9TVsSAnZWagAA2HQP/2ufJlxqDfsyM4Tci4e3\nDVGNWlprJPAP9WFTo57arrmFCHL4r7NXyVHbXUaFb60gTPWhkmDRpdKYbycx\nMnDZR7uWJnZwbrtQyWzB0s7zRTtzJP7Hl8sY+DkC8E0w2hMLEGvEy16KARlj\nTTBb3JdLwi9KGxhPCelt9YWsqUT6kOlQtHIYQpLTgYaFuoKCZIfEWo1MFYpy\ns7/z3FOpZT0CIRnJIjl+MAbI5TWxcCesIoU67Ak0SnmZG7xsOoJ8IKHXgCiW\nK4w7/CEJek/q4qTvrDVH4zf/XEcty0e2OZOi6Xxkn1qEPILvFsRL6pyjOdon\nAg/3za3nO3SnUlHgPn6i26zH1D0tftD6g/6XqbRF1MmvNteT2LgSAgAtbwk2\nyw4dI6WGeE3n/+NdOTVZEandf0Nw8BOa1Cc68s21WYp7xq0b0oCs4jvteYOD\ntsIvvndR7vgSffBZL74BymYsSHTB7hwlcfLBUXJ9yEcu5pVa/Tkv8UL0VDQQ\ngJ0syB6odHF5yJqWcIzZ7oyfyWsES+qvJHz4X9G57E3neeGLW5LJY4YVc1/C\nn5oqRR9WfacssbUnafUSneCtbmAlUblITgnZG1fozNJaoDP99bhhstdx/FXF\njyc2iyU1cmShSz8/QlFs++xAdcUaEiK3H2al0I+RKx+lG4LiozqbzexDPTxc\nHFKL\r\n=ITki\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-overflow-shorthand_1.0.1_1525756666289_0.4625178386072244"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-overflow-shorthand",
			"version": "2.0.0",
			"description": "Use the overflow shorthand in CSS",
			"author": {
				"name": "Jonathan Neal",
				"email": "jonathantneal@hotmail.com"
			},
			"license": "CC0-1.0",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonathantneal/postcss-overflow-shorthand.git"
			},
			"homepage": "https://github.com/jonathantneal/postcss-overflow-shorthand#readme",
			"bugs": {
				"url": "https://github.com/jonathantneal/postcss-overflow-shorthand/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",
				"overflow",
				"properties",
				"shorthands",
				"values"
			],
			"gitHead": "dc9858d78eef25cda5022d34d5558137486751cd",
			"_id": "postcss-overflow-shorthand@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "jonathantneal",
				"email": "jonathantneal@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==",
				"shasum": "31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30",
				"tarball": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 19040,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboH6WCRA9TVsSAnZWagAAiR0P/jhYIjecCDalUVvCGE+p\neVYOboC0N3SNAA/9ixUeyL6VYJHacHKs9JHtJ92vt1rplwk0F2g/70wk6API\nAP9uecKDEjPdErC8N3aZLai3IeR8hP/z+96Kg5LKVy5uIDBRgvaic71lJkMU\ng1YHsN9WMO/k8//o8pNs2s8V01Eetp9heZWFZb2sSnHT/6VEGNaR1GtY9LXr\ngo2uGoMA1FL85vMA0xPOChBIgrOrk3r8upZxUhOMru6s7JI9RHUMUN+CbqDW\n+qDN2mDx3G6OKjHzDY/Zm4mPuouhlCl2gucYp32rltga1PIQgcjsTRYY6h53\ndyRm8otq1kMudEOiS5phwhFeHH4UQkrmqV62VAXPlrGvNEcKLDZksHn8BI5J\nK2Bkfdm5/Pl4OeCVValXM/kckkPAFCPd6DjrbMxF/ROos3v8Z9xmZlD05FZ1\nt4iCA0YE53pUVVpAldlQEoROpLNMfYhMHQdy0Km/bBFh1otEYtzw32E8Pl3N\n/5OT0U/T+f4eNuTWUmGiAXBP3PH/p/lwEtd7iIlV88zmLJZjp5dk2F8Pzt6V\n75Ikao4I3JC8WmqH7USXdvoBIELA1hd8OwoRU1Kg8XeG7v/iscgHMSnMNi07\nWRzZsKlTBU8/6zXVFDfZTBtwgbDO/C4+IPd033jCiWxUpZkfdaxxGebnD9ld\nh7Nj\r\n=C8c7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonathantneal",
					"email": "jonathantneal@hotmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-overflow-shorthand_2.0.0_1537244821946_0.2117249055846162"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-01T03:17:04.610Z",
		"1.0.0": "2018-05-01T03:17:04.697Z",
		"modified": "2018-09-18T04:27:05.254Z",
		"1.0.1": "2018-05-08T05:17:46.370Z",
		"2.0.0": "2018-09-18T04:27:02.088Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c5bdd59d2ea8b6f83c63c2718f5bec58\"",
			"fetched": 1600679296075
		}
	},
	"_distfiles": {
		"postcss-overflow-shorthand-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-1.0.0.tgz",
			"sha": "3b19eec626abf00b2e3845a2f8d74b534f420765",
			"registry": "npmjs"
		},
		"postcss-overflow-shorthand-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-1.0.1.tgz",
			"sha": "f72cc216f770f1ab712863dcce9bc32f774b2b74",
			"registry": "npmjs"
		},
		"postcss-overflow-shorthand-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz",
			"sha": "31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-overflow-shorthand-2.0.0.tgz": {
			"shasum": "31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30"
		}
	},
	"_rev": "2-bd7ca93d220e03c5",
	"_id": "postcss-overflow-shorthand",
	"readme": "# PostCSS Overflow Shorthand [<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 Overflow Shorthand] lets you use the `overflow` shorthand in CSS,\nfollowing the [CSS Overflow] specification.\n\n```pcss\nhtml {\n  overflow: hidden auto;\n}\n\n/* becomes */\n\nhtml {\n  overflow-x: hidden;\n  overflow-y: auto;\n  overflow: hidden auto;\n}\n```\n\n## Usage\n\nAdd [PostCSS Overflow Shorthand] to your project:\n\n```bash\nnpm install postcss-overflow-shorthand --save-dev\n```\n\nUse [PostCSS Overflow Shorthand] to process your CSS:\n\n```js\nconst postcssOverflowShorthand = require('postcss-overflow-shorthand');\n\npostcssOverflowShorthand.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssOverflowShorthand = require('postcss-overflow-shorthand');\n\npostcss([\n  postcssOverflowShorthand(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Overflow Shorthand] 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 `overflow` declaration is\npreserved. By default, it is preserved.\n\n```js\npostcssOverflowShorthand({ preserve: false })\n```\n\n```pcss\nhtml {\n  overflow: hidden auto;\n}\n\n/* becomes */\n\nhtml {\n  overflow-x: hidden;\n  overflow-y: auto;\n}\n```\n\n[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-overflow-shorthand.svg\n[cli-url]: https://travis-ci.org/jonathantneal/postcss-overflow-shorthand\n[css-img]: https://cssdb.org/badge/overflow-property.svg\n[css-url]: https://cssdb.org/#overflow-property\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-overflow-shorthand.svg\n[npm-url]: https://www.npmjs.com/package/postcss-overflow-shorthand\n\n[CSS Overflow]: https://drafts.csswg.org/css-overflow/#propdef-overflow\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 Overflow Shorthand]: https://github.com/jonathantneal/postcss-overflow-shorthand"
}