{
	"name": "postcss-modules-scope",
	"versions": {
		"0.0.1": {
			"name": "postcss-modules-scope",
			"version": "0.0.1",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"coveralls": "^2.11.2",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "c778a79d07f041111042641db4dcd2719a348f5e",
			"_id": "postcss-modules-scope@0.0.1",
			"_shasum": "35e75f2ef13b9cd0217433b4207ce37e46e238bf",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "35e75f2ef13b9cd0217433b4207ce37e46e238bf",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "postcss-modules-scope",
			"version": "0.0.2",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"postcss": "^4.1.11"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^3.1.9",
				"babelify": "^6.1.2",
				"chokidar-cli": "^0.2.1",
				"coveralls": "^2.11.2",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "b8f6c4ca234bcd0663402823fa896593b5749e41",
			"_id": "postcss-modules-scope@0.0.2",
			"_shasum": "a621163f42458062616e13ffa5dca0b853cf9baa",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "a621163f42458062616e13ffa5dca0b853cf9baa",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "postcss-modules-scope",
			"version": "0.0.3",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "54c33aa31a10c54a6c8fcdc0c278d9f58f2cb0c9",
			"_id": "postcss-modules-scope@0.0.3",
			"_shasum": "b0d24235b42f81a48a60e14d5d5321f68733cf7a",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "b0d24235b42f81a48a60e14d5d5321f68733cf7a",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "postcss-modules-scope",
			"version": "0.0.4",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "7d0a312eb5252143e5ccb597d278c85d2049d366",
			"_id": "postcss-modules-scope@0.0.4",
			"_shasum": "4745f5b9bdce7143474b48939affaee474dd1df7",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "4745f5b9bdce7143474b48939affaee474dd1df7",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.5": {
			"name": "postcss-modules-scope",
			"version": "0.0.5",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "f81f975a484d8ede00dcc3143755ff8623feeb66",
			"_id": "postcss-modules-scope@0.0.5",
			"_shasum": "d4a6ac1d8165393684229b272610173cad1a3f6e",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "d4a6ac1d8165393684229b272610173cad1a3f6e",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.6": {
			"name": "postcss-modules-scope",
			"version": "0.0.6",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.3.1",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "359b54af2e7d0b8c7eb72f6ea548f648f04a5e91",
			"_id": "postcss-modules-scope@0.0.6",
			"_shasum": "d9c0356453e23c8441cb6e5e77c6a999dd167ee8",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "d9c0356453e23c8441cb6e5e77c6a999dd167ee8",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.7": {
			"name": "postcss-modules-scope",
			"version": "0.0.7",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "c04857fb4c3754c82d800cf81da7c8ee6ffed2c4",
			"_id": "postcss-modules-scope@0.0.7",
			"_shasum": "4a8b38be3df7809d14becd090e41290d4a98319c",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "4a8b38be3df7809d14becd090e41290d4a98319c",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.7.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.8": {
			"name": "postcss-modules-scope",
			"version": "0.0.8",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"istanbul": "^0.3.14",
				"mocha": "^2.2.5"
			},
			"gitHead": "252cf05f48f456cfdc35c28607391414e33fccca",
			"_id": "postcss-modules-scope@0.0.8",
			"_shasum": "81c935fbf289272388c8ba2e96a11ca21ba09a04",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "81c935fbf289272388c8ba2e96a11ca21ba09a04",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.8.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta1": {
			"name": "postcss-modules-scope",
			"version": "1.0.0-beta1",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^0.21.2",
				"mocha": "^2.2.5"
			},
			"gitHead": "c1918c6786096c26b1bbc09ae3ba807ec96a113d",
			"_id": "postcss-modules-scope@1.0.0-beta1",
			"_shasum": "0cacd637249db521e6542894d7d90500a55622f4",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "0cacd637249db521e6542894d7d90500a55622f4",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0-beta1.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta2": {
			"name": "postcss-modules-scope",
			"version": "1.0.0-beta2",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "e150adc5418d2d2947c7f0bb7b9d17d55f733b0e",
			"_id": "postcss-modules-scope@1.0.0-beta2",
			"_shasum": "76af8b0008ede646bb9db675e27bc4ee3aa044bc",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "76af8b0008ede646bb9db675e27bc4ee3aa044bc",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0-beta2.tgz"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "postcss-modules-scope",
			"version": "1.0.0",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "ebef839f2782fb19409a9ecc3d924530c44523d6",
			"_id": "postcss-modules-scope@1.0.0",
			"_shasum": "d17baef9b34512d06a316492cb3ea7cce9072255",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "d17baef9b34512d06a316492cb3ea7cce9072255",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-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-scope",
			"version": "1.0.1",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.5.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "70d30e2de02fd78c65fb1d07fdda53b075f15875",
			"_id": "postcss-modules-scope@1.0.1",
			"_shasum": "f981200327560877446dcede3419ffacb1f6c682",
			"_from": ".",
			"_npmVersion": "2.13.1",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "f981200327560877446dcede3419ffacb1f6c682",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-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-12-west.internal.npmjs.com",
				"tmp": "tmp/postcss-modules-scope-1.0.1.tgz_1463040771107_0.9607570092193782"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "postcss-modules-scope",
			"version": "1.0.2",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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/geelen/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/geelen/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/geelen/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.6.0",
				"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",
				"css-selector-parser": "^1.0.4",
				"eslint": "^1.5.0",
				"mocha": "^2.2.5"
			},
			"gitHead": "583db89803dc5153acfa5cd64003e163837cc57d",
			"_id": "postcss-modules-scope@1.0.2",
			"_shasum": "ff977395e5e06202d7362290b88b1e8cd049de29",
			"_from": ".",
			"_npmVersion": "3.10.5",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "ff977395e5e06202d7362290b88b1e8cd049de29",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.2.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-scope-1.0.2.tgz_1469010331971_0.23442491912283003"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "postcss-modules-scope",
			"version": "1.1.0",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "lib/index.js",
			"scripts": {
				"lint": "eslint src",
				"build": "babel --out-dir lib src",
				"watch": "chokidar src -c 'npm run build'",
				"test": "mocha --compilers js:babel/register",
				"posttest": "npm run lint && npm run build",
				"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-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"files": [
				"lib"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.7.0",
				"postcss": "^6.0.1"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-eslint": "^6.1.2",
				"babel-istanbul": "^0.4.0",
				"babelify": "^7.1.0",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^2.11.2",
				"css-selector-parser": "^1.0.4",
				"eslint": "^1.5.0",
				"mocha": "^3.0.1"
			},
			"gitHead": "45adcfb557a81ab9f5012bbfd93f5ef1d74a37a3",
			"_id": "postcss-modules-scope@1.1.0",
			"_shasum": "d6ea64994c79f97b62a72b426fbe6056a194bb90",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "geelen",
				"email": "hi@glenmaddern.com"
			},
			"dist": {
				"shasum": "d6ea64994c79f97b62a72b426fbe6056a194bb90",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-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-scope-1.1.0.tgz_1495407357696_0.09866231633350253"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "postcss-modules-scope",
			"version": "2.0.0",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"lint": "eslint src test",
				"pretest": "yarn lint",
				"test": "mocha",
				"autotest": "chokidar src test -c 'yarn test'",
				"precover": "yarn lint",
				"cover": "nyc mocha",
				"travis": "yarn cover",
				"prepublish": "yarn run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.7.0",
				"postcss": "^7.0.6"
			},
			"devDependencies": {
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^3.0.2",
				"css-selector-parser": "^1.0.4",
				"eslint": "^5.9.0",
				"nyc": "^13.1.0",
				"mocha": "^5.2.0"
			},
			"gitHead": "41f5b08090f51d4d0e7c180d95cc2e7e6f6a878f",
			"_id": "postcss-modules-scope@2.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.12.0",
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"dist": {
				"integrity": "sha512-cts3rfuo+4aSrLU86uM6R3ucMo3xDMmdNviKK8pR0L8//c5AWVDSVy7SoOUJmJarr3EkLalU8EDTqzsGi69kTg==",
				"shasum": "dcbda35d47f7e73acb217d389c9c465ff2f0278a",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 10798,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9+6PCRA9TVsSAnZWagAAKFoQAIS6rZ9ju55J0nryYPAE\nlLXaA4ad/ym5PQXPTfluPKLsJsKARXh20wP5BsgaEK0veDcl0aaD1SipN7D7\nz+NsQU/CXOXXBiXh1x2AcERmCA0mCTN9YSyhfe7jy9jekJixAoKv7hkw2tJC\ndEijqi0IX4QOq8OkL9/v3V3cVb0ErmddmDLESxNHCJGOuCKCs4ArCJEY7oi6\n0R2NkNCbROdbxx+MUmbRWl7Sx3dVTdCpJjtNaEUDK58djndawBafHlAKVArn\n02pHTiSntZpGBBHesD3KMk6Q9N/ZZpJ10COydHrcg43aL105WE4ZQXd2GwhP\n9LKTKYFfLx98SpKlGdkJLBJU1BlEu2XclIBd3zDlHXkiIgCoojJbykTTrZGk\n97bugiaeBuObE5JXFnYXdB9ZqLj1+rne4GrZYtMk65aCHApsP4PTsYc3G51g\nw5rG5HsG+7nhMSuDj4CQt0aucHziCvOc37TuchkUYSzzOCd5yNQ5elw40mL6\nli7pLvsQCN62r9BmZMcoMd1xp2xRQzLDC+HQL1Ut1CO9birl1Z8yLC9wKyrr\nC+0xybdJcyq06F4bcZhPVHV8rgSypIzj87k0VIrJu5qyGF9TAVIuhxUWiikK\nZ/KfUbvEHC4PMXHFZOK3S5S5Gh3lzBNzGVz59E1ABHRpXgMcotEj7qI4GMja\n9Jqh\r\n=jyX7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-scope_2.0.0_1542975119412_0.5560313815682769"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "postcss-modules-scope",
			"version": "2.0.1",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"lint": "eslint src test",
				"pretest": "yarn lint",
				"test": "mocha",
				"autotest": "chokidar src test -c 'yarn test'",
				"precover": "yarn lint",
				"cover": "nyc mocha",
				"travis": "yarn cover",
				"prepublish": "yarn run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"dependencies": {
				"css-selector-tokenizer": "^0.7.0",
				"postcss": "^7.0.6"
			},
			"devDependencies": {
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^3.0.2",
				"css-selector-parser": "^1.0.4",
				"eslint": "^5.9.0",
				"nyc": "^13.1.0",
				"mocha": "^5.2.0"
			},
			"gitHead": "cb28ea5dc83176ad6286b182d4c3ef9e6c30dca9",
			"_id": "postcss-modules-scope@2.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.12.0",
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"dist": {
				"integrity": "sha512-7+6k9c3/AuZ5c596LJx9n923A/j3nF3ormewYBF1RrIQvjvjXe1xE8V8A1KFyFwXbvnshT6FBZFX0k/F1igneg==",
				"shasum": "2c0f2394cde4cd09147db054c68917e38f6d43a4",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 10815,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/SPVCRA9TVsSAnZWagAAmpcP/293Gzlw63PoiuXA/JDF\n6ZlIFeno+SlcQpX/yET6XPCfkQEGEIZ1KFEgWrrbqnVZdzStvKmvEAI9BPhU\nHyZZwFHdmtEJPJyDGc5iCVYkwEoanhb+T/za+0i6cqotmfTTDW1xd7q8yUei\nssoe+2jpkuQxqOEAD1vzZiZCPJXMobipcl5DlGn7AY9nyBGg2Qf73RcU/YZM\niw7yi2x2y1eNNB/XOUPxlgSn2wMPp7Dyg4KHCLtKhdStg/4cJ4yJ0kBJe/C8\nkHgoTFUaTZPoILtnk0KBb7npm2g343UOSSu3u2SHXXeWqHtV//MZyp+cOPXz\njFJWgN/l0WHAjHKTQrMiREk8CkaNgEnLJpsH0NbLGWIvgw2uxV9NmyHntwsI\n3ukkaqSTHnomL8s3DpRV0oaUK3FDC7TQAGJ/Kv4VGU8jQTacGBKRyqyv7WpR\nBt9ztqHKIdLo+jX97FTg+4ACNSCIBrKwawjy/Dyt7+Tg22zq2yx2ZY4Ejz0O\nhl6uMkIfknR+jlXENMourKnLJxSc/io5JRs8IGw+W9Gb1rxyw/opPW7lkRk3\nKj2fO/bnTbb0Ctvhaz9UF4xLNO7JMCCy1tYNRA3O0VEsejDpWtY9oRYbJTLw\nHokzC4nMwocy+o80TqHv/boH2Un682C5NyyM1NlQfKp0ZSCPz/xt3JJZFSuA\nMayr\r\n=0W0A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-scope_2.0.1_1543316436047_0.7485513618090831"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "postcss-modules-scope",
			"version": "2.1.0",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"lint": "eslint src test",
				"pretest": "yarn lint",
				"test": "mocha",
				"autotest": "chokidar src test -c 'yarn test'",
				"precover": "yarn lint",
				"cover": "nyc mocha",
				"travis": "yarn cover",
				"prepublish": "yarn run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"prettier": {
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"dependencies": {
				"postcss": "^7.0.6",
				"postcss-selector-parser": "^6.0.0"
			},
			"devDependencies": {
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^3.0.2",
				"eslint": "^5.9.0",
				"mocha": "^6.0.2",
				"nyc": "^13.1.0"
			},
			"gitHead": "4fa692e1f0f8db7a58b1057fa60f33687ef2505a",
			"_id": "postcss-modules-scope@2.1.0",
			"_nodeVersion": "10.15.0",
			"_npmVersion": "6.8.0",
			"dist": {
				"integrity": "sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==",
				"shasum": "ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz",
				"fileCount": 5,
				"unpackedSize": 12738,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcflxKCRA9TVsSAnZWagAAaP0QAI8QBCR1pgwqX/j8W+0e\n7L75fIRCABmyODqP7nIb7LKjFD2qyva5ZcTVrEcC00Twjq8yFsKcGxAJIVhi\n0bGZqp7mu82tM1Hxw/9dXSaTKQZfgy+czQcdaXmZDdAFhBNe+impBWSnPyRs\nRbnOIev4t3mzIY0ZvgIv1em1KzcyxraimkgSAvHxMEvY9t5ryT9DSUwOQsmG\nUYjILJ8TnVTib6C845vAWWNLYIPe1awBqBgpsuN5+YPnFds8le+4eECVADcu\nQEY/PVURGDe2s/qM5snb6BSNszRrpdwGt5TuSGRot03PGgY/RnLWRfy571cJ\nEmmjYdFLSajUojB38LiO/2O1XHJs4Ba9QvtI4CPkXAcrLBa5vmxG7G4dcgnc\nEHMICKuviDYRuziXBVcV3DnghFQBmuM8KWet2S9SljIPknm2TLu4qVX2u459\n2UWC1o2CNKMn5RkjUfqIiSHlb0DPKTnT1QAcWOdhW9MuauXkiVOHYdBQd4FE\nuKnJFxMZH8geJpR1BGGVWN0U87YcXc3LKmoy29ZQvqZMK2lZGV2TiHZBqY9l\noAwPvA82oXOpHAIqBkM7fkhBCxD1N6ZBN7R4hSRSvFdfYI/TzufrA5cbN5IA\nGLUMXMziLBPKV8/k6fnq03hOmP0LnQYnRdfR+yHbdjgGZbE14AgyjYqnGDTT\nS7pO\r\n=3d6j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-scope_2.1.0_1551785033909_0.3636569290994489"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "postcss-modules-scope",
			"version": "2.1.1",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"lint": "eslint src test",
				"pretest": "yarn lint",
				"test": "mocha",
				"autotest": "chokidar src test -c 'yarn test'",
				"precover": "yarn lint",
				"cover": "nyc mocha",
				"travis": "yarn cover",
				"prepublish": "yarn run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"prettier": {
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"dependencies": {
				"postcss": "^7.0.6",
				"postcss-selector-parser": "^6.0.0"
			},
			"devDependencies": {
				"cssesc": "^3.0.0",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^3.0.2",
				"eslint": "^5.9.0",
				"mocha": "^6.0.2",
				"nyc": "^14.1.0"
			},
			"gitHead": "59cc2884516684f715d6b388f2f32588e7e84869",
			"_id": "postcss-modules-scope@2.1.1",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ==",
				"shasum": "33d4fc946602eb5e9355c4165d68a10727689dba",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz",
				"fileCount": 5,
				"unpackedSize": 13164,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd35j7CRA9TVsSAnZWagAAZVEP/1ltIRQbAqhVhX6PAXBa\nOGF5WkOvQirsPnddJk06w7IJsSGJiLwJLBz5jWDZrLQKzC3HIb8oGNrUPMy2\nNQ9aojNLaXe5zH0aJ3eWehBWbL2gxBOH9tTYF/y/6dinuQFjv+c2iWGVB8Lr\ngowzJjsCmm85HA446uCwISXtJZa9n0EcSF9tEMukLFJeYM2cTPX+vJZVDgoi\nj8oZuRi3BqxIhB4r2R5EPF4K+uZfugEbvSQShgw85DWdDLaedA2dN88mixtu\naV4/IVsJTvcH03bU3NvE8eeUhMwHEQ7BEaN/tKaUdb2pHdIfL/5XS0WRVIte\nhAbLSMXXhMME6zMY+NG36wZ0lKACAj3miNXAQyzCt/J7gaoIgPDC1x0U+i0T\nGGZQfsX+qkYLN1hfMLeAoFgJKxJBECsU/AaAJBzmUphe/hWYgVMSdLGMPkxz\nBhI5f37gsUfWen0di0yyeLC18z6ztIGFmPXjT/9Mi29K2ZStiR4oZnAp8iTF\nMZ79AHmbvyO9m7CYIiS9DTXGn9E8bm6QkaCCvuorQg2/NJiaSlKIyicwALC9\niqFx3bCkzjLiBA9VnGgoE5gUbtchp273F4CnMHQdl9N1+5UFr/Iydhwmr5Mv\njj1jR2OKn/Rbm0VqyGThNH/M39G6o73bto7hYHbYTHz4x1hK8Cm9pwZVlnlX\n0HQ8\r\n=uzsP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-scope_2.1.1_1574934779221_0.6117431651727459"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "postcss-modules-scope",
			"version": "2.2.0",
			"description": "A CSS Modules transform to extract export statements from local-scope classes",
			"main": "src/index.js",
			"engines": {
				"node": ">= 6"
			},
			"scripts": {
				"lint": "eslint src test",
				"pretest": "yarn lint",
				"test": "mocha",
				"autotest": "chokidar src test -c 'yarn test'",
				"precover": "yarn lint",
				"cover": "nyc mocha",
				"travis": "yarn cover",
				"prepublish": "yarn run test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
			},
			"keywords": [
				"css-modules",
				"postcss",
				"plugin"
			],
			"author": {
				"name": "Glen Maddern"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/css-modules/postcss-modules-scope/issues"
			},
			"homepage": "https://github.com/css-modules/postcss-modules-scope",
			"prettier": {
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"dependencies": {
				"postcss": "^7.0.6",
				"postcss-selector-parser": "^6.0.0"
			},
			"devDependencies": {
				"cssesc": "^3.0.0",
				"chokidar-cli": "^1.0.1",
				"codecov.io": "^0.1.2",
				"coveralls": "^3.0.2",
				"eslint": "^5.9.0",
				"mocha": "^6.0.2",
				"nyc": "^14.1.0"
			},
			"gitHead": "fd4ffce8f1bba518336ceebb8449d8d6ca3a771d",
			"_id": "postcss-modules-scope@2.2.0",
			"_nodeVersion": "10.15.2",
			"_npmVersion": "6.14.2",
			"dist": {
				"integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
				"shasum": "385cae013cc7743f5a7d7602d1073a89eaae62ee",
				"tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
				"fileCount": 5,
				"unpackedSize": 13467,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec16vCRA9TVsSAnZWagAAqn4P/1sGNJOrnBmiKFdhsbua\ndnDb5K6+My/QYM9ay2MHw5wpgThmRfSqoD7PwiHdFWyyzz4FP++VKZrovPAv\nHajBG65vodVonYrVDMm20ic3j6sb07pxElQoFI5dP3ez9T3C4PwEwBDXGBvA\nD0IDp7V22p2nGIMZpFnMmylzxmVN3E7izeRf+QAOQUVEamEbQSZV7jWwSfbE\nNQZsyZf/1khlFfu5sCzCu6vrePr8YmXDVhLjdKsBjB/AUbs4Son8PnpbUESd\n+byzGg0VkVEftP4vDLyGQb0mEZOEknIU8Jd0ZpYXeM0p3lBkJsV1isN5CJwG\nDbb1sP250I0gQmgv8E0bANOEE04rx3OrV1k6p7RlS8uE3zK0CXLT5sCJa2ow\n+4W03fA+4neNCp8p/PQ1YXKkurtxt/hHmM28SU2ObDS6+hAIhb0DFaZjX47w\nXLkjaH/UWp1ts1K9bV1itxSRqjydRwCspm1ogn1VBMKu2Nhyb7V1XrnhFK6h\nk+Hk1Ej9c+pFe8omn4EUb0cYDwfYhCK56yIM3vZREN3VYdxgRtw35Omc7JBa\nPWway6joE7A6hbJZpjl/8l47HCFpKCHGDT9NZgvQUxw2vKFzIt+bUuyjtw4m\nrkbQz3E6BkQwnQovUfyM8Dj8aFvm37MtKN+uQT2NnBsYCa56U5qs7YYfXcev\nwaVQ\r\n=TcBe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "geelen",
					"email": "hi@glenmaddern.com"
				},
				{
					"name": "markdalgleish",
					"email": "mark.john.dalgleish@gmail.com"
				},
				{
					"name": "sokra",
					"email": "tobias.koppers@googlemail.com"
				}
			],
			"_npmUser": {
				"name": "evilebottnawi",
				"email": "sheo13666q@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/postcss-modules-scope_2.2.0_1584619183003_0.9243238517304544"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-19T11:59:46.097Z",
		"created": "2015-05-28T09:53:33.039Z",
		"0.0.1": "2015-05-28T09:53:33.039Z",
		"0.0.2": "2015-05-28T09:57:10.345Z",
		"0.0.3": "2015-05-28T23:24:16.318Z",
		"0.0.4": "2015-06-04T01:18:35.664Z",
		"0.0.5": "2015-06-07T03:42:14.044Z",
		"0.0.6": "2015-06-08T00:32:25.912Z",
		"0.0.7": "2015-06-18T05:29:27.629Z",
		"0.0.8": "2015-06-29T08:56:56.539Z",
		"1.0.0-beta1": "2015-08-15T03:18:06.314Z",
		"1.0.0-beta2": "2015-09-19T14:51:08.171Z",
		"1.0.0": "2015-10-21T09:55:49.822Z",
		"1.0.1": "2016-05-12T08:12:53.648Z",
		"1.0.2": "2016-07-20T10:25:34.450Z",
		"1.1.0": "2017-05-21T22:55:57.881Z",
		"2.0.0": "2018-11-23T12:11:59.528Z",
		"2.0.1": "2018-11-27T11:00:36.166Z",
		"2.1.0": "2019-03-05T11:23:54.065Z",
		"2.1.1": "2019-11-28T09:52:59.386Z",
		"2.2.0": "2020-03-19T11:59:43.188Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.2.0",
		"beta": "1.0.0-beta1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"139e4585b700f8baae23c9e717202404\"",
			"fetched": 1593324351135
		}
	},
	"_distfiles": {
		"postcss-modules-scope-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.1.tgz",
			"sha": "35e75f2ef13b9cd0217433b4207ce37e46e238bf",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.2.tgz",
			"sha": "a621163f42458062616e13ffa5dca0b853cf9baa",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.3.tgz",
			"sha": "b0d24235b42f81a48a60e14d5d5321f68733cf7a",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.4.tgz",
			"sha": "4745f5b9bdce7143474b48939affaee474dd1df7",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.5.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.5.tgz",
			"sha": "d4a6ac1d8165393684229b272610173cad1a3f6e",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.6.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.6.tgz",
			"sha": "d9c0356453e23c8441cb6e5e77c6a999dd167ee8",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.7.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.7.tgz",
			"sha": "4a8b38be3df7809d14becd090e41290d4a98319c",
			"registry": "npmjs"
		},
		"postcss-modules-scope-0.0.8.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-0.0.8.tgz",
			"sha": "81c935fbf289272388c8ba2e96a11ca21ba09a04",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.0.0-beta1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0-beta1.tgz",
			"sha": "0cacd637249db521e6542894d7d90500a55622f4",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.0.0-beta2.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0-beta2.tgz",
			"sha": "76af8b0008ede646bb9db675e27bc4ee3aa044bc",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0.tgz",
			"sha": "d17baef9b34512d06a316492cb3ea7cce9072255",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.1.tgz",
			"sha": "f981200327560877446dcede3419ffacb1f6c682",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.2.tgz",
			"sha": "ff977395e5e06202d7362290b88b1e8cd049de29",
			"registry": "npmjs"
		},
		"postcss-modules-scope-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
			"sha": "d6ea64994c79f97b62a72b426fbe6056a194bb90",
			"registry": "npmjs"
		},
		"postcss-modules-scope-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.0.0.tgz",
			"sha": "dcbda35d47f7e73acb217d389c9c465ff2f0278a",
			"registry": "npmjs"
		},
		"postcss-modules-scope-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.0.1.tgz",
			"sha": "2c0f2394cde4cd09147db054c68917e38f6d43a4",
			"registry": "npmjs"
		},
		"postcss-modules-scope-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz",
			"sha": "ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb",
			"registry": "npmjs"
		},
		"postcss-modules-scope-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz",
			"sha": "33d4fc946602eb5e9355c4165d68a10727689dba",
			"registry": "npmjs"
		},
		"postcss-modules-scope-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
			"sha": "385cae013cc7743f5a7d7602d1073a89eaae62ee",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"postcss-modules-scope-2.1.0.tgz": {
			"shasum": "ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
		}
	},
	"_rev": "2-5fbfc8a2c9c67efd",
	"_id": "postcss-modules-scope",
	"readme": "# CSS Modules: Scope Locals & Extend\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-scope.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-scope)\n\nTransforms:\n\n```css\n:local(.continueButton) {\n  color: green;\n}\n```\n\ninto:\n\n```css\n:export {\n  continueButton: __buttons_continueButton_djd347adcxz9;\n}\n.__buttons_continueButton_djd347adcxz9 {\n  color: green;\n}\n```\n\nso it doesn't pollute CSS global scope and can be simply used in JS like so:\n\n```js\nimport styles from './buttons.css'\nelem.innerHTML = `<button class=\"${styles.continueButton}\">Continue</button>`\n```\n\n## Composition\n\nSince we're exporting class names, there's no reason to export only one. This can give us some really useful reuse of styles:\n\n```css\n.globalButtonStyle {\n  background: white;\n  border: 1px solid;\n  border-radius: 0.25rem;\n}\n.globalButtonStyle:hover {\n  box-shadow: 0 0 4px -2px;\n}\n:local(.continueButton) {\n  compose-with: globalButtonStyle;\n  color: green;\n}\n```\n\nbecomes:\n\n```\n.globalButtonStyle {\n  background: white;\n  border: 1px solid;\n  border-radius: 0.25rem;\n}\n.globalButtonStyle:hover {\n  box-shadow: 0 0 4px -2px;\n}\n:local(.continueButton) {\n  compose-with: globalButtonStyle;\n  color: green;\n}\n```\n\n**Note:** you can also use `composes` as a shorthand for `compose-with`\n\n## Local-by-default & reuse across files\n\nYou're looking for [CSS Modules](https://github.com/css-modules/css-modules). It uses this plugin as well as a few others, and it's amazing.\n\n## Building\n\n```\nnpm install\nnpm test\n```\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-scope.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-scope)\n\n* Lines: [![Coverage Status](https://coveralls.io/repos/css-modules/postcss-modules-scope/badge.svg?branch=master)](https://coveralls.io/r/css-modules/postcss-modules-scope?branch=master)\n* Statements: [![codecov.io](http://codecov.io/github/css-modules/postcss-modules-scope/coverage.svg?branch=master)](http://codecov.io/github/css-modules/postcss-modules-scope?branch=master)\n\n## Development\n\n- `npm autotest` will watch `src` and `test` for changes and run the tests, and transpile the ES6 to ES5 on success\n\n## License\n\nISC\n\n## With thanks\n\n- Mark Dalgleish\n- Tobias Koppers\n- Guy Bedford\n\n---\nGlen Maddern, 2015."
}