{
	"name": "postcss-modules-extract-imports",
	"versions": {
		"0.0.1": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.1",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "index.js",
			"scripts": {
				"watch": "chokidar index.src.js -c 'npm run build'",
				"build": "babel -o index.js index.src.js",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar index.src.js test.js -c 'npm test'"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/geelen/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"mocha": "^2.2.5"
			},
			"gitHead": "d24e671e428abf547ce2492cd98f1ef6087c9e49",
			"_id": "postcss-modules-extract-imports@0.0.1",
			"_shasum": "5f70f576ea0478833b17d9891735d6ddfbd80b15",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "5f70f576ea0478833b17d9891735d6ddfbd80b15",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.2",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"pretest": "npm run lint && npm run build",
				"test": "mocha",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "95243caca6e2b62d1fa1bb2eb8c65cca6870deb7",
			"_id": "postcss-modules-extract-imports@0.0.2",
			"_shasum": "fb35456954c070033852ff8b68d0dc6a564b9286",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "fb35456954c070033852ff8b68d0dc6a564b9286",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.3",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"pretest": "npm run lint && npm run build",
				"test": "mocha",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "dd2ae0ebeff2e91ea2060609e45886e89af94a1f",
			"_id": "postcss-modules-extract-imports@0.0.3",
			"_shasum": "65018fcc6a2f30a9293d60e4a95bd75155222f29",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "65018fcc6a2f30a9293d60e4a95bd75155222f29",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.4",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"pretest": "npm run lint && npm run build",
				"test": "mocha",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "48d2d7f297f63ccbdb4df8e035a5d42d32e5be41",
			"_id": "postcss-modules-extract-imports@0.0.4",
			"_shasum": "62bbaefe6e78df99425cd6dd171a4a28119e6746",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "62bbaefe6e78df99425cd6dd171a4a28119e6746",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.5": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.5",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"pretest": "npm run lint && npm run build",
				"test": "mocha",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "istanbul cover node_modules/mocha/bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "cd8b992ac707c66f3a37637d1d4e5c97f5f431d0",
			"_id": "postcss-modules-extract-imports@0.0.5",
			"_shasum": "ccccb40b3dd2985999384a1dba60c62c960a6da0",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "ccccb40b3dd2985999384a1dba60c62c960a6da0",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta1": {
			"name": "postcss-modules-extract-imports",
			"version": "1.0.0-beta1",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babel-istanbul": "^0.2.10",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"mocha": "^2.2.5"
			},
			"gitHead": "e39f583751171abfcb8a0502ad7f005283e5b884",
			"_id": "postcss-modules-extract-imports@1.0.0-beta1",
			"_shasum": "c60e428bab9734c4e1ea8da050f73d44ac32739b",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "c60e428bab9734c4e1ea8da050f73d44ac32739b",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0-beta1.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.6": {
			"name": "postcss-modules-extract-imports",
			"version": "0.0.6",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babel-istanbul": "^0.2.10",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"mocha": "^2.2.5"
			},
			"gitHead": "b297a4b804e9e1438a88cf6c94c94c3e605d1bed",
			"_id": "postcss-modules-extract-imports@0.0.6",
			"_shasum": "a8cccb46b063e87669c9bf5785006a374bd3088c",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "a8cccb46b063e87669c9bf5785006a374bd3088c",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta2": {
			"name": "postcss-modules-extract-imports",
			"version": "1.0.0-beta2",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^5.0.4"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^4.1.3",
				"babel-istanbul": "^0.3.20",
				"babelify": "^6.1.2",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "14a199c0e6265652e629f99c9de028dcbcf88b8b",
			"_id": "postcss-modules-extract-imports@1.0.0-beta2",
			"_shasum": "f1d3533eea3fe79dffa97a2371cc916393401dc5",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "f1d3533eea3fe79dffa97a2371cc916393401dc5",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0-beta2.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "postcss-modules-extract-imports",
			"version": "1.0.0",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^5.0.4"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^4.1.3",
				"babel-istanbul": "^0.3.20",
				"babelify": "^6.1.2",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "50821222f1e8922148ee2922744235c20c9ebae7",
			"_id": "postcss-modules-extract-imports@1.0.0",
			"_shasum": "5b07f368e350cda6fd5c8844b79123a7bd3e37be",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "5b07f368e350cda6fd5c8844b79123a7bd3e37be",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "postcss-modules-extract-imports",
			"version": "1.0.1",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^5.0.4"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^4.1.3",
				"babel-istanbul": "^0.4.0",
				"babelify": "^6.1.2",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "33751a9c82d40caf55e1b1061a622f7c8ce98c3f",
			"_id": "postcss-modules-extract-imports@1.0.1",
			"_shasum": "8fb3fef9a6dd0420d3f6d4353cf1ff73f2b2a341",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "8fb3fef9a6dd0420d3f6d4353cf1ff73f2b2a341",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/postcss-modules-extract-imports-1.0.1.tgz_1463042276596_0.4591533588245511"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "postcss-modules-extract-imports",
			"version": "1.1.0",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^6.0.1"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^7.2.2",
				"babel-istanbul": "^0.4.0",
				"babelify": "^7.3.0",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^1.5.0",
				"mocha": "^3.1.2"
			},
			"gitHead": "c2c40a2a4bccaad0545014ae312d48730b922a18",
			"_id": "postcss-modules-extract-imports@1.1.0",
			"_shasum": "b614c9720be6816eaee35fb3a5faa1dba6a05ddb",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "b614c9720be6816eaee35fb3a5faa1dba6a05ddb",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-extract-imports-1.1.0.tgz_1495407403404_0.6651193597353995"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "postcss-modules-extract-imports",
			"version": "1.2.0",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"posttest": "npm run lint && npm run build",
				"test": "mocha --compilers js:babel/register",
				"autotest": "chokidar src test -c 'npm test'",
				"precover": "npm run lint && npm run build",
				"cover": "babel-istanbul cover node_modules/.bin/_mocha",
				"travis": "npm run cover -- --report lcovonly",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^6.0.1"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^7.2.2",
				"babel-istanbul": "^0.4.0",
				"babelify": "^7.3.0",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"eslint": "^1.5.0",
				"mocha": "^3.1.2"
			},
			"gitHead": "7f4028cdd764aaa7a1b458567fe1febe555cdcd7",
			"_id": "postcss-modules-extract-imports@1.2.0",
			"_shasum": "66140ecece38ef06bf0d3e355d69bf59d141ea85",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "sullenor",
				"email": "iamhoneyboy@gmail.com"
			},
			"dist": {
				"shasum": "66140ecece38ef06bf0d3e355d69bf59d141ea85",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz"
			},
			"maintainers": [
				{
					"email": "iamhoneyboy@gmail.com",
					"name": "sullenor"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "mark.john.dalgleish@gmail.com",
					"name": "markdalgleish"
				},
				{
					"email": "hi@glenmaddern.com",
					"name": "geelen"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-extract-imports-1.2.0.tgz_1495435497746_0.4886398036032915"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "postcss-modules-extract-imports",
			"version": "1.2.1",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "lib/index.js",
			"scripts": {
				"build": "babel --out-dir lib src",
				"test": "jest --coverage",
				"precommit": "lint-staged",
				"prepublish": "yarn run test && yarn run build"
			},
			"lint-staged": {
				"*.js": [
					"prettier --single-quote --no-semi --write",
					"git add"
				]
			},
			"babel": {
				"presets": [
					[
						"env",
						{
							"targets": {
								"node": 4
							}
						}
					]
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^6.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-eslint": "^7.2.2",
				"babel-jest": "^20.0.3",
				"babel-preset-env": "^1.5.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"husky": "^0.13.3",
				"jest": "^20.0.3",
				"lint-staged": "^3.4.2",
				"prettier": "^1.3.1"
			},
			"readmeFilename": "README.md",
			"gitHead": "e286adaddec379056e4f567e16a60c75747bf96a",
			"_id": "postcss-modules-extract-imports@1.2.1",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "sullenor",
				"email": "iamhoneyboy@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==",
				"shasum": "dc87e34148ec7eab5f791f7cd5849833375b741a",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz",
				"fileCount": 5,
				"unpackedSize": 10717,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2D8GCRA9TVsSAnZWagAAG7UQAItrpwZwU0fmb7pGxgkO\n7DYMbSnuUWOqBp+O+YVv58gJxsTARBDKX7p5EIXTJ3ztaav2kyHcvHvetPBL\nOoydAJiaiAJamfAlZ0S3rENLPWLeG413bjJY++uD0WEM2FzZW7Ze3y8rGxRi\nUS7ghqoDw/yAhHCzoWpqF2ZsSGyni7244i5GTMhS7ecz7eT3dnv16dCUlDs1\nLOWR1CFiSGro1lLYCZQuaV8Mckiu1mqPof7JnPjS6EoLF5d6AWxpC2/2gKum\nC7uQ45U2bxca1Ipg4xCpZA+TmxR8+WVML7CROwVHQzb3I0dq9PfyegVgEdqS\nv7CUman//MItpD6sBTka/JcC7/j2tiCNtnbSM/K8jWP9jAIqviQuP4n8FtnG\nMN2JKO+FhFEC8txE9fUul5oPW6N5a7wuwt32rbOqQ3yya4w/HqxtHOu+pVVT\nCVZskPftRs3frM4F5rNIQO0x4LuVekuPnHfwivkrHDlgmXIkDA4SG08R37uW\n0ceCkY95s6sVpOgshcIVPqFEoB3oa1R/S89E0/gMcfT9nZUTEtshy89k4NU3\ng6XjPF7gVFp1LqJZWTHf8DKZ53JV5y7+FdpqVunx5Y1O/bkkkbDx0J/ATPqx\nzby6aElR3mpQ2ORBKVWSkPsqYsYNRfNJiTf5uD5qlLi59GBuPngj7TIrtS5g\nHDIa\r\n=N3wY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "hi@glenmaddern.com",
					"name": "geelen"
				},
				{
					"email": "mark.john.dalgleish@gmail.com",
					"name": "markdalgleish"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "iamhoneyboy@gmail.com",
					"name": "sullenor"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-extract-imports_1.2.1_1540898565605_0.0415591043970851"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-modules-extract-imports",
			"version": "2.0.0",
			"description": "A CSS Modules transform to extract local aliases for inline imports",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"test": "jest --coverage",
				"precommit": "lint-staged",
				"prepublish": "yarn run test"
			},
			"lint-staged": {
				"*.js": [
					"prettier --single-quote --no-semi --write",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
			"dependencies": {
				"postcss": "^7.0.5"
			},
			"devDependencies": {
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"husky": "^0.13.3",
				"jest": "^20.0.3",
				"lint-staged": "^3.4.2",
				"prettier": "^1.3.1"
			},
			"readmeFilename": "README.md",
			"gitHead": "797d678bcc6cc7e07dbbc8323b3e9eec8e68b805",
			"_id": "postcss-modules-extract-imports@2.0.0",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "sullenor",
				"email": "iamhoneyboy@gmail.com"
			},
			"dist": {
				"integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
				"shasum": "818719a1ae1da325f9832446b01136eeb493cd7e",
				"tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 9687,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ExfCRA9TVsSAnZWagAAMnoQAIVuJ2QOrvujQKUaU4oi\nj2rjU4YFG6QFA0CL/njRkCD10Jll3QUZ9yunamjpOec8GCaoWvRykg4jsSz/\nRtLtvnVlT1E56ZZ3fGqyaSoQ1YdGfEfKMOt5DyJILBYWvYfILtxNp+G1YAkt\nCYyPVg/D/6ibVzP8wHR7KRUMjQhIBmtsWppZtcWgfHCoIM4loa2LSHdTSN5S\nVl6BuWye5icdbIdWXhlH67MMpLqSuuCu045GTUvJb0M7BGLkXXuRNyq897SH\n6PUe/ITDKUZwkrN7FAbMA53059GJ07QVDNCLMshYWsDR9Ek0LjlW0cMm+B/q\naqJQ4YdmuNvWF8AgOstuBe5JKWkd+fGT+mA+i9tOIkCGNKOakmtINj0doYjp\nCI4JvLGM9hQy6cZpTgdhrscj7SVsXPP/l+pYnTsDiZvgfYbERy3o3ysIYezI\nw5YDe8syO7hjMCh6pvzZSrhQFvK1qK5YhkxLmVHLCHeFU8ocLjLJpufSx3yP\nN2+goPCyfKfyoy32S5GjxQGLxHY+qLUs5v3eQt/Rcu7gepALpCnoxlUXplIj\n5FFbae2kanW5BDDJq9haCcdCmiC4s9YNdedH4MloqNAaAeqCUI6OktAEgd/n\nc8lJ/I6Pw70Wh1fj9zkvmekTQAE3oQInt6f4QBlfzCxDeEj6fWN+W+3dS4DE\nlwjQ\r\n=YWGE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "sheo13666q@gmail.com",
					"name": "evilebottnawi"
				},
				{
					"email": "hi@glenmaddern.com",
					"name": "geelen"
				},
				{
					"email": "mark.john.dalgleish@gmail.com",
					"name": "markdalgleish"
				},
				{
					"email": "tobias.koppers@googlemail.com",
					"name": "sokra"
				},
				{
					"email": "iamhoneyboy@gmail.com",
					"name": "sullenor"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-extract-imports_2.0.0_1540901983084_0.5060482205150338"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-01-05T04:44:13.469Z",
		"created": "2015-05-27T03:39:14.968Z",
		"0.0.1": "2015-05-27T03:39:14.968Z",
		"0.0.2": "2015-05-31T02:44:12.409Z",
		"0.0.3": "2015-06-07T03:33:48.505Z",
		"0.0.4": "2015-06-11T22:18:50.425Z",
		"0.0.5": "2015-06-18T05:27:59.931Z",
		"1.0.0-beta1": "2015-08-15T03:13:09.083Z",
		"0.0.6": "2015-09-13T14:44:15.442Z",
		"1.0.0-beta2": "2015-09-19T15:01:35.014Z",
		"1.0.0": "2015-10-21T09:51:58.901Z",
		"1.0.1": "2016-05-12T08:37:58.203Z",
		"1.1.0": "2017-05-21T22:56:43.472Z",
		"1.2.0": "2017-05-22T06:44:58.658Z",
		"1.2.1": "2018-10-30T11:22:45.752Z",
		"2.0.0": "2018-10-30T12:19:43.243Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.0",
		"beta": "1.0.0-beta1",
		"next": "2.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6b443bb394193830b23d1e39a2f31653\"",
			"fetched": 1593324417304
		}
	},
	"_distfiles": {
		"postcss-modules-extract-imports-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.1.tgz",
			"sha": "5f70f576ea0478833b17d9891735d6ddfbd80b15",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.2.tgz",
			"sha": "fb35456954c070033852ff8b68d0dc6a564b9286",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.3.tgz",
			"sha": "65018fcc6a2f30a9293d60e4a95bd75155222f29",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.4.tgz",
			"sha": "62bbaefe6e78df99425cd6dd171a4a28119e6746",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-0.0.5.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.5.tgz",
			"sha": "ccccb40b3dd2985999384a1dba60c62c960a6da0",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.0.0-beta1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0-beta1.tgz",
			"sha": "c60e428bab9734c4e1ea8da050f73d44ac32739b",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-0.0.6.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.6.tgz",
			"sha": "a8cccb46b063e87669c9bf5785006a374bd3088c",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.0.0-beta2.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0-beta2.tgz",
			"sha": "f1d3533eea3fe79dffa97a2371cc916393401dc5",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.0.tgz",
			"sha": "5b07f368e350cda6fd5c8844b79123a7bd3e37be",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz",
			"sha": "8fb3fef9a6dd0420d3f6d4353cf1ff73f2b2a341",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz",
			"sha": "b614c9720be6816eaee35fb3a5faa1dba6a05ddb",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz",
			"sha": "66140ecece38ef06bf0d3e355d69bf59d141ea85",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz",
			"sha": "dc87e34148ec7eab5f791f7cd5849833375b741a",
			"registry": "npmjs"
		},
		"postcss-modules-extract-imports-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
			"sha": "818719a1ae1da325f9832446b01136eeb493cd7e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-modules-extract-imports-2.0.0.tgz": {
			"shasum": "818719a1ae1da325f9832446b01136eeb493cd7e"
		}
	},
	"_rev": "2-86b3547e139ea89f",
	"_id": "postcss-modules-extract-imports",
	"readme": "# CSS Modules: Extract Imports\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-extract-imports)\n\nTransforms:\n\n```css\n:local(.continueButton) {\n  composes: button from \"library/button.css\";\n  color: green;\n}\n```\n\ninto:\n\n```css\n:import(\"library/button.css\") {\n  button: __tmp_487387465fczSDGHSABb;\n}\n:local(.continueButton) {\n  composes: __tmp_487387465fczSDGHSABb;\n  color: green;\n}\n```\n\n## Specification\n\n- Only a certain whitelist of properties are inspected. Currently, that whitelist is `['composes']` alone.\n- An extend-import has the following format:\n```\ncomposes: className [... className] from \"path/to/file.css\";\n```\n\n## Options\n\n- `failOnWrongOrder` `bool` generates exception for unpredictable imports order.\n\n```css\n.aa {\n  composes: b from './b.css';\n  composes: c from './c.css';\n}\n\n.bb {\n  /* \"b.css\" should be before \"c.css\" in this case */\n  composes: c from './c.css';\n  composes: b from './b.css';\n}\n```\n\n## Building\n\n```\nnpm install\nnpm test\n```\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-extract-imports)\n\n* Lines: [![Coverage Status](https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master)](https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master)\n* Statements: [![codecov.io](http://codecov.io/github/css-modules/postcss-modules-extract-imports/coverage.svg?branch=master)](http://codecov.io/github/css-modules/postcss-modules-extract-imports?branch=master)\n\n## Development\n\n- `npm watch` will watch `src` for changes and rebuild\n- `npm autotest` will watch `src` and `test` for changes and retest\n\n## License\n\nISC\n\n## With thanks\n\n- Mark Dalgleish\n- Tobias Koppers\n- Guy Bedford\n\n---\nGlen Maddern, 2015."
}