{
  "manifest": {
    "name": "styled-components",
    "version": "6.1.8",
    "description": "CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.",
    "types": "dist/index.d.ts",
    "main": "dist/styled-components.cjs.js",
    "module": "./dist/styled-components.esm.js",
    "react-native": "native/dist/styled-components.native.cjs.js",
    "browser": {
      "./dist/styled-components.cjs.js": "./dist/styled-components.browser.cjs.js",
      "./dist/styled-components.esm.js": "./dist/styled-components.browser.esm.js"
    },
    "sideEffects": false,
    "scripts": {
      "generateErrors": "node scripts/generateErrorMap.js",
      "prebuild": "rimraf dist && yarn run generateErrors",
      "build": "rollup -c",
      "postbuild": "yarn run size",
      "pretest": "yarn run generateErrors",
      "test": "yarn run test:web && yarn run test:native",
      "test:web": "jest -c jest.config.main.js",
      "test:native": "jest -c jest.config.native.js --forceExit",
      "test:integration": "jest -c jest.config.integration.js --runInBand --forceExit",
      "size": "bundlewatch",
      "prettier": "prettier src --write",
      "prettier:check": "prettier src --check",
      "prepublishOnly": "cp ../../README.md . && yarn run build"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/styled-components/styled-components.git"
    },
    "files": [
      "LICENSE",
      "README.md",
      "dist",
      "native",
      "test-utils"
    ],
    "keywords": [
      "react",
      "css",
      "css-in-js",
      "styled-components",
      "styling"
    ],
    "author": {
      "name": "Glen Maddern"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/styled-components/styled-components/issues"
    },
    "homepage": "https://styled-components.com/",
    "dependencies": {
      "@emotion/is-prop-valid": "1.2.1",
      "@emotion/unitless": "0.8.0",
      "@types/stylis": "4.2.0",
      "css-to-react-native": "3.2.0",
      "csstype": "3.1.2",
      "postcss": "8.4.31",
      "shallowequal": "1.1.0",
      "stylis": "4.3.1",
      "tslib": "2.5.0"
    },
    "peerDependencies": {
      "react": ">= 16.8.0",
      "react-dom": ">= 16.8.0"
    },
    "devDependencies": {
      "@babel/core": "7.21.0",
      "@babel/helper-module-imports": "7.18.6",
      "@babel/plugin-external-helpers": "7.18.6",
      "@babel/plugin-proposal-class-properties": "7.18.6",
      "@babel/plugin-proposal-object-rest-spread": "7.20.7",
      "@babel/plugin-transform-flow-strip-types": "7.21.0",
      "@babel/preset-env": "7.20.2",
      "@babel/preset-react": "7.18.6",
      "@babel/preset-typescript": "7.21.0",
      "@rollup/plugin-typescript": "11.1.1",
      "@types/enzyme": "3.10.13",
      "@types/jest": "29.5.2",
      "@types/js-beautify": "1.13.3",
      "@types/node": "18.16.18",
      "@types/react": "17.0.62",
      "@types/react-dom": "17.0.20",
      "@types/react-frame-component": "4.1.3",
      "@types/react-native": "0.69.21",
      "@types/react-test-renderer": "17.0.2",
      "@types/shallowequal": "1.1.1",
      "babel-jest": "29.4.3",
      "babel-plugin-add-module-exports": "1.0.4",
      "babel-plugin-styled-components": "2.0.7",
      "babel-plugin-tester": "10.1.0",
      "bundlewatch": "0.3.3",
      "jest": "29.4.3",
      "jest-environment-jsdom": "29.4.3",
      "jest-serializer-html": "7.1.0",
      "jest-watch-typeahead": "2.2.2",
      "js-beautify": "1.14.7",
      "prettier": "3.0.1",
      "prop-types": "15.8.1",
      "react": "17.0.2",
      "react-dom": "17.0.2",
      "react-frame-component": "4.1.3",
      "react-native": "0.70.6",
      "react-test-renderer": "17.0.2",
      "rollup": "3.18.0",
      "rollup-plugin-commonjs": "10.1.0",
      "rollup-plugin-json": "4.0.0",
      "rollup-plugin-node-resolve": "5.2.0",
      "rollup-plugin-replace": "2.2.0",
      "rollup-plugin-sourcemaps": "0.6.3",
      "rollup-plugin-terser": "7.0.2",
      "stylis-plugin-rtl": "2.1.1",
      "ts-toolbelt": "9.6.0",
      "typescript": "4.9.5"
    },
    "bundlewatch": {
      "files": [
        {
          "path": "./dist/styled-components.min.js",
          "maxSize": "11.5kB"
        }
      ]
    },
    "collective": {
      "type": "opencollective",
      "url": "https://opencollective.com/styled-components"
    },
    "funding": {
      "type": "opencollective",
      "url": "https://opencollective.com/styled-components"
    },
    "engines": {
      "node": ">= 16"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-styled-components-6.1.8-c109d36aeea52d8f049e12de2f3be39a6fc86201-integrity/node_modules/styled-components/package.json",
    "readmeFilename": "README.md",
    "readme": "<div align=\"center\">\n  <a href=\"https://www.styled-components.com\">\n    <img alt=\"styled-components\" src=\"https://raw.githubusercontent.com/styled-components/brand/master/styled-components.png\" height=\"150px\" />\n  </a>\n</div>\n\n<br />\n\n<div align=\"center\">\n  <strong>Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅</strong>\n  <br />\n  <br />\n  <a href=\"https://www.npmjs.com/package/styled-components\"><img src=\"https://www.styled-components.com/proxy/downloads.svg\" alt=\"downloads: 600k/month\"></a>\n  <a href=\"#backers\" alt=\"sponsors on Open Collective\"><img src=\"https://opencollective.com/styled-components/backers/badge.svg\" /></a> <a href=\"#sponsors\" alt=\"Sponsors on Open Collective\"><img src=\"https://opencollective.com/styled-components/sponsors/badge.svg\" /></a> <a href=\"https://discord.gg/hfGUrbrxaU\">\n        <img alt=\"Discord\" src=\"https://img.shields.io/discord/818449605409767454?logo=discord\" /></a>\n  <a href=\"https://bundlephobia.com/result?p=styled-components\" title=\"styled-components latest minified+gzip size\"><img src=\"https://badgen.net/bundlephobia/minzip/styled-components\" alt=\"gzip size\"></a>\n  <a href=\"#alternative-installation-methods\"><img src=\"https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg\" alt=\"module formats: umd, cjs, esm\"></a>\n  <a href=\"https://codecov.io/gh/styled-components/styled-components\"><img src=\"https://codecov.io/gh/styled-components/styled-components/coverage.svg?branch=main\" alt=\"Code Coverage\"></a>\n</div>\n\n---\n\n**Upgrading from v5?** See the [migration guide](https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6).\n\nUtilizing [tagged template literals](https://www.styled-components.com/docs/advanced#tagged-template-literals) (a recent addition to JavaScript) and the [power of CSS](https://www.styled-components.com/docs/api#supported-css), `styled-components` allow you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!\n\n```jsx\nconst Button = styled.button`\n  color: grey;\n`;\n```\n\nAlternatively, you may use [style objects](https://www.styled-components.com/docs/advanced#style-objects). This allows for easy porting of CSS from inline styles, while still supporting the more advanced styled-components capabilities like component selectors and media queries.\n\n```jsx\nconst Button = styled.button({\n  color: 'grey',\n});\n```\n\nEquivalent to:\n\n```jsx\nconst Button = styled.button`\n  color: grey;\n`;\n```\n\n`styled-components` is compatible with both React (for web) and React Native – meaning it's the perfect choice even for truly universal apps! See the [documentation about React Native](https://www.styled-components.com/docs/basics#react-native) for more information.\n\n_Supported by [Front End Center](https://frontend.center). Thank you for making this possible!_\n\n---\n\n## [Docs](https://www.styled-components.com/docs)\n\n**See the documentation at [styled-components.com/docs](https://www.styled-components.com/docs)** for more information about using `styled-components`!\n\nQuicklinks to some of the most-visited pages:\n\n- [**Getting started**](https://www.styled-components.com/docs/basics)\n- [API Reference](https://styled-components.com/docs/api)\n- [Theming](https://www.styled-components.com/docs/advanced#theming)\n- [Server-side rendering](https://www.styled-components.com/docs/advanced#server-side-rendering)\n- [Tagged Template Literals explained](https://www.styled-components.com/docs/advanced#tagged-template-literals)\n\n---\n\n## Example\n\n```jsx\nimport React from 'react';\n\nimport styled from 'styled-components';\n\n// Create a <Title> react component that renders an <h1> which is\n// centered, palevioletred and sized at 1.5em\nconst Title = styled.h1`\n  font-size: 1.5em;\n  text-align: center;\n  color: palevioletred;\n`;\n\n// Create a <Wrapper> react component that renders a <section> with\n// some padding and a papayawhip background\nconst Wrapper = styled.section`\n  padding: 4em;\n  background: papayawhip;\n`;\n\nfunction MyUI() {\n  return (\n    // Use them like any other React component – except they're styled!\n    <Wrapper>\n      <Title>Hello World, this is my first styled component!</Title>\n    </Wrapper>\n  );\n}\n```\n\nThis is what you'll see in your browser:\n\n<div align=\"center\">\n  <a href=\"https://styled-components.com\">\n    <img alt=\"Screenshot of the above code ran in a browser\" src=\"http://i.imgur.com/wUJpcjY.jpg\" />\n  </a>\n</div>\n\n---\n\n## Looking for v5?\n\nThe `main` branch is for the most-current version of styled-components, currently v6. For changes targeting v5, please point your PRs at the `legacy-v5` branch.\n\n---\n\n## Built with `styled-components`\n\nA lot of hard work goes into community libraries, projects, and guides. A lot of them make it easier to get started or help you with your next project! There are also a whole lot of interesting apps and sites that people have built using styled-components.\n\nMake sure to head over to [awesome-styled-components](https://github.com/styled-components/awesome-styled-components) to see them all! And please contribute and add your own work to the list so others can find it.\n\n---\n\n## Contributing\n\nIf you want to contribute to `styled-components` please see our [contributing and community guidelines](./CONTRIBUTING.md), they'll help you get set up locally and explain the whole process.\n\nPlease also note that all repositories under the `styled-components` organization follow our [Code of Conduct](./CODE_OF_CONDUCT.md), make sure to review and follow it.\n\n---\n\n## Badge\n\nLet everyone know you're using _styled-components_ → [![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)\n\n```md\n[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)\n```\n\n---\n\n## Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n<a href=\"https://github.com/styled-components/styled-components/graphs/contributors\"><img src=\"https://opencollective.com/styled-components/contributors.svg?width=890\" /></a>\n\n---\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/styled-components#backer)]\n\n<a href=\"https://opencollective.com/styled-components#backers\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/backers.svg?width=890\"></a>\n\n---\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/styled-components#sponsor)]\n\n<a href=\"https://opencollective.com/styled-components/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/styled-components/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/styled-components/sponsor/9/avatar.svg\"></a>\n\n---\n\n## License\n\nLicensed under the MIT License, Copyright © 2016-present Glen Maddern and Maximilian Stoiber.\n\nSee [LICENSE](./LICENSE) for more information.\n\n---\n\n## Acknowledgements\n\nThis project builds on a long line of earlier work by clever folks all around the world. We'd like to thank Charlie Somerville, Nik Graf, Sunil Pai, Michael Chan, Andrey Popp, Jed Watson & Andrey Sitnik who contributed ideas, code or inspiration.\n\nSpecial thanks to [@okonet](https://github.com/okonet) for the fantastic logo.\n",
    "licenseText": "MIT License\n\nCopyright (c) 2016-present Glen Maddern 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"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.8.tgz#c109d36aeea52d8f049e12de2f3be39a6fc86201",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.8.tgz",
    "hash": "c109d36aeea52d8f049e12de2f3be39a6fc86201",
    "integrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==",
    "registry": "npm",
    "packageName": "styled-components",
    "cacheIntegrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw== sha1-wQnTau6lLY8EnhLeLzvjmm/IYgE="
  },
  "registry": "npm",
  "hash": "c109d36aeea52d8f049e12de2f3be39a6fc86201"
}