{
	"name": "css-to-react-native",
	"versions": {
		"1.0.0": {
			"name": "css-to-react-native",
			"version": "1.0.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0",
				"nearley": "^2.7.7",
				"pegjs": "^0.10.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "32a3a4d2e7513127bdc5da1f7866d6c87d047479",
			"_id": "css-to-react-native@1.0.0",
			"_shasum": "75475e19fbe4a904ad268fc8b693bae9d6478aaa",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mxstbr",
				"email": "npm@mxstbr.com"
			},
			"dist": {
				"shasum": "75475e19fbe4a904ad268fc8b693bae9d6478aaa",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.0.tgz_1479376098235_0.6697429532650858"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "css-to-react-native",
			"version": "1.0.1",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "455b3123aef977ff2e776df4474e7ec203a39ac5",
			"_id": "css-to-react-native@1.0.1",
			"_shasum": "475e9fc53baac584ff347a59aa2479e42cd25b15",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mxstbr",
				"email": "npm@mxstbr.com"
			},
			"dist": {
				"shasum": "475e9fc53baac584ff347a59aa2479e42cd25b15",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.1.tgz_1479379065626_0.43314905976876616"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "css-to-react-native",
			"version": "1.0.2",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "390e15de70e0a44a57b40acef9818d998858725a",
			"_id": "css-to-react-native@1.0.2",
			"_shasum": "0e3d63fa4965895d5fa96c641cb16eb60ed23ab3",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "7.0.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "0e3d63fa4965895d5fa96c641cb16eb60ed23ab3",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.2.tgz_1479380077646_0.018740308936685324"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "css-to-react-native",
			"version": "1.0.3",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "b88295fee084a10dd0198b2dd012ccebe3252de4",
			"_id": "css-to-react-native@1.0.3",
			"_shasum": "17bd12d334e76023bf3d52fdc093549179f03bee",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mxstbr",
				"email": "npm@mxstbr.com"
			},
			"dist": {
				"shasum": "17bd12d334e76023bf3d52fdc093549179f03bee",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.3.tgz_1479745517128_0.40983791765756905"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "css-to-react-native",
			"version": "1.0.4",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "e5cf2475401640b9cdbeb596d83052a803b08aec",
			"_id": "css-to-react-native@1.0.4",
			"_shasum": "483e520db458483d5b8dab9cf6900d98a5c87b44",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mxstbr",
				"email": "npm@mxstbr.com"
			},
			"dist": {
				"shasum": "483e520db458483d5b8dab9cf6900d98a5c87b44",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.4.tgz_1479889804877_0.07969368970952928"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.5": {
			"name": "css-to-react-native",
			"version": "1.0.5",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "e3ea005b82943077a3e5bebf3032e023ff6c07df",
			"_id": "css-to-react-native@1.0.5",
			"_shasum": "0b47f50723031973ec6ff56413985085b3869c9b",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "0b47f50723031973ec6ff56413985085b3869c9b",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.5.tgz_1480014346703_0.3604941663797945"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.6": {
			"name": "css-to-react-native",
			"version": "1.0.6",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
				"build": "npm run build-grammar; babel src --ignore test.js --out-dir dist",
				"test": "npm run build-grammar; jest",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-list": "0.0.1",
				"fbjs": "^0.8.5",
				"nearley": "^2.7.7"
			},
			"gitHead": "97867936db6ef577f059e654037f0e5eeca39611",
			"_id": "css-to-react-native@1.0.6",
			"_shasum": "728c7e774e56536558a0ecaa990d9507c43a4ac4",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "728c7e774e56536558a0ecaa990d9507c43a4ac4",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-1.0.6.tgz_1480354669069_0.650651679141447"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "css-to-react-native",
			"version": "2.0.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"gitHead": "7350dcbcd804932f0edf3eacba162d84ac05991b",
			"_id": "css-to-react-native@2.0.0",
			"_shasum": "f8dea118443af7aa28116c51ccb7914cb2babd90",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "f8dea118443af7aa28116c51ccb7914cb2babd90",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-2.0.0.tgz_1485287905665_0.7236540166195482"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "css-to-react-native",
			"version": "2.0.1",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"gitHead": "7225974fb44d5bb94ff884204240596d35eb1828",
			"_id": "css-to-react-native@2.0.1",
			"_shasum": "179b25cba8cab7798118b1679b81f4d6b3fa0de3",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "179b25cba8cab7798118b1679b81f4d6b3fa0de3",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-2.0.1.tgz_1485341537111_0.7311477828770876"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.3": {
			"name": "css-to-react-native",
			"version": "2.0.3",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"gitHead": "6e925c632b1c60eb5db39651ed16bcb91de8a022",
			"_id": "css-to-react-native@2.0.3",
			"_shasum": "7d3a11409ac283acef447a13d3bbd09980c68a4f",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "7d3a11409ac283acef447a13d3bbd09980c68a4f",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/css-to-react-native-2.0.3.tgz_1491164593170_0.3955130144022405"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.4": {
			"name": "css-to-react-native",
			"version": "2.0.4",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"prepublish": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"gitHead": "17adff00819822a1928199103fbcce9fcafeabc2",
			"_id": "css-to-react-native@2.0.4",
			"_shasum": "cf4cc407558b3474d4ba8be1a2cd3b6ce713101b",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"shasum": "cf4cc407558b3474d4ba8be1a2cd3b6ce713101b",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native-2.0.4.tgz_1495441006165_0.3294963750522584"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "css-to-react-native",
			"version": "2.1.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"prepublish": "npm run build"
			},
			"files": [
				"dist",
				"src"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-plugin-import": "^2.2.0",
				"jest": "^17.0.0"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"gitHead": "f68806e8ca0d73c2e6ee6a2b51eac284d3e63730",
			"_id": "css-to-react-native@2.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Y0C2Hdzl5GEjfGch+g5o35dxF4ejY9KMHxoo4kYj4OrEKDlzAB+TXlFd1Np/OYMYYOOWWT4hGNtDQBOxhAhfLQ==",
				"shasum": "671b922aa3c0bc880e09f8f00e5a4bf0803928e5",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native-2.1.0.tgz_1517653347698_0.28269216720946133"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "css-to-react-native",
			"version": "2.1.1",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "dist/index.js",
			"scripts": {
				"build": "babel src --ignore test.js --out-dir dist",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"files": [
				"dist",
				"src"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-preset-es2015": "^6.18.0",
				"eslint": "^3.9.1",
				"eslint-config-airbnb-base": "^10.0.1",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^17.0.0",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "156a4afcd35d8f6a827d4dd03f116f9f2f2b38c2",
			"_id": "css-to-react-native@2.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"integrity": "sha512-TrP3FRQ1AOhuElnUD4/I/Fd4HuSvnUH2KOmF0aYLjxbAX2kTd/WRUW3TuGkrsJwAGxNyYx8e/oaMSEKQKarrGQ==",
				"shasum": "ea0f6ca3cdbc37cb40f3f4f55b49d3bb28b8a43e",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native-2.1.1.tgz_1517778566565_0.38865562807768583"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "css-to-react-native",
			"version": "2.1.2",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"files": [
				"index.js",
				"src"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "e6ac1a60c2e1c7a1820c0acb51b186b49d359fda",
			"_id": "css-to-react-native@2.1.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"integrity": "sha512-akxvxNPNm+Qb7kGswgWhD8rLENM8857NVIn1lX0Dr9BQuju8vx6ypet7KvwvqBC01FUEne5V/jvt7FJXWJPtgw==",
				"shasum": "c06d628467ef961c85ec358a90f3c87469fb0095",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.2.tgz",
				"fileCount": 33,
				"unpackedSize": 76638
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.1.2_1518973409252_0.5645252734815462"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "css-to-react-native",
			"version": "2.2.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"files": [
				"index.js",
				"src"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "74ed49dbd70fb02d1237c3ecddec8cdf1c764756",
			"_id": "css-to-react-native@2.2.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"integrity": "sha512-SWG8+tsVRBHpxn1cSDmx7B95DJCiKwUecBbboGpm2znDCnJDMGkcoYR73w1p2IZMab6iNqVms8VC+4TrSqoFeQ==",
				"shasum": "d524ef7f39a2747a8914e86563669ba35b7cf2e7",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.0.tgz",
				"fileCount": 34,
				"unpackedSize": 81166,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8r4rCRA9TVsSAnZWagAAhREP/2ono9KJAMce3rQpCBoi\nCcip9u9YagWJoVu3WgF8FxOZIc+I6olZOlBdm2TozGX6KB3RK/eLYLysazkl\nVApYngv2kCQO6700u8YcNUOKwYM+O8hB8SPLG0sSZtwHpikAvMut5n8qIszU\nK4POULBtko3wp4Jj5z8Oom1sg+d1rZ2V6xumRhUIvDsPTRrUh+Cf6r8owqBw\ndvu+5bHFsEZtqRduuurklANEa4XF8vcvNwlcDXAwA0N2i4qwnWdmSdZMZOrv\n/CU6r1wsOWiHY+3jfWd3jpDlnxHcq6uQCAtrvrT22mal7bk6IWO+JZHfBjYB\nmAuuZm1ZWVu59hmodD+0X1qNjQI6TmzbnPqdBOsjstJy8FfTDKt0gwx7ro0q\nucwsvd2W3BXrxFg3fDHyyQR4cuMteac8BVvyAE2JU8Un8FtQejetUh2cIWcu\n8yh16rVWt28FGjs8dTMA6ds4IsUAjiFKZvE8514D2/tHIDY02rNaMYKPNHrG\nfgnfneftH7egmfVp+G7plr2ibt3hIrFOgWUvguc8YLGT3krmoZ7zUkU4d+82\nFoGN6tLjcnmYfGsLJOhzrfiZso92Yb1v7Tw/eR9DmmsTwmCHyk2hgCAqTy9v\n8YjwVWOaeLTj6mlMMLeiVukxtgKKCtcg9KRBoonjXXRdjUpDlf/87LpMX81r\nTWiS\r\n=gl35\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jacobp100",
					"email": "jacobparker1992@gmail.com"
				},
				{
					"name": "mxstbr",
					"email": "npm@mxstbr.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.2.0_1525857834964_0.9681757287903712"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "css-to-react-native",
			"version": "2.2.1",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"files": [
				"index.js",
				"src"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "453b416ed3fe289c051e30038537982bdb81c082",
			"_id": "css-to-react-native@2.2.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "kristerkari",
				"email": "krister@sent.at"
			},
			"dist": {
				"integrity": "sha512-v++LRcf633phJiYZBDqtmGPj3+BVof0isd2jgwYLWZJ5YSuhCkrfYtDsNhM6oJthiEco0f9tDVJ1vUkDJNgGEA==",
				"shasum": "7f3f4c95de65501b8720c87bf0caf1f39073b88e",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.1.tgz",
				"fileCount": 34,
				"unpackedSize": 81586,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLl9UCRA9TVsSAnZWagAAZ5EQAIKY04+x2xm4ebNEPpm5\nRQuRnrA101RC/1uz7kEFCQY/6evrlR1mUvm9nxae8v77LGlOA9lbhAcVcZ6j\nsaXEpmsiDsJpe73FgNiu420/i0cE9x35gzmeGMv7Gyq3KNOFoGKL4Hiq6a5m\n4JASmDN1HZd/mrfUiFfZ3Ii1iPnL6AH6eKTcY90GxWp1mD8P41vlLm/j6+px\nU0QIRjDhK6kwbkyWhZkirLZKtiHeWGaAYy+8jTHDIsJMZoWCHaaKHt29Yc7T\nVC1txAgNh7ldaXUdSI144BfhdEKrutr+kTnk9MBx+WXG7yRZ5MvM6nLKNfNg\nYm4gdcvEQrU7Nma7EJUbV7fYNni2w5AoYWDb2Fa6wvR3g6fMtZzZFzpXx6Is\n6NFseIJiO3k7WKJNKgJaOhx5Jzn1lLzLh8pvfpPVwpu0LXMxeg5OFq3Ui0SO\nLwE+zSmjrCWvqfm+7mWMVMblbCXIzEiJFxRM4ozkfX6cmtiV/mJ7zIPuoeOt\nL0DVyaJR5F5ws4WRRu6zTZPhfYRm0a5MLt1dZzEI5i68UkF9PsndruKtYyqE\nx+xk/Eq5BrpqyleJyftwDdUrB3pYKTU6gxmlcZvbjV9odkzmlPS3vJywDUKo\n4O4w6SBz+/tXv8MFfUOIoQtP8EHHQBAXcAODfS4BowX+50NZlKCeci2h7lU2\niTWj\r\n=Zhwm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.2.1_1529765716582_0.2802344614166552"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.2": {
			"name": "css-to-react-native",
			"version": "2.2.2",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"css-color-keywords": "^1.0.0",
				"fbjs": "^0.8.5",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6197c9a1afa714a9a906d34dd1251e608d01d8dc",
			"_id": "css-to-react-native@2.2.2",
			"_npmVersion": "6.4.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "kristerkari",
				"email": "krister@sent.at"
			},
			"dist": {
				"integrity": "sha512-w99Fzop1FO8XKm0VpbQp3y5mnTnaS+rtCvS+ylSEOK76YXO5zoHQx/QMB1N54Cp+Ya9jB9922EHrh14ld4xmmw==",
				"shasum": "c077d0f7bf3e6c915a539e7325821c9dd01f9965",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.2.tgz",
				"fileCount": 35,
				"unpackedSize": 82237,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrKiCCRA9TVsSAnZWagAAqdIP/jqMxNUl9z7d6F/6e5a0\nZ4QG1DRW9u44cUd7hYdMWrFPe0TeKXvbLahSX+uSu4WAs9Za5wQn789vhFQA\n2pMRIrKgeNLL6V7wobFSvh+x2Lo0y07ROE9KPGMZRhbaSG784v9RyOQzU30q\n9u5SXs3XuXxHQxijtpytKpJfSBUuBtyqwwuxCpsfUfAAOo186wnxPtp5QzPg\nodU3WniAJ9TfFmqOjDWKBJA3rWDLhMa8kkot4vf2dkeDMLhUnPjNItooYfA1\nxPsi0gYEeHC+0VlN6yF2rV5KHBHmZiYtfjuZ5SF10etdVuyYmIuYJXiOzta0\niZnJckHdqmtc5SVSPVcfTSjXwUZyYgZmng/39gjjQ+P2xQWZOhhbiOGOLfsl\nE8f7ha2HpjOyFqI0MDT+73eiWQHNTPWSNEoaV7z6dpACIZlEWKpmxV03a8G9\nBwF40qf7BuZCeRnD6+Yjka72ZqqnOxorogB2D0JZJcMafFHL1+CxpWqtPmC3\nL6YJWjSWsCntamerE2JZaphUiqmDxEEXtAK/yCb7qpQhnDRknNyYaitNy/5b\n/iR4PVMLI1IHlI7HTo0ntMq7DL627lEhJi4fiSc9/3mym/NrYxMbKDhv7+EN\nk+oK6GHJDzi5CZ9MDqZNNlTSfdHarH6d05MpZ7QyMVTtXLQmS32/TOCWgFa0\n7NfF\r\n=aAdc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.2.2_1538041985769_0.7906449048809403"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "css-to-react-native",
			"version": "2.3.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"jest": {
				"testURL": "http://localhost"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"camelize": "^1.0.0",
				"css-color-keywords": "^1.0.0",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "837637bb134a88e8cd734b51634338fd6555068d",
			"_id": "css-to-react-native@2.3.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"dist": {
				"integrity": "sha512-IhR7bNIrCFwbJbKZOAjNDZdwpsbjTN6f1agXeELHDqg1wHPA8c2QLruttKOW7hgMGetkfraRJCIEMrptifBfVw==",
				"shasum": "bf80d24ec4a08e430306ef429c0586e6ed5485f7",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.0.tgz",
				"fileCount": 35,
				"unpackedSize": 82117,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXF3ACRA9TVsSAnZWagAAYZUQAJ9oaLPYoUiKmCpatpUF\nPZm+YezFjt7lvvjiZ1ICe83oow+s/6+2EzIVIzy2GU1L8mNuJFrnxzn+0aoc\n6+sET3CLrCK0cynOjVdsnntcpuktsY1KgvnAQOt9BkLSzx1MmYesJp0xzcI5\nrM6AVU7epw3XesTFw29ZfIM81R7cOph73zobBaVLolRWrLLjrjMPImfE4Q0z\ng1bntu8VFfUTvmXqnrmLMsyTPK8b01jSdwAY2XyNH8tHbFGtYhLScziWqg21\nUeCbpiJXDoTfWeI1JyqoaSpagW/u2OR/bI8qtZNV3CDnV+wdE/IzkIFr8J2Y\nsyOEgrwzgVgp8pMGDoMFTLlWNoQSGdg7LpKggjhVo1a9zBokvASeOLz8dbu+\nEzhIgVPc8w3TpPfavhRXMxK/VONc8UCZRzWURgGLd2fHiQ5K1Yni5hTNitU4\nS8AE5LXfNnvZhOM4hd4SmKpmZSxKO7uzmzROZMSW1TlLXYUvF89EzCJJAa9q\nAe1PMnCINdgtyLX5L7SrcTKIqYKM4kZnzJYIfhojmqgLZa4fpGkcCAP7hXug\nbZJTgryuFo3ryxl6nE53irujXbMVR0SyNbIu6ZLxxzW9WEty4xDbJh2oabnV\nTrhbb+BOWJrWkYJzg9tsI9c/eR7auytAUj0RvjW50iKZ4CzzQgeenVsW1ZNf\nh69k\r\n=CseJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.3.0_1549557184321_0.5453772346886419"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.1": {
			"name": "css-to-react-native",
			"version": "2.3.1",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"jest": {
				"testURL": "http://localhost"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"camelize": "^1.0.0",
				"css-color-keywords": "^1.0.0",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2016 Jacob Parker and Maximilian Stoiber\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "css-to-react-native@2.3.1",
			"dist": {
				"shasum": "cf0f61e0514846e2d4dc188b0886e29d8bef64a2",
				"integrity": "sha512-yO+oEx1Lf+hDKasqQRVrAvzMCz825Huh1VMlEEDlRWyAhFb/FWb6I0KpEF1PkyKQ7NEdcx9d5M2ZEWgJAsgPvQ==",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.1.tgz",
				"fileCount": 41,
				"unpackedSize": 84017,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0dlsCRA9TVsSAnZWagAAOS4QAJ8+mOTJFu5a8xrEChoA\nMKjKkjXS6ZxaCyjppcMPLcSnKn12JWRf1SojRHKBvJq5OH5NHkQQpQSomH3R\nGZtzlGQgFTXo/dwf2CS6Mci3DW9fcY55S3uLTOwCzD5zfbNqBph1FIxNYeum\nU+4EpH5M1iOT83pInhsKV6j3YQOW3Qp6XwMvx1vmK7nBPZr7uFZFegAA41ZU\notQoQopVedMjZWAsD6zOw0b6WaYaH3S/07laQtNpm58RdcT8RrDpDQFwbbar\nFvog22ZNGuxWXiFWqknHV1XjT93KebV7v2vbwvX1NWb4DfNnya4DIXQbVW1g\nS3tZQUvwoTzyCRCSb7Xcaa1Jtn9bAy1Mv95Kzv9jihjbYy845FgukCrYbC7h\nU9rT6Z2wdlZv+k7Kv4MAK9LRSZWOLPlDcOCOutGiD8HuTv/2AmxJh2/oSLqQ\nD6f4WIb831OicnrD8qQUCAT/GQeYhju1a2g1hDnNZIkZpcQWArBrw8c40dNr\nz/kP39Uz8wG9MfDv47S6SdU8PcEVE2G7z6EAEIvOsWd72YavT7sY6nU1+ege\nIP8exh76az5/EYFQt0AcfTfnTHfq+c/h31D40iekl+PrVbQtMbgkFpMih2vm\nzyAQACRalXsfC9hBEX1IbiqWqihloiwDKSQ0s9cmsyWrGLEgDZt1NiUFrz3Z\nhnhT\r\n=nW1T\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.3.1_1557256555682_0.417458904824761"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.2": {
			"name": "css-to-react-native",
			"version": "2.3.2",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"jest": {
				"testURL": "http://localhost"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^22.2.2",
				"lint-staged": "^6.1.0",
				"prettier": "^1.10.2",
				"rollup": "^0.55.5"
			},
			"dependencies": {
				"camelize": "^1.0.0",
				"css-color-keywords": "^1.0.0",
				"postcss-value-parser": "^3.3.0"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6dce838f0a2265f2616a610bee3ef0a31eb12e52",
			"_id": "css-to-react-native@2.3.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kristerkari",
				"email": "krister@sent.at"
			},
			"dist": {
				"integrity": "sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw==",
				"shasum": "e75e2f8f7aa385b4c3611c52b074b70a002f2e7d",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.2.tgz",
				"fileCount": 37,
				"unpackedSize": 85346,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYt+9CRA9TVsSAnZWagAARHAQAJGXfD2GpgltMcBt5Q+k\nCZpv7Ikh20CVwu07vi+YIHWwb4AfGlWgHGxl2nkc/Z6RkQjfHTxMb/LuSbqd\nYfmXAVqeUWyy3kflPCzicQzDox42m9RMOwuimajVEZTVWP7TZ7u6vDPm7Voh\n+H1dgleJ9kqTnuN+TaOFzIptsYNlc+GaT4wjaRmnssPzvAMdR6XA5al9CiR9\ntyNaQ8whfn37DXCXydWq9aBgIooazuWZ/TVyxdAnP53FNssmju0KXiZrZlZt\n77XwkfPecCm0Cx0BntmPrbaQ7m04pfuaHJyRcqppKH1kFkYjC/8gtnuOEP3y\nMQGQSIRsZeuoPR+8EX/l76gb6nUvKVmZIbmxvCBfsUW8RCL5gn5LRcgYf9HK\nKfdXD0RZaf/UB+6bldHD01hnnNkECgJ9OG3e7h4spbbd9YCD/5CNu0tzwFeh\nSQ+Lt24dvxq/R3mbrwRnBH0V3wa90tNVLJq6lCgIoHBjKESg7nf/fJ9eVTY3\nJspQQaQeRVcO2GkzzjT8pXhB2/QdjqsAeAS2i9oMOlbZWVhtoKhMnETYfnea\nQR10T/oktDgUtL8odhBotXH+zgH1Gh6t/Z0vuNC/q80fDLuYLjaNssbat2Fm\nqAoGkZNZ83MMxqTaG6gZ8Mlteh1YHVIPZLfUh224dDIGqDLDjpJbHYEKOA1F\n2OZL\r\n=qJ92\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_2.3.2_1566760893157_0.5047349337742673"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "css-to-react-native",
			"version": "3.0.0",
			"description": "Convert CSS text to a React Native stylesheet object",
			"main": "index.js",
			"scripts": {
				"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
				"test": "jest",
				"test:watch": "jest --watch",
				"lint": "eslint src",
				"prepublish": "npm run build",
				"precommit": "lint-staged",
				"lint-staged": "lint-staged"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/styled-components/css-to-react-native.git"
			},
			"keywords": [
				"styled-components",
				"React",
				"ReactNative",
				"styles",
				"CSS"
			],
			"author": {
				"name": "Jacob Parker"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/styled-components/css-to-react-native/issues"
			},
			"homepage": "https://github.com/styled-components/css-to-react-native#readme",
			"jest": {
				"testURL": "http://localhost"
			},
			"devDependencies": {
				"@babel/cli": "^7.6.2",
				"@babel/preset-env": "^7.6.2",
				"eslint": "^4.17.0",
				"eslint-config-airbnb-base": "^12.1.0",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-import": "^2.8.0",
				"eslint-plugin-prettier": "^2.6.0",
				"jest": "^24.9.0",
				"lint-staged": "^6.1.0",
				"prettier": "^1.18.2",
				"rollup": "^1.22.0"
			},
			"dependencies": {
				"camelize": "^1.0.0",
				"css-color-keywords": "^1.0.0",
				"postcss-value-parser": "^4.0.2"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"licenseText": "MIT License\n\nCopyright (c) 2016 Jacob Parker and Maximilian Stoiber\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "css-to-react-native@3.0.0",
			"dist": {
				"shasum": "62dbe678072a824a689bcfee011fc96e02a7d756",
				"integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
				"tarball": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
				"fileCount": 44,
				"unpackedSize": 87770,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn25YCRA9TVsSAnZWagAAULEP/3NpBvDzFAgBI9eDWBIw\n1/oc1vk334g2t+M6uCoVD4M6U6qrRUBHtjmI/T+CzIs4gsO94Yw/PzoK9ryT\nhVCDhaB/j6rmBYJ9bzT6xO8H78WLLMBZoUoFyICM/i0rFzel26XYb0YbN+q+\niSvk+y2qziI995UwQ2z1TdH0HaabppqvjlEWI5Tt6iot29iMh4MrjsvMFrrD\nXduGHKc7ogUgJAsCibvbIDz3oQrgtV+hiLvvEAu90ky2g0KexjEWjz5ia158\nka+b4aOetgpZ9pyQy6Eph63OCDRqLk8p6mKTI0EH6efVJmsvKEM8WgbwbBj4\nntcYFK4sA4IBYx23L6kDRPHbwKfghxq0ffINaU1BSvLNCpmUByr6Iaoif1Ot\njv3iEEv4LQsch6le0neKNLQv+zaXlilArKCawhlTGW3LgNcZTfjP4cET2cKQ\nLu+r+WR9CVDHrjhIqXn1LJTmAhWSYnyVAgzzY0MGVOq3V6CoVu7u7ef/PhN9\nHhUR4GJhtI/SW1DMquSOv+D0PPcrT94qNcN/L3A8rFAYQhEYtYcULXM6se4s\npTOFQYs5sP4qJ+T97PNjho+Ush6Db6ThgpCn6ZNKOvxqB62J0wdBle3ZZrFG\nBl64b62+w0I6w5O7sZyaTpD91YDIPuOXidFPs5IVgIkMop43/9guPX5x2I4W\nQHNe\r\n=/P44\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "jacobparker1992@gmail.com",
					"name": "jacobp100"
				},
				{
					"email": "krister@sent.at",
					"name": "kristerkari"
				},
				{
					"email": "npm@mxstbr.com",
					"name": "mxstbr"
				}
			],
			"_npmUser": {
				"name": "jacobp100",
				"email": "jacobparker1992@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/css-to-react-native_3.0.0_1570729560115_0.35722599905581376"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-10-10T17:46:02.862Z",
		"created": "2016-11-17T09:48:20.111Z",
		"1.0.0": "2016-11-17T09:48:20.111Z",
		"1.0.1": "2016-11-17T10:37:46.134Z",
		"1.0.2": "2016-11-17T10:54:40.027Z",
		"1.0.3": "2016-11-21T16:25:19.255Z",
		"1.0.4": "2016-11-23T08:30:07.023Z",
		"1.0.5": "2016-11-24T19:05:47.242Z",
		"1.0.6": "2016-11-28T17:37:51.544Z",
		"2.0.0": "2017-01-24T19:58:27.654Z",
		"2.0.1": "2017-01-25T10:52:19.368Z",
		"2.0.3": "2017-04-02T20:23:13.598Z",
		"2.0.4": "2017-05-22T08:16:47.319Z",
		"2.1.0": "2018-02-03T10:22:28.665Z",
		"2.1.1": "2018-02-04T21:09:27.572Z",
		"2.1.2": "2018-02-18T17:03:29.321Z",
		"2.2.0": "2018-05-09T09:23:55.056Z",
		"2.2.1": "2018-06-23T14:55:16.723Z",
		"2.2.2": "2018-09-27T09:53:05.974Z",
		"2.3.0": "2019-02-07T16:33:04.466Z",
		"2.3.1": "2019-05-07T19:15:55.782Z",
		"2.3.2": "2019-08-25T19:21:33.258Z",
		"3.0.0": "2019-10-10T17:46:00.297Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"4c4393162d1bd6280b44c0898015b7be\"",
			"fetched": 1593324359951
		}
	},
	"_distfiles": {
		"css-to-react-native-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.0.tgz",
			"sha": "75475e19fbe4a904ad268fc8b693bae9d6478aaa",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.1.tgz",
			"sha": "475e9fc53baac584ff347a59aa2479e42cd25b15",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.2.tgz",
			"sha": "0e3d63fa4965895d5fa96c641cb16eb60ed23ab3",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.3.tgz",
			"sha": "17bd12d334e76023bf3d52fdc093549179f03bee",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.4.tgz",
			"sha": "483e520db458483d5b8dab9cf6900d98a5c87b44",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.5.tgz",
			"sha": "0b47f50723031973ec6ff56413985085b3869c9b",
			"registry": "npmjs"
		},
		"css-to-react-native-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-1.0.6.tgz",
			"sha": "728c7e774e56536558a0ecaa990d9507c43a4ac4",
			"registry": "npmjs"
		},
		"css-to-react-native-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.0.tgz",
			"sha": "f8dea118443af7aa28116c51ccb7914cb2babd90",
			"registry": "npmjs"
		},
		"css-to-react-native-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.1.tgz",
			"sha": "179b25cba8cab7798118b1679b81f4d6b3fa0de3",
			"registry": "npmjs"
		},
		"css-to-react-native-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.3.tgz",
			"sha": "7d3a11409ac283acef447a13d3bbd09980c68a4f",
			"registry": "npmjs"
		},
		"css-to-react-native-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.4.tgz",
			"sha": "cf4cc407558b3474d4ba8be1a2cd3b6ce713101b",
			"registry": "npmjs"
		},
		"css-to-react-native-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.0.tgz",
			"sha": "671b922aa3c0bc880e09f8f00e5a4bf0803928e5",
			"registry": "npmjs"
		},
		"css-to-react-native-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.1.tgz",
			"sha": "ea0f6ca3cdbc37cb40f3f4f55b49d3bb28b8a43e",
			"registry": "npmjs"
		},
		"css-to-react-native-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.1.2.tgz",
			"sha": "c06d628467ef961c85ec358a90f3c87469fb0095",
			"registry": "npmjs"
		},
		"css-to-react-native-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.0.tgz",
			"sha": "d524ef7f39a2747a8914e86563669ba35b7cf2e7",
			"registry": "npmjs"
		},
		"css-to-react-native-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.1.tgz",
			"sha": "7f3f4c95de65501b8720c87bf0caf1f39073b88e",
			"registry": "npmjs"
		},
		"css-to-react-native-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.2.2.tgz",
			"sha": "c077d0f7bf3e6c915a539e7325821c9dd01f9965",
			"registry": "npmjs"
		},
		"css-to-react-native-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.0.tgz",
			"sha": "bf80d24ec4a08e430306ef429c0586e6ed5485f7",
			"registry": "npmjs"
		},
		"css-to-react-native-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.1.tgz",
			"sha": "cf0f61e0514846e2d4dc188b0886e29d8bef64a2",
			"registry": "npmjs"
		},
		"css-to-react-native-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.2.tgz",
			"sha": "e75e2f8f7aa385b4c3611c52b074b70a002f2e7d",
			"registry": "npmjs"
		},
		"css-to-react-native-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
			"sha": "62dbe678072a824a689bcfee011fc96e02a7d756",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"css-to-react-native-2.1.2.tgz": {
			"shasum": "c06d628467ef961c85ec358a90f3c87469fb0095"
		}
	},
	"_rev": "2-17390fed5a299d8d",
	"_id": "css-to-react-native",
	"readme": "# css-to-react-native\n\nConverts CSS text to a React Native stylesheet object.\n\n```css\nfont-size: 18px;\nline-height: 24px;\ncolor: red;\n```\n\n```js\n{\n  fontSize: 18,\n  lineHeight: 24,\n  color: 'red',\n}\n```\n\nConverts all number-like values to numbers, and string-like to strings.\n\nAutomatically converts indirect values to their React Native equivalents.\n\n```css\ntext-shadow-offset: 10px 5px;\nfont-variant: small-caps;\ntransform: translate(10px, 5px) scale(5);\n```\n\n```js\n{\n  textShadowOffset: { width: 10, height: 5 },\n  fontVariant: ['small-caps'],\n  // Fixes backwards transform order\n  transform: [\n    { translateY: 10 },\n    { translateX: 10 },\n    { scale: 5 },\n  ]\n}\n```\n\nAlso allows shorthand values.\n\n```css\nfont: bold 14px/16px \"Helvetica\";\nmargin: 5px 7px 2px;\n```\n\n```js\n{\n  fontFamily: 'Helvetica',\n  fontSize: 14,\n  fontWeight: 'bold',\n  fontStyle: 'normal',\n  fontVariant: [],\n  lineHeight: 16,\n  marginTop: 5,\n  marginRight: 7,\n  marginBottom: 2,\n  marginLeft: 7,\n}\n```\n\nShorthands will only accept values that are supported in React, so `background` will only accept a colour, `backgroundColor`\n\nThere is also support for the `box-shadow` shorthand, and this converts into `shadow-` properties. Note that these only work on iOS.\n\n#### Shorthand Notes\n\n`border{Top,Right,Bottom,Left}` shorthands are not supported, because `borderStyle` cannot be applied to individual border sides.\n\n# API\n\nThe API is mostly for implementors. However, the main API may be useful for non-implementors. The main API is an array of `[property, value]` tuples.\n\n```js\nimport transform from 'css-to-react-native';\n// or const transform = require('css-to-react-native').default;\n\ntransform([\n  ['font', 'bold 14px/16px \"Helvetica\"'],\n  ['margin', '5px 7px 2px'],\n  ['border-left-width', '5px'],\n]); // => { fontFamily: 'Helvetica', ... }\n```\n\nWe don't provide a way to get these style tuples in this library, so you'll need to do that yourself. I expect most people will use postCSS or another CSS parser. You should try avoid getting these with `string.split`, as that has a lot of edge cases (colons and semi-colons apearing in comments etc.)\n\nFor implementors, there is also a few extra APIs available.\n\nThese are for specific use-cases, and most people should just be using the API above.\n\n```js\nimport { getPropertyName, getStylesForProperty } from 'css-to-react-native';\n\ngetPropertyName('border-width'); // => 'borderWidth'\ngetStylesForProperty('borderWidth', '1px 0px 2px 0px'); // => { borderTopWidth: 1, ... }\n```\n\nShould you wish to opt-out of transforming certain shorthands, an array of property names in camelCase can be passed as a second argument to `transform`.\n\n```js\ntransform([['border-radius', '50px']], ['borderRadius']);\n// { borderRadius: 50 } rather than { borderTopLeft: ... }\n```\n\nThis can also be done by passing a third argument, `false` to `getStylesForProperty`.\n\n## License\n\nLicensed under the MIT License, Copyright © 2019 Krister Kari, Jacob Parker, and Maximilian Stoiber.\n\nSee [LICENSE.md](./LICENSE.md) for more information."
}