{
  "_args": [
    [
      "styled-components@4.2.0",
      "/home/frank/WebstormProjects/infrastructure-components"
    ]
  ],
  "_from": "styled-components@4.2.0",
  "_id": "styled-components@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-L/LzkL3ZbBhqIVHdR7DbYujy4tqvTNRfc+4JWDCYyhTatI+8CRRQUmdaR0+ARl03DWsfKLhjewll5uNLrqrl4A==",
  "_location": "/styled-components",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "styled-components@4.2.0",
    "name": "styled-components",
    "escapedName": "styled-components",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "/home/frank/WebstormProjects/infrastructure-components",
  "author": {
    "name": "Glen Maddern"
  },
  "browser": {
    "./dist/styled-components.esm.js": "./dist/styled-components.browser.esm.js",
    "./dist/styled-components.cjs.js": "./dist/styled-components.browser.cjs.js"
  },
  "bugs": {
    "url": "https://github.com/styled-components/styled-components/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/styled-components.min.js",
      "maxSize": "16kB"
    }
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/styled-components"
  },
  "dependencies": {
    "@babel/helper-module-imports": "^7.0.0",
    "@emotion/is-prop-valid": "^0.7.3",
    "@emotion/unitless": "^0.7.0",
    "babel-plugin-styled-components": ">= 1",
    "css-to-react-native": "^2.2.2",
    "memoize-one": "^5.0.0",
    "prop-types": "^15.5.4",
    "react-is": "^16.6.0",
    "stylis": "^3.5.0",
    "stylis-rule-sheet": "^0.0.10",
    "supports-color": "^5.5.0"
  },
  "description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress",
  "devDependencies": {
    "react": "^16.6.1",
    "react-dom": "^16.6.1",
    "react-frame-component": "^4.0.2",
    "react-native": "^0.56.0",
    "react-primitives": "^0.6.1",
    "react-test-renderer": "^16.6.1"
  },
  "files": [
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "dist",
    "native",
    "primitives",
    "scripts",
    "test-utils",
    "macro"
  ],
  "gitHead": "df2c947e0a2a61e739b391cd8a47a787a56f6f5b",
  "homepage": "https://styled-components.com",
  "jest": {
    "testURL": "http://localhost",
    "clearMocks": true,
    "roots": [
      "<rootDir>/src/"
    ],
    "setupFiles": [
      "raf/polyfill",
      "<rootDir>/src/test/globals.js"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/test-utils/setupTestFramework.js",
    "testPathIgnorePatterns": [
      "<rootDir>/src/native",
      "<rootDir>/src/primitives"
    ]
  },
  "jsnext:main": "dist/styled-components.esm.js",
  "keywords": [
    "react",
    "css",
    "css-in-js",
    "styled-components",
    "babel-macro",
    "babel-macros",
    "styling"
  ],
  "license": "MIT",
  "main": "dist/styled-components.cjs.js",
  "module": "dist/styled-components.esm.js",
  "name": "styled-components",
  "peerDependencies": {
    "react": ">= 16.3.0",
    "react-dom": ">= 16.3.0"
  },
  "react-native": "native/dist/styled-components.native.cjs.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/styled-components.git"
  },
  "scripts": {
    "benchmarks": "node benchmarks/run-headless.js",
    "build": "rollup -c",
    "build:benchmarks": "(cd benchmarks && yarn && yarn run build)",
    "dev": "cross-env BABEL_ENV=cjs babel-node example/startServer.js",
    "flow": "flow check",
    "flow:watch": "flow-watch",
    "format": "eslint ./**/*.js --fix",
    "lint": "eslint src",
    "postinstall": "node ./scripts/postinstall.js || exit 0",
    "prebenchmarks": "yarn run build:benchmarks",
    "prebuild": "rimraf dist",
    "prepublishOnly": "run-s build",
    "prettier": "prettier */**/*.js --write",
    "size": "bundlesize"
  },
  "sideEffects": false,
  "version": "4.2.0"
}
