{
	"name": "css-declaration-sorter",
	"versions": {
		"1.0.0": {
			"name": "css-declaration-sorter",
			"version": "1.0.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"sort-array": "^0.1.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^1.10.1",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "c6aaea260d26b06a9c23a67c1639dc29afa2218f",
			"_id": "css-declaration-sorter@1.0.0",
			"_shasum": "7add825a5953a7676101c4ccb5aedf61ffd5736a",
			"_from": ".",
			"_npmVersion": "3.5.2",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "7add825a5953a7676101c4ccb5aedf61ffd5736a",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "css-declaration-sorter",
			"version": "1.1.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"sort-array": "^0.1.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^1.10.1",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "546b0fe25e5d5cfbe79d3907b394df6b974340ae",
			"_id": "css-declaration-sorter@1.1.0",
			"_shasum": "c05a3c6efa9aaf7ee28e9602dfd69fad41dfe994",
			"_from": ".",
			"_npmVersion": "3.5.2",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "c05a3c6efa9aaf7ee28e9602dfd69fad41dfe994",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "css-declaration-sorter",
			"version": "1.2.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"sort-array": "^0.1.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^1.10.1",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "14ad36902f7ef9094f02de6104743b391f3097d9",
			"_id": "css-declaration-sorter@1.2.0",
			"_shasum": "775be7a47d2955491a6bd070591966061e66cdbc",
			"_from": ".",
			"_npmVersion": "3.5.2",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "775be7a47d2955491a6bd070591966061e66cdbc",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.2.0.tgz_1455036309322_0.6462766826152802"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "css-declaration-sorter",
			"version": "1.2.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"sort-array": "^1.0.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^2.0.0",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "8fc615f0e722aca1e4a1b0378072c95da8aa0f3f",
			"_id": "css-declaration-sorter@1.2.1",
			"_shasum": "01af2a508058f4fb792e18f6c4862d01f2f327ea",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "01af2a508058f4fb792e18f6c4862d01f2f327ea",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.2.1.tgz_1456171139192_0.44506511138752103"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "css-declaration-sorter",
			"version": "1.3.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^2.0.0",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "11a9e3fcc78e8e984c33f9cb68ab9013669cd092",
			"_id": "css-declaration-sorter@1.3.0",
			"_shasum": "8317c7051363538d4f8ed1d040d52e64784bc258",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "8317c7051363538d4f8ed1d040d52e64784bc258",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.3.0.tgz_1459161251501_0.9345374670810997"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "css-declaration-sorter",
			"version": "1.3.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^2.0.0",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "8e08ba52e35978ca1f83d76d7feeaed6bd7621be",
			"_id": "css-declaration-sorter@1.3.1",
			"_shasum": "74d345a775cf0d2062c5761f4b6a1bedefd323e4",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "74d345a775cf0d2062c5761f4b6a1bedefd323e4",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.3.1.tgz_1459174397339_0.703998537035659"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "css-declaration-sorter",
			"version": "1.4.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^2.0.0",
				"tape": "^4.2.1",
				"watch": "^0.17.1"
			},
			"gitHead": "33eadf71b1de9ca500812d14f6e64290072cf07d",
			"_id": "css-declaration-sorter@1.4.0",
			"_shasum": "a29ab1c08440b91e00b311b4df8e176b8a953b46",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.6.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "a29ab1c08440b91e00b311b4df8e176b8a953b46",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.4.0.tgz_1459177244312_0.4263069855514914"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "css-declaration-sorter",
			"version": "1.5.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^0.18.0"
			},
			"gitHead": "694ee7854acaf89a48edace1bc0e7f38a545d3be",
			"_id": "css-declaration-sorter@1.5.0",
			"_shasum": "11d04d29c0be336eca64790726cf077cea45a6a9",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "11d04d29c0be336eca64790726cf077cea45a6a9",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.5.0.tgz_1470405480845_0.2996893278323114"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "css-declaration-sorter",
			"version": "1.6.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^0.19.2"
			},
			"gitHead": "7b95607788f4579732bfb195994051631d4a7b27",
			"_id": "css-declaration-sorter@1.6.0",
			"_shasum": "39b1440717984194336f2fcedc884d764135c1e3",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "39b1440717984194336f2fcedc884d764135c1e3",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.6.0.tgz_1475612429060_0.04776117973960936"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "css-declaration-sorter",
			"version": "1.7.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin tests",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^1.0.1"
			},
			"gitHead": "d297f7eaae7d16449507c59f6a26d20c0b016ea6",
			"_id": "css-declaration-sorter@1.7.0",
			"_shasum": "794234d06fc933b92a9c0ade0b3eead50bb2702e",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "794234d06fc933b92a9c0ade0b3eead50bb2702e",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.7.0.tgz_1488211171399_0.6527547356672585"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.1": {
			"name": "css-declaration-sorter",
			"version": "1.7.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin tests",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^1.0.1"
			},
			"gitHead": "305527fe857e23c983e145c7b378506d855e5456",
			"_id": "css-declaration-sorter@1.7.1",
			"_shasum": "320fe298a3f4652878adf3151805d1639efc9cce",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "320fe298a3f4652878adf3151805d1639efc9cce",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.7.1.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-1.7.1.tgz_1488815513603_0.20402365527115762"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "css-declaration-sorter",
			"version": "2.0.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && git push --tags && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin tests",
				"scrape": "node src/property-scraper",
				"ci": "npm test && npm run lint -- --max-warnings 0"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^5.0.2",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^1.0.1"
			},
			"gitHead": "042a1ce57a6d4b22816a26157df946907d2b77dd",
			"_id": "css-declaration-sorter@2.0.0",
			"_shasum": "b28bd9e9a27bb3ceff3ae9180ca0d138401018e8",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"shasum": "b28bd9e9a27bb3ceff3ae9180ca0d138401018e8",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-declaration-sorter-2.0.0.tgz_1489700110475_0.21279327711090446"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "css-declaration-sorter",
			"version": "2.0.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && git push --tags && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin tests",
				"scrape": "node src/property-scraper",
				"ci": "npm test && npm run lint -- --max-warnings 0"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^6.0.0",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^3.2.0",
				"tape": "^4.2.1",
				"watch": "^1.0.1"
			},
			"gitHead": "504ab3afdbe1ad11e0f635fb339decaae4af0d94",
			"_id": "css-declaration-sorter@2.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-HEptiiKBygJYegyimysB6niHlzoEGO5BmLIik1+ANYjA9gHLMlX0uuhpA0CKZ6GLlqJct6Hee//Uc+uaIBBxAQ==",
				"shasum": "5d5455d773ba9e6a31de81f58a2021f7a0e11093",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter-2.0.1.tgz_1497870182147_0.5150011987425387"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "css-declaration-sorter",
			"version": "2.1.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"license": "MIT",
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"files": [
				"src",
				"bin",
				"orders"
			],
			"main": "src/index.js",
			"bin": {
				"cssdeclsort": "bin/cssdeclsort.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"scripts": {
				"start": "npm run watch",
				"test": "node tests/test.js",
				"preversion": "npm test",
				"postversion": "git push && git push --tags && npm publish",
				"lint": "eslint src/*.js bin/*.js tests/*.js",
				"watch": "watch 'npm run test && npm run lint --silent' src bin tests",
				"scrape": "node src/property-scraper",
				"ci": "npm test && npm run lint -- --max-warnings 0"
			},
			"dependencies": {
				"argh": "^0.1.4",
				"postcss": "^6.0.0",
				"read-file-stdin": "^0.2.0",
				"timsort": "^0.3.0",
				"write-file-stdout": "0.0.2"
			},
			"devDependencies": {
				"eslint": "^4.1.0",
				"tape": "^4.2.1",
				"watch": "^1.0.1"
			},
			"gitHead": "e57dd73c0abe16f4d9e54c411cb4fd432ff6b1ca",
			"_id": "css-declaration-sorter@2.1.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-6FzlGo1LGVFcP+fL+Hfd8o+vbrQuHPd+dZnzixwlh4M/bo5iSVA4SuwCjE4q7CbS2rsH5N87KLr9QhfcGjsbwQ==",
				"shasum": "ac342d22883467cab81271d8427ae2699688855d",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter-2.1.0.tgz_1503652942555_0.27662671473808587"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "css-declaration-sorter",
			"version": "3.0.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"files": [
				"src/index.js",
				"orders"
			],
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"postversion": "git push --follow-tags && npm publish",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^6.0.0",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^4.1.0",
				"tape": "^4.2.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "a1793968fd4b89274b237e4af036f3242c26bd65",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@3.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.8.1",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-xsRh8wR6/xrX8SkKsnjGFQdxGQvKGUsmHJ1QQIjNbIP8INwMUkgxyv0iQiFVZAnCHYbiu0Il4MxjH8QycOYILw==",
				"shasum": "3977fdd92cc7235fc41b4ee375fba976e209e0cf",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter-3.0.0.tgz_1513241197823_0.3945287447422743"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.1": {
			"name": "css-declaration-sorter",
			"version": "3.0.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"files": [
				"src/index.js",
				"orders"
			],
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"postversion": "git push --follow-tags && npm publish",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^6.0.0",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^4.1.0",
				"tape": "^4.2.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "fd71daac3f915871445d87f7083b46eccc72c76c",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@3.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-jH4024SHZ3e0M7ann9VxpFpH3moplRXNz9ZBqvFMZqi09Yo5ARbs2wdPH8GqN9iRTlQynrbGbraNbBxBLei85Q==",
				"shasum": "d0e3056b0fd88dc1ea9dceff435adbe9c702a7f8",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter-3.0.1.tgz_1515703713335_0.3152425680309534"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0": {
			"name": "css-declaration-sorter",
			"version": "4.0.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"files": [
				"src/index.js",
				"orders"
			],
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.1",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^5.0.0",
				"tape": "^4.2.1"
			},
			"engines": {
				"node": "^8.0.0"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "97b2bc53943d17a9bb39d7f7bbd98023d429581a",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@4.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-3rupeXmcsIn5dIInqjHojL7pN38noMBLVS3b6xutoyp0kvcZ2QZafRuyuMM6rQCVZhUGObNX8n2uBbKLe1whbg==",
				"shasum": "27c49184fe4c1d4f80c3ac8f7df881c05a0e12ca",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 29149,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbV5E0CRA9TVsSAnZWagAA+YMP/0SzG7ab8Clq+Wkk6JP9\ns5IlPFznDz9AaOFK1NfoB+ScMFvv8rjcC1HaWIEjXXZPPoipPO96flOfuAIN\nrEp2XrtVl7IYqyVHTajTvzgSGw7NC1KHf7pnjmYUU1jR2cbfHVYZ/LU23R7q\ncbedcvtMg5jSOCExcTGb15mmA4b+XmUxpeHfINgeUJn41dBdeQxH4lIRe63+\nC7ASvY361FwfmyGGHdBG3UuKWGtddu6qbWG2Yi2eiZjZcB/dj0lNValI+4m8\nydPY80uyi7IrVGo7UcwfVl+BrPIwHK3KFQrovoz4NIap7loLnvAz7TsfN9na\nXeIHU94aG632/lUe0HwjNUyTR3C6qhnZtEWd2jxlQigdgUH+1RjHbSohCZkE\nGLqdNXfu35hH4W4JOyZpX5vIshX5pYzSlJ2IAD+gIQgWEImzo7tbW1bMfZ+Z\nc4o8VZXrQMhuz2Nd/ymhKmr5++b8GXXQsUY+6RkWly49ZUJPaoi056bouEpD\nbGUB3HqWxFOPbPYbgY7VIaRBDUymZX6ltmlhAIK5/BWl8DPx/hkO3JW3Y9lI\nuDdRJ7QeRv9dWVSqw/CtII15uPtKDeJxY7AzfaJVW0ySeNFJ1z1T7aKMXlQ4\nRzdzYVsq0nhkBgK/P+9WZWXs0fAkUTFpArlsIYBRqOei6ZYdNc4mVqLaQrj6\n6UYr\r\n=nH4q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_4.0.0_1532465460805_0.45900144474877846"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "css-declaration-sorter",
			"version": "4.0.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"files": [
				"src/index.js",
				"orders"
			],
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.1",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^5.0.0",
				"tape": "^4.2.1"
			},
			"engines": {
				"node": ">4"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "f70b886c94b6219415b9a172daa6a8b771cf66ba",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@4.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.7.0",
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"dist": {
				"integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
				"shasum": "c198940f63a76d7e36c1e71018b001721054cb22",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 29309,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbX4lCCRA9TVsSAnZWagAAlwwP/i7U4f3YPK306npFHx/O\nfAuk0Eu9pBKLVm6L15kMe+v8XsrV7KFtTjZgg0bcONVzAiO152+y4cQ5gmE2\nbsSHSvWB1xBlE/beIT095yehAcoV1BLHMy4e0wgj2YqrWG+5jbpNduxLuxT0\nOwIhZIMTeUUhHIoxY3GkLOaKQmiqIuC3vBZip5uAQ+yhJ7p1xjXJZOO5tw4U\nPZ7EyEGS2Tnu+8Uq0Ktf4Ds2/WzOIi8MjGasVYJaEoElfvOtBiJJtdLca+9f\nG/GuPzDx9exb4VgqRGP7buQbs1cM6ZbeqsWhwjrBk0Nhr20Os2dVwbZIb/Xt\naieLLyCEHYc3cnqDFA0yMv4W4nPaTIS9+RYQWpjS4XrkyKpHgeHlqa5V8zDy\nWgrt4eFXNRLnu6GSTPILVePdk1t86UY9cCLMmLIW4UvvShwczJQaowiMyyPA\nUqsA7VfgQUlAzzTOgcudZlR6vWrgOezmmtRZfM/bRraZDLB9hJ+cKgGjh5oW\nYrhDYob05mp4oMfgXLKrx45JRGtrEYIzLD33HfBJXaEuufJEkevt9Ei6c9HE\nBRw6cxF96flP/WSKENyITgfa8COBfNzCf701eRF+UKv8VLVY4KSfcl8yiNUF\nQIDdMSYJVIIBFo3I+usnvkpZdPK+5aNWr1SXELy/OUNgwLSYoAvBa48kRO3I\nZR6o\r\n=Lyyk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_4.0.1_1532987714839_0.96823287187"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "css-declaration-sorter",
			"version": "5.0.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.25",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^6.7.2",
				"tape": "^4.11.0"
			},
			"engines": {
				"node": ">= 10"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "6820cbb96f024647392257b633ddebf7afdfbc0f",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@5.0.0",
			"_nodeVersion": "10.17.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-fV2UbCPWaT9IAD9s9a2+H2SHU9IYImR9le/BIgOkxKLp4F0pN+fkorqT2EO+8Kti8kbEkLLceKkmQI+DE5h/DQ==",
				"shasum": "1be7a3a952496e62ca37d78337fbc71e9c1b555c",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.0.0.tgz",
				"fileCount": 9,
				"unpackedSize": 35285,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd99zdCRA9TVsSAnZWagAAqDkP/1TkDewaMs6eaFz1KGhq\n8lm+QC6Kf8KYKU8A3Pn+uiwskXKcuxdWHyxjMDNGGtTFrALU7AblHtHge5v5\n1xQ+CuK2w5dXNZ9NAy0/s0Q4Y7PMJLlRHsOf7S++DMp6W34LzDN9j2xMa1a9\njLwt3V+iPGNYAj9ty6x3bhKGCoJeXi7xmCBrlByeMb1R4G6Cd4jcEa64ue3L\nW096ompwTtmHfLwdGKV6O8WyUNEo8OTfEnXJ6WsI89vYxygfgSqhUVv6VBSg\n2gk09IGpxQEO1eb0m/xA21EMMllUC10pNF+kspQYdl8XD1IRO64bjTUxTLds\n/3fai2X2TXu7OvDyFI/+GIRLyVEXjOKhPybekKhVFFAslUSokAdX8j3Q1P2U\naNkxenrmAZPeZb+uuCIOdwJbZRefjkhP2AtvGY4A1GFTbNE1VBPdZYtKaqb6\ng/T58azSysUsKmD2PpoIfe+8FrBVjTg87mgjOFd8WN6N7WlBveMCFHG4ZjON\nafL9LL08rbnESOJQanEhFcy0ILu1zafIiETnaik6mb3saRev6Zt6n15jjE0k\n4ZXizUIUeNMlFt+XMzFkYdvV8wfbu1uvxyhz/SiYKZzn7jskHlrywEiUoQQC\nv0IPqmgPxx71nyVM0ssR3N9rEaug3W1VfodVWsRcef3RmmGa/XAFOB8AHNp+\n57EZ\r\n=6wGj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_5.0.0_1576525020536_0.5381266978918926"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.0": {
			"name": "css-declaration-sorter",
			"version": "5.1.0",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.26",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^6.8.0",
				"tape": "^4.13.0"
			},
			"engines": {
				"node": ">= 10"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "cc4bf38e5f3cc56dd5bc1c288287038ca6b93bb9",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@5.1.0",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-bWBqIZoYPsyhWA/vidwfhNQdh9G9QAr69zOahLh0DnPbFQlxm6ut0of588eh5ZmtPd0LmPD9lmtYeqvQe7rZ3w==",
				"shasum": "b950910eec46948bd31f6ba62eb91515011f6ca4",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.0.tgz",
				"fileCount": 9,
				"unpackedSize": 35510,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO9XICRA9TVsSAnZWagAAZuAP+wTI2msGsZkgfaopwlix\nNp7OMSAFz2jraZuR3azyJf4/nYOsBFCS1CgbhFHv9tJtono2EaXv+s/1aoNM\n6T7niwuWUxx93ciNFEt1pkl0g9atjoZLpx0D80FnzlJAiinYJXXUC7j+243o\n2V7a6b97FgbGZTfaROsN4w0Z2SxRU2mMtX9+p3j3WXSlGhqlWL2ngI1PGEoL\nfWpiPQdLlUR/b9td4uJgMMx5wMYNhHzdsXTNNysNu4PilvzFLaCJW0IxkiFE\nOlZrWr0JEjqbeKIMMeJY/Hb0lc50e3ZNh6GkoI2iCreJoCREm1fgHIrzt8qg\n54wgeU9HX+OIR72zSa8I+9WkGXz1cSYlQVuxgCPoJSb7wn5hyl2HxGeczD6p\nW9KtyKN/7WaYEmDE4hbH6UHtFYFu/Z+gXd/TUzy1yHzF/7SALrDM1JndkL9f\nYY1HCOZFjAqXPUogQaHJRjCO15oHfHWlpV0sZAYQ1DuJ36AdSiAPkc8ecfAs\ntDyBlMOFZcV8zCVYazektX31AxwUtDnQBlFLExPSFjw8wlb9hZzgT9buBtqF\ngF0sjzG7zmTdhiTO+Vg/AkBjq7pbOcBKQ1R38IZE1NAYzeFjmbAzo3I92ADL\nh00EhfTJV2ALu0dJ7GBDwHQGrNT1pAhU8joxlpGeJQAPvKygopO5awlQGLsl\ng6ZJ\r\n=uje4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_5.1.0_1580979655878_0.444635637214043"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.1": {
			"name": "css-declaration-sorter",
			"version": "5.1.1",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.26",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^6.8.0",
				"tape": "^4.13.0"
			},
			"engines": {
				"node": ">= 10"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "3b0f8bf100f5e29cb669d42a24dd9a69818161cd",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@5.1.1",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-lVfgNjx1IOpzsXEOp/UvziGPCuxCTlV0Wko8fxqw2VypAEQAyC3G9wX1zDuavUjcXXM7xn0kV++miJ16CItfXQ==",
				"shasum": "b3003e41ec693d90ff64df1fd66f85d642c5ef8d",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.1.tgz",
				"fileCount": 9,
				"unpackedSize": 35860,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePsELCRA9TVsSAnZWagAAjL8QAIjmZ/AK2tdi2W3IQ62I\n8IiNL/iC06otR0mi+jUHkoS2HSP2mkknqzi+0um5phU0CA7pleGFUeG4fvpN\nnXgV06oRlQNU1aa50oF/Bixhp2P3liQ3uzD/Az+GTIJH3zyo6yvnPXjCFok5\nDiLfi623giaH78unPXFe2/i+O9D+xS5lYCPnsPwq33bJfHz1WchzRX6RzGHx\nUUhHpJsuKhKBIt9pCw/fbIAheOptSGRnfOtUfh/TwrIhASLQA0GW0tr1CK8F\nGm0+CbsAlNVSDIvm+qa5EcJVG4un55jijzioY6ab6DW6noqkf78P3uYofksi\ncBo37hL9dlT6tIXdJBF69gcim/O5gc8vWujQ3UsvygRwQEEAPptY0tUpji5I\nIi3t443LEwmf3i1FKhcL2rkmJLkNxLMcZd+6INd31nQ0g7B5orzCEHXqAKbS\nV4zSc0MOsqadsyYM1ysUbpEGKu14iVZ+3DnQWDLN/rwrfC58gnbSG2BDQqoh\nczm1nUF958FFKERHwIFiUwd10G1Pn0JQ9MSV0U1RJF40UUzZeKQGsgG1lfnX\n199SOF7byBDlsiLDf7K+VME6tiSDpxHQO2hHx1cGWm4gracKj3hwIR7j4Hn7\nt8A/pT11ZrvERKi66rUHyh1NA3KtVgFGWwAnkVRP0CWF49NwRJ5E0uLW4w+Z\nBvnV\r\n=rPrl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_5.1.1_1581170954636_0.3667048810581377"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.1.2": {
			"name": "css-declaration-sorter",
			"version": "5.1.2",
			"description": "Sorts CSS declarations fast and automatically in a certain order.",
			"main": "src/index.js",
			"scripts": {
				"test": "node tests/test.js",
				"test:benchmark": "node tests/benchmark/benchmark.js",
				"test:ci": "npm test && npm run lint -- --max-warnings 0",
				"lint": "eslint src/*.js tests/*.js",
				"preversion": "npm test",
				"scrape": "node src/property-scraper"
			},
			"dependencies": {
				"postcss": "^7.0.26",
				"timsort": "^0.3.0"
			},
			"devDependencies": {
				"benchmark": "^2.1.4",
				"eslint": "^6.8.0",
				"tape": "^4.13.0"
			},
			"engines": {
				"node": ">= 10"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
			},
			"author": {
				"name": "Selwyn",
				"email": "talk@selwyn.cc",
				"url": "https://selwyn.cc/"
			},
			"license": "MIT",
			"keywords": [
				"postcss",
				"postcss-plugin",
				"css",
				"declaration",
				"sorter",
				"property",
				"order"
			],
			"gitHead": "67b0cbe10fdb37a63505529df4205e1032c9e45d",
			"bugs": {
				"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
			},
			"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
			"_id": "css-declaration-sorter@5.1.2",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-XXyZJ7wJ9VXG6DIuMg2XS9ZRsuJRHqVgnaD7PuTN1icSC9uxKBDrWtGktZkat8uPNl4effVtO5vYTiBJtg1ijg==",
				"shasum": "1361e99aa9beac280ae77b593ad1bdb5d9bdd0a5",
				"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.2.tgz",
				"fileCount": 9,
				"unpackedSize": 36001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTcR0CRA9TVsSAnZWagAAmk4P/3CDHzujumfto+nkoPKA\nxPj914xFrpDkvIftEvE0sphxuoorNqBraGEeYPk/tZ6YGAMrnt20Ag4TICXK\nJ6m0SqzSk2g2zYYbXNvvBiz49LKBNbHDE5IddxINvQP61o7/DpbV1vs0ZigC\nc5o1FNV1bFRYyx9YylBhROD4QL4QgDVsIQPh7lekIBbADjAxRyGMGEc26s9P\n6Ioz0Kyd4116ouIux+6bGW9a28rOdM0so8hrA5JYhvd3xXh3E3wKN5uwy5wJ\nA6giUBuWXoKOF1Ei2XILF6tAbP3TzhvCVVcVZO+YF/QprlRnPZ9qmcTJfLgu\nM6MSKP0fG8j/LuxZRyPibTSQdWHjdXpyzOxiRJeQVN5gh/ElnIg8+EevEGbi\nuVV9Gfe402vvmOo7TtkEZoCWX0Caa9yN2E4N/IlKMksLDhlbDI5KYKsjkzZ1\nUJad3mGFt19xvo05hEarBJodPg6ydZV4riBP7ubp2/R+DJuj2AJO0gRZT9My\nqFts0Ul6EeT3uMV9dP/HKDNyWXSC92gDct7Z22qXlQW63ObisUf1kt4PkzNF\npFtLoekcFaX4GYGfbfPSkGVGD76l/9rYliyCxoDhkKMD2+6UrJa5cfbeMi+C\ntwWf/e5scPYqjjr8eLg3JOzFRNh89QbO05VGy9lmfRFKiif4JX9736fAgffD\nIAny\r\n=o0e6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "siilwyn",
					"email": "talk@selwyn.cc"
				}
			],
			"_npmUser": {
				"name": "siilwyn",
				"email": "talk@selwyn.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-declaration-sorter_5.1.2_1582154868488_0.23933826724159646"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-02-19T23:27:50.964Z",
		"created": "2016-01-08T13:49:02.353Z",
		"1.1.1": "2016-01-08T13:49:02.353Z",
		"1.0.0": "2016-01-08T13:55:56.426Z",
		"1.1.0": "2016-01-18T16:14:55.371Z",
		"1.2.0": "2016-02-09T16:45:10.862Z",
		"1.2.1": "2016-02-22T19:59:04.597Z",
		"1.3.0": "2016-03-28T10:34:12.421Z",
		"0.0.0": "2016-03-28T13:53:08.400Z",
		"1.3.1": "2016-03-28T14:13:18.303Z",
		"1.4.0": "2016-03-28T15:00:46.538Z",
		"1.5.0": "2016-08-05T13:58:29.577Z",
		"1.6.0": "2016-10-04T20:20:30.948Z",
		"1.7.0": "2017-02-27T15:59:33.143Z",
		"1.7.1": "2017-03-06T15:52:02.916Z",
		"2.0.0": "2017-03-16T21:35:11.068Z",
		"2.0.1": "2017-06-19T11:03:03.036Z",
		"2.1.0": "2017-08-25T09:22:23.545Z",
		"3.0.0": "2017-12-14T08:46:38.716Z",
		"3.0.1": "2018-01-11T20:48:34.300Z",
		"4.0.0": "2018-07-24T20:51:00.905Z",
		"4.0.1": "2018-07-30T21:55:14.918Z",
		"5.0.0": "2019-12-16T19:37:01.608Z",
		"5.1.0": "2020-02-06T09:00:56.107Z",
		"5.1.1": "2020-02-08T14:09:14.732Z",
		"5.1.2": "2020-02-19T23:27:48.597Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "5.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b1b4ac23c1506c2cb922cd3fa3f45cd9\"",
			"fetched": 1600679315039
		}
	},
	"_distfiles": {
		"css-declaration-sorter-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.0.0.tgz",
			"sha": "7add825a5953a7676101c4ccb5aedf61ffd5736a",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.1.0.tgz",
			"sha": "c05a3c6efa9aaf7ee28e9602dfd69fad41dfe994",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.2.0.tgz",
			"sha": "775be7a47d2955491a6bd070591966061e66cdbc",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.2.1.tgz",
			"sha": "01af2a508058f4fb792e18f6c4862d01f2f327ea",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.3.0.tgz",
			"sha": "8317c7051363538d4f8ed1d040d52e64784bc258",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.3.1.tgz",
			"sha": "74d345a775cf0d2062c5761f4b6a1bedefd323e4",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.4.0.tgz",
			"sha": "a29ab1c08440b91e00b311b4df8e176b8a953b46",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.5.0.tgz",
			"sha": "11d04d29c0be336eca64790726cf077cea45a6a9",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.6.0.tgz",
			"sha": "39b1440717984194336f2fcedc884d764135c1e3",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.7.0.tgz",
			"sha": "794234d06fc933b92a9c0ade0b3eead50bb2702e",
			"registry": "npmjs"
		},
		"css-declaration-sorter-1.7.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-1.7.1.tgz",
			"sha": "320fe298a3f4652878adf3151805d1639efc9cce",
			"registry": "npmjs"
		},
		"css-declaration-sorter-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.0.0.tgz",
			"sha": "b28bd9e9a27bb3ceff3ae9180ca0d138401018e8",
			"registry": "npmjs"
		},
		"css-declaration-sorter-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.0.1.tgz",
			"sha": "5d5455d773ba9e6a31de81f58a2021f7a0e11093",
			"registry": "npmjs"
		},
		"css-declaration-sorter-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-2.1.0.tgz",
			"sha": "ac342d22883467cab81271d8427ae2699688855d",
			"registry": "npmjs"
		},
		"css-declaration-sorter-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.0.tgz",
			"sha": "3977fdd92cc7235fc41b4ee375fba976e209e0cf",
			"registry": "npmjs"
		},
		"css-declaration-sorter-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-3.0.1.tgz",
			"sha": "d0e3056b0fd88dc1ea9dceff435adbe9c702a7f8",
			"registry": "npmjs"
		},
		"css-declaration-sorter-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.0.tgz",
			"sha": "27c49184fe4c1d4f80c3ac8f7df881c05a0e12ca",
			"registry": "npmjs"
		},
		"css-declaration-sorter-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
			"sha": "c198940f63a76d7e36c1e71018b001721054cb22",
			"registry": "npmjs"
		},
		"css-declaration-sorter-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.0.0.tgz",
			"sha": "1be7a3a952496e62ca37d78337fbc71e9c1b555c",
			"registry": "npmjs"
		},
		"css-declaration-sorter-5.1.0.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.0.tgz",
			"sha": "b950910eec46948bd31f6ba62eb91515011f6ca4",
			"registry": "npmjs"
		},
		"css-declaration-sorter-5.1.1.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.1.tgz",
			"sha": "b3003e41ec693d90ff64df1fd66f85d642c5ef8d",
			"registry": "npmjs"
		},
		"css-declaration-sorter-5.1.2.tgz": {
			"url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-5.1.2.tgz",
			"sha": "1361e99aa9beac280ae77b593ad1bdb5d9bdd0a5",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "1-c9550e839e572352",
	"_id": "css-declaration-sorter",
	"readme": "<img alt='CSS declaration sorter logo' src='https://raw.githubusercontent.com/Siilwyn/css-declaration-sorter/master/logo.svg?sanitize=true' height='260' align='right'>\n\n# CSS Declaration Sorter\n[![Travis Build Status][travis-icon]][travis]\n[![LGTM Grade][lgtm-icon]][lgtm]\n[![npm][npm-icon]][npm]\n\n\nA Node.js module and [PostCSS] plugin to sort CSS, SCSS or Less declarations based on their property names. Ensuring styling is organized, more consistent and in order... The goal of this package is to sort the source code of a project in the build process or to decrease the distributed CSS gzipped size. Check out [the Atom package](https://github.com/Siilwyn/css-declaration-sorter-atom) for individual usage.\n\n## Niceness\n- Up-to-date CSS properties fetched from the [MDN Web Platform](https://developer.mozilla.org/).\n- Choose your wanted order or provide your own.\n- Nested rules sorting support.\n- SCSS and Less support when combined with either [postcss-scss](https://github.com/postcss/postcss-scss) or [postcss-less](https://github.com/webschik/postcss-less).\n- Thought-out sorting orders out of the box, **approved by their authors**.\n\n## Alphabetical example\nInput:\n```css\nbody {\n    display: block;\n    animation: none;\n    color: #C55;\n    border: 0;\n}\n```\n\nOutput:\n```css\nbody {\n    animation: none;\n    border: 0;\n    color: #C55;\n    display: block;\n}\n```\n\n## Built-in sorting orders\n- Alphabetical  \n`alphabetical`  \n*Default, order in a simple alphabetical manner from a - z.*\n\n- [SMACSS](https://smacss.com/book/formatting#grouping)  \n`smacss`  \n*Order from most important, flow affecting properties, to least important properties.*\n  1. Box\n  2. Border\n  3. Background\n  4. Text\n  5. Other\n\n- [Concentric CSS](https://github.com/brandon-rhodes/Concentric-CSS)  \n`concentric-css`  \n*Order properties applying outside the box model, moving inward to intrinsic changes.*\n  1. Positioning\n  2. Visibility\n  3. Box model\n  4. Dimensions\n  5. Text\n\n## Usage\n`npm install css-declaration-sorter --save-dev`\n\n### CLI\nThis module does not include its own CLI but works with the official [PostCSS CLI](https://github.com/postcss/postcss-cli). To use the examples below, the `postcss-cli` package is a required dependency.\n\nPiping out result from file:  \n`postcss input.css --use css-declaration-sorter | cat`\n\nSorting multiple files by overwriting:  \n`postcss *.css --use css-declaration-sorter --replace --no-map`\n\n### Vanilla JS\n```js\nconst postcss = require('postcss');\nconst cssDeclarationSorter = require('css-declaration-sorter');\n\npostcss([cssDeclarationSorter({order: 'smacss'})])\n  .process('a { color: hyperblue; display: block; }')\n  .then(result =>\n    result.css === 'a { display: block; color: hyperblue; }'\n  );\n```\n\n### Gulp\n```js\nconst gulp = require('gulp');\nconst gulpPostcss = require('gulp-postcss');\nconst cssDeclarationSorter = require('css-declaration-sorter');\n\ngulp.task('css', function () {\n  return gulp.src('some.css')\n    .pipe(gulpPostcss([cssDeclarationSorter({order: 'smacss'})]))\n    .pipe(gulp.dest('./'));\n});\n```\nSee [PostCSS] documentation for more examples and other environments.\n\n## API\n### cssDeclarationSorter({ order, keepOverrides })\n\n#### order\nType: `string` or `function`  \nDefault: `alphabetical`  \nOptions: `alphabetical`, `smacss`, `concentric-css`\n\nProvide the name of one of the built-in sort orders or a comparison function that is passed to ([`Array.sort`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)). This function receives two declaration names and is expected to return `-1`, `0` or `1` depending on the wanted order.\n\n#### keepOverrides\nType: `Boolean`\nDefault: `false`  \n\nTo prevent breaking legacy CSS where shorthand declarations override longhand declarations (also taking into account vendor prefixes) this option can enabled. For example `animation-name: some; animation: greeting;` will be kept in this order when `keepOverrides` is `true`.\n\n[PostCSS]: https://github.com/postcss/postcss\n\n[travis]: https://travis-ci.org/Siilwyn/css-declaration-sorter\n[travis-icon]: https://img.shields.io/travis/Siilwyn/css-declaration-sorter/master.svg?style=flat-square\n[lgtm]: https://lgtm.com/projects/g/Siilwyn/css-declaration-sorter/\n[lgtm-icon]: https://img.shields.io/lgtm/grade/javascript/g/Siilwyn/css-declaration-sorter.svg?style=flat-square\n[npm]: https://www.npmjs.com/package/css-declaration-sorter\n[npm-icon]: https://img.shields.io/npm/v/css-declaration-sorter.svg?style=flat-square"
}