{
  "_from": "css-to-react-native@^2.0.3",
  "_id": "css-to-react-native@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-z0zEB1WLNHTUuovhos07bOcTEBs=",
  "_location": "/css-to-react-native",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css-to-react-native@^2.0.3",
    "name": "css-to-react-native",
    "escapedName": "css-to-react-native",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/emotion/styled-components",
    "/styled-components"
  ],
  "_resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.0.4.tgz",
  "_shasum": "cf4cc407558b3474d4ba8be1a2cd3b6ce713101b",
  "_spec": "css-to-react-native@^2.0.3",
  "_where": "/Users/jxnblk/repos/cxs/benchmarks/node_modules/emotion/node_modules/styled-components",
  "author": {
    "name": "Jacob Parker"
  },
  "bugs": {
    "url": "https://github.com/styled-components/css-to-react-native/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "css-color-keywords": "^1.0.0",
    "fbjs": "^0.8.5",
    "postcss-value-parser": "^3.3.0"
  },
  "deprecated": false,
  "description": "Convert CSS text to a React Native stylesheet object",
  "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"
  },
  "homepage": "https://github.com/styled-components/css-to-react-native#readme",
  "keywords": [
    "styled-components",
    "React",
    "ReactNative",
    "styles",
    "CSS"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "css-to-react-native",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/css-to-react-native.git"
  },
  "scripts": {
    "build": "babel src --ignore test.js --out-dir dist",
    "prepublish": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "version": "2.0.4"
}
