{
	"name": "react-with-styles-interface-css",
	"versions": {
		"1.0.0": {
			"name": "react-with-styles-interface-css",
			"version": "1.0.0",
			"description": "Interface for react-with-styles outputting CSS",
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/react-with-styles-interface-css.git"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "dist",
			"bin": {
				"compile-css": "bin/compile-css"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel src --out-dir dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"pretest": "npm run lint",
				"test:only": "jest",
				"test": "npm run test:only",
				"clean": "rimraf dist/ stylesheet.css",
				"react:clean": "npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune",
				"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune",
				"react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune",
				"veryclean": "npm run clean && rimraf node_modules/ babelCache/",
				"prepublish": "safe-publish-latest"
			},
			"dependencies": {
				"aphrodite": "^1.2.1",
				"array-flatten": "^2.1.1",
				"babel-register": "^6.24.1",
				"clean-css": "^4.1.4",
				"global-cache": "^1.2.0",
				"jsdom": "^11.0.0",
				"object.entries": "^1.0.4",
				"object.values": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-preset-airbnb": "^2.2.3",
				"chai": "^4.0.2",
				"enzyme": "^2.8.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb-base": "^11.2.0",
				"eslint-plugin-import": "^2.6.1",
				"jest": "^20.0.4",
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-test-renderer": "^0.14 || ^15.5.4",
				"react-with-styles": "^1.4.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1",
				"webpack": "^3.0.0"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-with-styles": "^1.4.0"
			},
			"gitHead": "5adfe58a7accbea9b7e7a4672056a605675a8027",
			"_id": "react-with-styles-interface-css@1.0.0",
			"_shasum": "d49d977f9201ace62b9aa5dcbd683ca46b45b4dd",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "5.4.1",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"shasum": "d49d977f9201ace62b9aa5dcbd683ca46b45b4dd",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "majapw",
					"email": "majapw@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-1.0.0.tgz_1506644522176_0.6669912908691913"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "react-with-styles-interface-css",
			"version": "1.0.1",
			"description": "Interface for react-with-styles outputting CSS",
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/react-with-styles-interface-css.git"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "dist",
			"bin": {
				"compile-css": "bin/compile-css"
			},
			"license": "MIT",
			"scripts": {
				"build": "npm run clean && babel src --out-dir dist",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"clean": "rimraf dist/ stylesheet.css",
				"dev": "npm run build -- --watch",
				"jest": "jest",
				"lint": "eslint .",
				"pretest": "npm run lint",
				"test:only": "npm run jest",
				"test": "npm run test:only",
				"react:clean": "npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune",
				"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune",
				"react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune",
				"veryclean": "npm run clean && rimraf node_modules/ babelCache/",
				"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
				"tag": "git tag v$npm_package_version",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"dependencies": {
				"aphrodite": "^1.2.1",
				"array-flatten": "^2.1.1",
				"babel-register": "^6.24.1",
				"clean-css": "^4.1.4",
				"global-cache": "^1.2.0",
				"jsdom": "^11.0.0",
				"object.entries": "^1.0.4",
				"object.values": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-jest": "^21.2.0",
				"babel-preset-airbnb": "^2.2.3",
				"chai": "^4.0.2",
				"enzyme": "^2.8.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb-base": "^11.2.0",
				"eslint-plugin-import": "^2.6.1",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-test-renderer": "^0.14 || ^15.5.4",
				"react-with-styles": "^2.1.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1",
				"webpack": "^3.0.0"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-with-styles": "^2.1.0"
			},
			"gitHead": "68b025ea6278837f5905531bcec77821384fdbd3",
			"_id": "react-with-styles-interface-css@1.0.1",
			"_shasum": "63a7f3d4d2fbaa73cf3d3779a5777ac25f3890b1",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"shasum": "63a7f3d4d2fbaa73cf3d3779a5777ac25f3890b1",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.1.tgz"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-1.0.1.tgz_1506706048477_0.4858288874384016"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "react-with-styles-interface-css",
			"version": "1.1.0",
			"description": "Interface for react-with-styles outputting CSS",
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/react-with-styles-interface-css.git"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "dist",
			"bin": {
				"compile-css": "bin/compile-css"
			},
			"license": "MIT",
			"scripts": {
				"build": "npm run clean && babel src --out-dir dist",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"clean": "rimraf dist/ stylesheet.css",
				"dev": "npm run build -- --watch",
				"jest": "jest",
				"lint": "eslint .",
				"pretest": "npm run lint",
				"test:only": "npm run jest",
				"test": "npm run test:only",
				"react:clean": "npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune",
				"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune",
				"react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune",
				"veryclean": "npm run clean && rimraf node_modules/ babelCache/",
				"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
				"tag": "git tag v$npm_package_version",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"dependencies": {
				"aphrodite": "^1.2.1",
				"array-flatten": "^2.1.1",
				"babel-register": "^6.24.1",
				"clean-css": "^4.1.4",
				"global-cache": "^1.2.0",
				"jsdom": "^11.0.0",
				"object.entries": "^1.0.4",
				"object.values": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-jest": "^21.2.0",
				"babel-preset-airbnb": "^2.2.3",
				"chai": "^4.0.2",
				"dashify": "^0.2.2",
				"enzyme": "^2.8.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb-base": "^11.2.0",
				"eslint-plugin-import": "^2.6.1",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-test-renderer": "^0.14 || ^15.5.4",
				"react-with-styles": "^2.1.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1",
				"webpack": "^3.0.0"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-with-styles": "^2.1.0"
			},
			"gitHead": "f0a88cb55170321052d0a55fbbef7fe00cc7bb38",
			"_id": "react-with-styles-interface-css@1.1.0",
			"_shasum": "633e127c253ce50d69c011557e990b4460e13e5f",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"shasum": "633e127c253ce50d69c011557e990b4460e13e5f",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.1.0.tgz"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-1.1.0.tgz_1506974611508_0.2890750786755234"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "react-with-styles-interface-css",
			"version": "2.0.1",
			"description": "Interface for react-with-styles outputting CSS",
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/react-with-styles-interface-css.git"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "./",
			"bin": {
				"compile-css": "bin/compile-css"
			},
			"license": "MIT",
			"scripts": {
				"build": "npm run clean && babel src --out-dir dist",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"clean": "rimraf dist/ stylesheet.css",
				"dev": "npm run build -- --watch",
				"jest": "jest",
				"lint": "eslint .",
				"pretest": "npm run lint",
				"test:only": "npm run jest",
				"test": "npm run test:only",
				"react:clean": "npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune",
				"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune",
				"react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune",
				"veryclean": "npm run clean && rimraf node_modules/ babelCache/",
				"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
				"tag": "git tag v$npm_package_version",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"dependencies": {
				"aphrodite": "^1.2.1",
				"array-flatten": "^2.1.1",
				"babel-register": "^6.24.1",
				"clean-css": "^4.1.4",
				"global-cache": "^1.2.0",
				"jsdom": "^11.0.0",
				"object.entries": "^1.0.4",
				"object.values": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-jest": "^21.2.0",
				"babel-preset-airbnb": "^2.2.3",
				"chai": "^4.0.2",
				"dashify": "^0.2.2",
				"enzyme": "^2.8.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb-base": "^11.2.0",
				"eslint-plugin-import": "^2.6.1",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-test-renderer": "^0.14 || ^15.5.4",
				"react-with-styles": "^2.1.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1",
				"webpack": "^3.0.0"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-with-styles": "^2.1.0"
			},
			"gitHead": "78035735ebf3d92c983cb43361485e1f0a1cac3b",
			"_id": "react-with-styles-interface-css@2.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.4",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Vx16ugrk4Xq12XQ/hC+6bGyCI5ykVz0FNiIObuVX7VEG1onL/wnYN+xHKnQsvtgHJSgyZZezx5GdsxXjHxtzfQ==",
				"shasum": "1cc792e85011e74a59cf97851855eead49e1db43",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.1.tgz"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-2.0.1.tgz_1507226424309_0.3791848758701235"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "react-with-styles-interface-css",
			"version": "2.0.2",
			"description": "Interface for react-with-styles outputting CSS",
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/react-with-styles-interface-css.git"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"bin": {
				"compile-css": "bin/compile-css"
			},
			"license": "MIT",
			"scripts": {
				"build": "npm run clean && babel src --out-dir dist",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"clean": "rimraf dist/ stylesheet.css",
				"dev": "npm run build -- --watch",
				"jest": "jest",
				"lint": "eslint .",
				"pretest": "npm run lint",
				"test:only": "npm run jest",
				"test": "npm run test:only",
				"react:clean": "npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune",
				"react:14": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune",
				"react:15": "rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune",
				"veryclean": "npm run clean && rimraf node_modules/ babelCache/",
				"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
				"tag": "git tag v$npm_package_version",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"dependencies": {
				"aphrodite": "^1.2.1",
				"array-flatten": "^2.1.1",
				"babel-register": "^6.24.1",
				"clean-css": "^4.1.4",
				"global-cache": "^1.2.0",
				"jsdom": "^11.0.0",
				"object.entries": "^1.0.4",
				"object.values": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-jest": "^21.2.0",
				"babel-preset-airbnb": "^2.2.3",
				"chai": "^4.0.2",
				"dashify": "^0.2.2",
				"enzyme": "^2.8.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb-base": "^11.2.0",
				"eslint-plugin-import": "^2.6.1",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-test-renderer": "^0.14 || ^15.5.4",
				"react-with-styles": "^2.1.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1",
				"webpack": "^3.0.0"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.6.0",
				"react-dom": "^0.14 || ^15.6.0",
				"react-with-styles": "^2.1.0"
			},
			"gitHead": "14c7a518349222896f915f43ff8483982942beed",
			"_id": "react-with-styles-interface-css@2.0.2",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.4",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"integrity": "sha512-2KOqzDLSIfti33txBauHCHMBLDwBFEwfFVyUw7uMM6/G5KK7c0dRJd8vCLyhlXTeAcy6sDfN7Vuy0Di5ThZZTg==",
				"shasum": "e9cb651a4377a36cbeb6427cf68a7b139e3de1cb",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.2.tgz"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-2.0.2.tgz_1507227869216_0.25188732775859535"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "react-with-styles-interface-css",
			"version": "3.0.0",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-airbnb": "^2.4.0",
				"chai": "^4.1.2",
				"eslint": "^4.8.0",
				"eslint-config-airbnb-base": "^12.0.2",
				"eslint-plugin-import": "^2.7.0",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"dependencies": {
				"aphrodite": "^1.2.5",
				"array-flatten": "^2.1.1",
				"global-cache": "^1.2.1"
			},
			"_id": "react-with-styles-interface-css@3.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.7.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-SsjJrabqVa7PedwCC/P7lseXnHHxD1H5GHBNt4lDxVHhQhAhlb6PVYR/dcH7JWOzv1nH5LRKOdqI9A5OIZ27bQ==",
				"shasum": "ebb000c23f75567f25af6792ab7a29089d798fda",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-3.0.0.tgz"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css-3.0.0.tgz_1507855583173_0.07491115108132362"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0": {
			"name": "react-with-styles-interface-css",
			"version": "4.0.0",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-airbnb": "^2.4.0",
				"chai": "^4.1.2",
				"eslint": "^4.13.1",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-plugin-import": "^2.8.0",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"dependencies": {
				"aphrodite": "^1.2.5",
				"array.prototype.flatten": "^1.1.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"react-with-styles": "^3.0.0"
			},
			"_id": "react-with-styles-interface-css@4.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5A9v/VaTdgsA0MJOn0Vqlb4re/TJMcuQNryX/imtstGeEP8nWjxhgr0fDE2agQ88d5E8eIdoF+N9u4QsPxfXoA==",
				"shasum": "7365fff28a4d984a22955bc010f22de708b207cf",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.0.tgz",
				"fileCount": 23,
				"unpackedSize": 20546
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_4.0.0_1518736417035_0.34344241741890946"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "react-with-styles-interface-css",
			"version": "4.0.1",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-airbnb": "^2.4.0",
				"chai": "^4.1.2",
				"eslint": "^4.13.1",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-plugin-import": "^2.8.0",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"dependencies": {
				"aphrodite": "^1.2.5",
				"array.prototype.flatten": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"react-with-styles": "^3.0.0"
			},
			"_id": "react-with-styles-interface-css@4.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"integrity": "sha512-kLS+Ytv0/XBph7ovFP/7IazwBD/W/Xo9Zr/90d6QSGCRjhvHZXusFDOzXUwBE1GAkGRjZy+RrgbPad5wKyXclA==",
				"shasum": "79d0a40bae388e11f15362d35aa52e8917982db0",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.1.tgz",
				"fileCount": 23,
				"unpackedSize": 20626
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_4.0.1_1519540651628_0.052735478921522194"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "react-with-styles-interface-css",
			"version": "4.0.2",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-airbnb": "^2.4.0",
				"chai": "^4.1.2",
				"eslint": "^4.13.1",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-plugin-import": "^2.8.0",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"dependencies": {
				"aphrodite": "^1.2.5",
				"array.prototype.flat": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"react-with-styles": "^3.0.0"
			},
			"_id": "react-with-styles-interface-css@4.0.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.4.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-0XkNjGj7m8ozvtICt8YUeiV/FwQaOcbR4W/Aak/7uh40l2v5AzQhF8d85pddBmn6RZsD0KHuThjr2MRojOXNQw==",
				"shasum": "e30299a8d60663b87b8393664a63844d4e7dfd5c",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.2.tgz",
				"fileCount": 23,
				"unpackedSize": 20693,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGsFuCRA9TVsSAnZWagAAVMkP/1F9b0oO36kODoNxOeR5\n18yWb9KVpl1D4NqNt6gnZXcoGXP1+olegzYTChXeBNgr4l5nM51Ew2fax0+W\nqg0rUBtIMM/uRyp5Z3Mi7Ansh1YWCTHSzgra8ROIJTPYGY2uo3oQbCpwZWEr\nAFktJ0otJ1xU/a4yPYJHNwcqVhWWvrvhI1MzhACE5U4FqrSUbLOVn0uiUMS8\nVhdzLDyJKqSbKqBcjfjkHwO5JiLfwezQayLFEwQmtXSN5mEpk9u0KfqwZVIk\n3Yg6mie2QS8u5uqdOBII+LknqNOUhKRtK2w6Ql7aDYggNc4quCIabhzLTgpj\nFXbb2UBfW4XEj2kUL3NhnsxSNl9gHl/4R74fD8hBwKK4mAMApuGt1HqRAVgg\n649VRbNALEZe1Tf9GO5KLPX2/AvzyeQulN8dB1LltRcor7VKzmFM0eJKqN6+\n5EdQdqYTNdw2PH35YX7rjGCNMOALCZp/tX3yPQQ3TBtkZPK3KVkZB8PwU8zm\ncVQxcBrYhdadVUDuNC2bo3vEVNy/SvDnSm7Z7l9o6voxvnPlVQAsObcS4TQF\nFvnJ4AWAoNNSvzKZd5lxaDcLzChmXMFhJHazEAwi3RwExo3tHrAdlOaqkAAC\n+pX6vfEl/LZMit9hu0+dJK273ruziT6DCIo3H7pecpF2GFirbM6yZnNNbtJX\nTrXL\r\n=H0QA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_4.0.2_1528480108854_0.001330373883986713"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.3": {
			"name": "react-with-styles-interface-css",
			"version": "4.0.3",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-airbnb": "^2.4.0",
				"chai": "^4.1.2",
				"eslint": "^4.19.1",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-plugin-import": "^2.12.0",
				"in-publish": "^2.0.0",
				"jest": "^21.2.1",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"dependencies": {
				"array.prototype.flat": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"react-with-styles": "^3.0.0"
			},
			"_id": "react-with-styles-interface-css@4.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "majapw",
				"email": "majapw@gmail.com"
			},
			"dist": {
				"integrity": "sha512-wE43PIyjal2dexxyyx4Lhbcb+E42amoYPnkunRZkb9WTA+Z+9LagbyxwsI352NqMdFmghR0opg29dzDO4/YXbw==",
				"shasum": "c4a61277b2b8e4126b2cd25eca3ac4097bd2af09",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.3.tgz",
				"fileCount": 23,
				"unpackedSize": 20729,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRA2HCRA9TVsSAnZWagAAWDUP/jGDujZsH6X+F6/DYdkJ\nuJ30x6KUT/UCKApmwTO6SMJK4pmi56i7KURGziXQLN4durWB2tdzfnGQvEL/\nXYwcF3sPqp/LQkj3gyrFt+9BuM7ZsN4oyMebwZUKgrZfKaYOqsHeCVbbOMt5\nFuMpKDW4dLha7CQDM2kjyeROO8qrPVBAmV5J3hYoU0l2ohVZqxA9P8qY5PSj\n8KwfY9G61qGpE0U2y9sfNdxzzzYIirk0vgVEGWk239LvVYs6S+WByac4TVeg\ntqp1XYpfJh53EWlnwbePtTdK1KJBITNn7eaVw+DUmoWze+wl8+hKMzBFNJFX\n0+a2oqZ1QrLy9q49NxU2zOOUP7hqRvuUCYyuwweGQQ4WbDw/ozdAk0DQmIVU\n2fGkkf3JQo9dpuVYMRHXWNgtbQpkXKMlTMdgU5KTsKKRF+Q5b3IkXrBhNp2s\nmKwSV2P8pP1uLlLpwyLya/khfMkGE3pIneQIEMoMKMNnpD89vUlTbcsseLc6\np+6txO1BHSMGVKgLgftYOBGuJyhyAKf1XXbLUmBogYyfub9LpYJ6x+zD6VXe\n71zHIhNHDf3X0Qg7ZuTU+aUuAWWnHFziebZ60aQ4a4gG5fO9EzV5c7ePnIaT\nDNkTKsq/nl+ji0DeoB82a9gunPR2SQpWPi0gSHdAkBEBKhihYFI4AHGrtXPi\nXNdO\r\n=4fgx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jordan.harband+npm@airbnb.com",
					"name": "airbnb"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_4.0.3_1531186566984_0.8724335861103996"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "react-with-styles-interface-css",
			"version": "5.0.0",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"@babel/cli": "^7.1.2",
				"@babel/core": "^7.1.2",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.6.0",
				"babel-preset-airbnb": "^3.0.1",
				"chai": "^4.2.0",
				"eslint": "^5.6.1",
				"eslint-config-airbnb-base": "^13.1.0",
				"eslint-plugin-import": "^2.14.0",
				"in-publish": "^2.0.0",
				"jest": "^23.6.0",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.2"
			},
			"dependencies": {
				"array.prototype.flat": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"react-with-styles": "^3.0.0 || ^4.0.0"
			},
			"_id": "react-with-styles-interface-css@5.0.0",
			"_nodeVersion": "8.9.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-tHJXHod0j5/EEyAeSgtFSgXnXQ+Be/zY5Xmc7Z3DRYn6cHAZSoid5+xo/3ehG1PoilThYCoMYA9hmTWsF7qTCw==",
				"shasum": "3037743210c116f192a2e0d94ccab5e57e0b3e44",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-5.0.0.tgz",
				"fileCount": 23,
				"unpackedSize": 21007,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcDLSCRA9TVsSAnZWagAAuaEP/1Fd5+R9watx3EK0g1pa\n80pjsF0Nj+cqe6GJq7J4JJN3nu9HAJLh2Az525AHNWdAOc52vLU8R9LJf/t5\nRg8IfYWBtVv5kj75wCVAqwQlzDOjKvpzC686m4xImfX3PDteSBqYysA3s86I\nZAM8Eyd3xltRVCA+FYWrxXJ3B1isYmdaFY1/+sDk24hE/K4MSBlWfUZD74Db\nV2oDjv2L4BeJGams5+IhQakBDQOnyt36BbIjblI1RpoYi+KVk8wafhzrjdFJ\nUIaMxlxD8AmXPgb3Vk84zeo1yMe0JQR8wcicO59RbpUVMm9FhKJEdCDtpact\n7Ol7IoWi/qRsj30Kjg6+rAp1gI3QIS5HVfAzIfc5M6/4e/f7rXgU2wycCRgC\nFHi0sbVQrciyPknszHoTBQJ8OZem5hbmQAIdwRAEWIkp0xPHpTgVf+QzvuOz\n49W/QzuZnS1GzvTw2qenMHxKOLvoIY4PDdR1GGzT3UPqKkud8J4TprGrZMps\nqr9Dtzb5I1TyHxHSX6XTf4oRQWoOAYc3m8dmYFzx+sa3gMFceOYh9KsQGirn\nt20U07zqPJ/QWIIibzT7ySjxQt4IARMRl/Yg5KdZ2DSS7Fb2VUzQoUceOkw8\nONlwbn7jj5AeEdLWedWyhyUBo/DztxmHubjaUT9VJWmoHg0WZPGQjZcJcCIY\nZiBB\r\n=GW1y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "opensource@airbnb.com",
					"name": "airbnbeng"
				},
				{
					"email": "joe.lencioni@gmail.com",
					"name": "lencioni"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				},
				{
					"email": "mileswjohnson@gmail.com",
					"name": "milesj"
				},
				{
					"email": "noratarano@gmail.com",
					"name": "noratarano"
				}
			],
			"_npmUser": {
				"name": "noratarano",
				"email": "noratarano@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_5.0.0_1567634129973_0.8636509564415389"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0-alpha.1": {
			"name": "react-with-styles-interface-css",
			"version": "6.0.0-alpha.1",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"@babel/cli": "^7.5.5",
				"@babel/core": "^7.5.5",
				"@babel/runtime": "^7.0.0",
				"babel-jest": "^24.9.0",
				"babel-preset-airbnb": "^4.0.1",
				"chai": "^4.2.0",
				"eslint": "^5.6.1",
				"eslint-config-airbnb-base": "^13.1.0",
				"eslint-plugin-import": "^2.14.0",
				"in-publish": "^2.0.0",
				"jest": "^24.9.0",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.2"
			},
			"dependencies": {
				"array.prototype.flat": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"@babel/runtime": "^7.0.0",
				"react-with-styles": "^3.0.0 || ^4.0.0"
			},
			"readmeFilename": "README.md",
			"_id": "react-with-styles-interface-css@6.0.0-alpha.1",
			"_nodeVersion": "8.9.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-bSuZ5aYyge+65A3iF5uRFqd/bNto9OhletmMKbLwtKruJ/56InVI6mG6aU5ALKIkFTlfFJcuEvG4Rd0uGnjifw==",
				"shasum": "e83ff857afa3edb69cbed25870884a15b5b4fda0",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0-alpha.1.tgz",
				"fileCount": 23,
				"unpackedSize": 21006,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcad7CRA9TVsSAnZWagAAnQEP+QHwB/99M5OtJUed3yWJ\ndJgj/3ulko92YpPUAIlh2tYvB4BfNcFK6bnlP5ks/nH9we+DZ1kI+RKinNOm\nS41WmUvnPtxfMJu9g3nsr+AkqoNNMvml2H62YQt4+Ebu4GjqQ7o3TSnQzgOv\nGvQLy34noOhHj8OPu5rREHITGq5SkjUWtSP4oXxyUNYpwxpeOTWGoOFIMV26\nzXn4iHzt/0IO2OdjzqJ5erMubXDoBz+H6uMzqMuUjno6sPKbTVd5Jg8nQ4OW\nHBTaaFgkPk69om3K7nNAMLoUladFnZBgbkSYDab8ovR6eWHHxoIK+wsgJwnV\nZ1xFsmecWA94yIRO5ApJhrKOHVomDhGuEmbPVjxAVnw8cSJU9tOvPvrisJOM\nUSkIeny5zKBU2NoGye3ss3eZFNk30MrgA/1kFjdfiT7UI88hQwdOlopP9xUB\n/VQesGeujR8imegcsh6RQrYBiVGljEGIl42CyKBcOxc5D5MsxHlxE7MlE7N0\nPphVVngUTVgDcrjlCkCv4/DNFMTmvfB4d7lO6p7IXbHLDhefArFhjpXkA2SX\nItR5O7lLMT1qLVaURB8PjEjm+LQMlKaOZJZuX+nSae/g5CLl40nkBlYM2hB0\nrTyQg/1qqYW5WlHCQSBZq7yHiKL2YCcMCPo3zgL/CoMpSJo6xSV8DEaRTChO\n57kQ\r\n=u4do\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "opensource@airbnb.com",
					"name": "airbnbeng"
				},
				{
					"email": "joe.lencioni@gmail.com",
					"name": "lencioni"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				},
				{
					"email": "mileswjohnson@gmail.com",
					"name": "milesj"
				},
				{
					"email": "noratarano@gmail.com",
					"name": "noratarano"
				}
			],
			"_npmUser": {
				"name": "noratarano",
				"email": "noratarano@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_6.0.0-alpha.1_1567729530629_0.34138805251572246"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0": {
			"name": "react-with-styles-interface-css",
			"version": "6.0.0",
			"description": "Interface for react-with-styles outputting CSS",
			"repository": {
				"type": "git",
				"url": "airbnb/react-with-styles-interface-css/tree/master/packages/interface"
			},
			"homepage": "https://github.com/airbnb/react-with-styles-interface-css#readme",
			"bugs": {
				"url": "https://github.com/airbnb/react-with-styles-interface-css/issues"
			},
			"main": "index.js",
			"scripts": {
				"prebuild": "npm run clean",
				"build": "babel src --out-dir dist",
				"clean": "rimraf dist",
				"dev": "npm run build -- --watch",
				"lint": "eslint .",
				"jest": "jest",
				"pretest": "npm run lint",
				"test": "npm run test:only",
				"test:only": "npm run jest",
				"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
				"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
				"tag": "git tag interface-v$npm_package_version",
				"postversion": "git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
				"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
				"preversion": "npm test && npm run check-changelog && npm run check-only-changelog-changed",
				"version:major": "npm --no-git-tag-version version major",
				"version:minor": "npm --no-git-tag-version version minor",
				"version:patch": "npm --no-git-tag-version version patch"
			},
			"keywords": [
				"react-with-styles",
				"css-in-js",
				"css"
			],
			"author": {
				"name": "Felipe Vargas",
				"email": "felipe@fvgs.ai",
				"url": "fvgs.ai"
			},
			"license": "MIT",
			"devDependencies": {
				"@babel/cli": "^7.5.5",
				"@babel/core": "^7.5.5",
				"@babel/runtime": "^7.0.0",
				"babel-jest": "^24.9.0",
				"babel-preset-airbnb": "^4.0.1",
				"chai": "^4.2.0",
				"eslint": "^5.6.1",
				"eslint-config-airbnb-base": "^13.1.0",
				"eslint-plugin-import": "^2.14.0",
				"in-publish": "^2.0.0",
				"jest": "^24.9.0",
				"object.entries": "^1.0.4",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.2"
			},
			"dependencies": {
				"array.prototype.flat": "^1.2.1",
				"global-cache": "^1.2.1"
			},
			"peerDependencies": {
				"@babel/runtime": "^7.0.0",
				"react-with-styles": "^3.0.0 || ^4.0.0"
			},
			"_id": "react-with-styles-interface-css@6.0.0",
			"_nodeVersion": "8.9.1",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-6khSG1Trf4L/uXOge/ZAlBnq2O2PEXlQEqAhCRbvzaQU4sksIkdwpCPEl6d+DtP3+IdhyffTWuHDO9lhe1iYvA==",
				"shasum": "b53da7fa8359d452cb934cface8738acaef7b5fe",
				"tarball": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz",
				"fileCount": 23,
				"unpackedSize": 21072,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddqoFCRA9TVsSAnZWagAA2GEQAJjiI3OTBcIxwMYWOM+A\nPCDEQWZJKlfbxxDS7pHa4oHILv67kV19t8S2BBu07lgzlqbMvhSK9NqfPCJt\nzrUZqx8lwPnWcbMuwTXrep7U2RI6IWgCD0OjriAUq3x44GrMvcqho5bTgTU2\n1iilzNfNGMdGOGaH/iccU6nqrYJk5o8c1bnGu6EsahmCHGA08IK0eTgJW5I9\nRcF9O6Q8BvvNP+0VYswJXVMvdvTemnadQcl4pCeDRhfR/LQwyKhduHC/L+j/\nMAvba7DBB1mHo9cMxb87o9cHjvAbOeEDw/oiOiLKiYkRrO9qSAM9h7tVelRh\nmIkvPGJ76bHVYHChcg6TpqhXE3Qz1vxr4VW3gDmG2tLZtIt4NGjOYsqEl6tn\nfGNb0+m9Hhn7r8lCs8gq5v3MCI+47goHPqrhghtcu1c2ortakzOZo0NJIU/I\na1fbK4aer5mRVwCgWGlOnVcjdCHEIQj9v1Z6ovGxoF9izTI0TdLc0NJfbji5\n/FNv98gH44l4JvVWbHkEJjc6VRP/LwwypWAPsxf7KUT3s7JkX8w1w+pukLxJ\nOlpWrDtR704QU8MdlRT8/fpeWLZbDkgKxtMk2+ZkcWv0DVf5IV3/fe2Aoz8A\nnXxMkn5vVp1muPh9yznLPANLuWi+Zqsfje1S6CtGb1tlMnP/yJ7PWEaR2ZQv\nAvat\r\n=QNjj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "opensource@airbnb.com",
					"name": "airbnbeng"
				},
				{
					"email": "joe.lencioni@gmail.com",
					"name": "lencioni"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				},
				{
					"email": "majapw@gmail.com",
					"name": "majapw"
				},
				{
					"email": "mileswjohnson@gmail.com",
					"name": "milesj"
				},
				{
					"email": "noratarano@gmail.com",
					"name": "noratarano"
				}
			],
			"_npmUser": {
				"name": "noratarano",
				"email": "noratarano@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-with-styles-interface-css_6.0.0_1568057860359_0.701818730300342"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-11-20T19:29:34.766Z",
		"created": "2017-09-29T00:22:02.372Z",
		"1.0.0": "2017-09-29T00:22:02.372Z",
		"1.0.1": "2017-09-29T17:27:28.568Z",
		"2.0.0": "2017-10-02T19:57:55.811Z",
		"1.1.0": "2017-10-02T20:03:31.565Z",
		"2.0.1": "2017-10-05T18:00:24.490Z",
		"2.0.2": "2017-10-05T18:24:29.333Z",
		"3.0.0": "2017-10-13T00:46:23.268Z",
		"4.0.0": "2018-02-15T23:13:37.143Z",
		"4.0.1": "2018-02-25T06:37:31.792Z",
		"4.0.2": "2018-06-08T17:48:28.951Z",
		"4.0.3": "2018-07-10T01:36:07.126Z",
		"5.0.0": "2019-09-04T21:55:30.088Z",
		"6.0.0-alpha.1": "2019-09-06T00:25:30.768Z",
		"6.0.0": "2019-09-09T19:37:40.465Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "6.0.0",
		"alpha": "6.0.0-alpha.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7f4656e23f03acd8177034f966a3fea2\"",
			"fetched": 1593324407505
		}
	},
	"_distfiles": {
		"react-with-styles-interface-css-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.0.tgz",
			"sha": "d49d977f9201ace62b9aa5dcbd683ca46b45b4dd",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.1.tgz",
			"sha": "63a7f3d4d2fbaa73cf3d3779a5777ac25f3890b1",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-1.1.0.tgz",
			"sha": "633e127c253ce50d69c011557e990b4460e13e5f",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.1.tgz",
			"sha": "1cc792e85011e74a59cf97851855eead49e1db43",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.2.tgz",
			"sha": "e9cb651a4377a36cbeb6427cf68a7b139e3de1cb",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-3.0.0.tgz",
			"sha": "ebb000c23f75567f25af6792ab7a29089d798fda",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.0.tgz",
			"sha": "7365fff28a4d984a22955bc010f22de708b207cf",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.1.tgz",
			"sha": "79d0a40bae388e11f15362d35aa52e8917982db0",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.2.tgz",
			"sha": "e30299a8d60663b87b8393664a63844d4e7dfd5c",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-4.0.3.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.3.tgz",
			"sha": "c4a61277b2b8e4126b2cd25eca3ac4097bd2af09",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-5.0.0.tgz",
			"sha": "3037743210c116f192a2e0d94ccab5e57e0b3e44",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-6.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0-alpha.1.tgz",
			"sha": "e83ff857afa3edb69cbed25870884a15b5b4fda0",
			"registry": "npmjs"
		},
		"react-with-styles-interface-css-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz",
			"sha": "b53da7fa8359d452cb934cface8738acaef7b5fe",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"react-with-styles-interface-css-4.0.3.tgz": {
			"shasum": "c4a61277b2b8e4126b2cd25eca3ac4097bd2af09"
		}
	},
	"_rev": "2-c2ca6e23af7289c4",
	"_id": "react-with-styles-interface-css",
	"readme": "# react-with-styles-interface-css\n\nInterface for [react-with-styles](https://www.npmjs.com/package/react-with-styles) that compiles CSS-in-js styles to static CSS classes with deterministic and human-friendly class names whose styles can be easily overridden.\n\n## Usage\n\n### Interface\n\nA [react-with-styles](https://www.npmjs.com/package/react-with-styles) interface which is to be used along with [react-with-styles](https://www.npmjs.com/package/react-with-styles).\n\n```javascript\nimport ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet';\nimport CSSInterface, { registerCSSInterfaceNamespace } from 'react-with-styles-interface-css';\n\nThemedStyleSheet.registerInterface(CSSInterface);\n\n// Optional: Prefix all class names in the output with 'MyPackageName__'\nconst namespace = 'MyPackageName';\nregisterCSSInterfaceNamespace(namespace);\n```\n\n### Styles\nWhen writing styles, all classes throughout a project should be given unique names. Otherwise, class name collisions may result in unexpected and unwanted behavior.\n\n### Overriding styles\nThe styles for a class can be overridden using the same name with which the class was defined. If the optional class name prefix was configured, the prefix should be used when overriding a class.\n\n**Note:** In order to provide compatibility with [aphrodite](https://github.com/airbnb/react-with-styles-interface-aphrodite), the CSS output by this interface uses specifiers with varying levels of specificity. This allows for style resolution to be sensitive to the ordering of styles in calls to `css(...)`. However, these extra specifiers should not be overridden.\n\n### Compile\n\nThe styles passed to `withStyles` in the source code are compiled to static CSS by the `react-with-styles-interface-css-compiler` package."
}