{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"a83e0e766481036d50050560a6f4caadc244a63b","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663253536.0.tgz","fileCount":9,"integrity":"sha512-4uXgONpJeW2X+Iafx47GRGgp0tZCiUnBh6k6yDHD0nfqYCaNHsjAi9aPwAkhFDVbOslfEDXB6IgoLwVZx47BfA==","signatures":[{"sig":"MEYCIQD/q5DxaJPWN63auS2x3sz9+nBRpOQrm0hG+106HbyLUgIhAMiinv2fLm1rgl7yGCKmiv/Pw/LqTYC0XUo6x0/C9qOO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIzwpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoi5g//fSs67hCwe+noddol0jXptIMK4B7sWW50+ojGiWxzdNnwHAF9\r\n4RLdl6MLl0guUiI6mT9b1QXmlptYjzrrJ1DIcb0ijOiQMenqGDk7MbiffBh/\r\nsZHML8v9yh7ODv2f2pbDYsDuS4pD3kQV3/KXM0mucE8B7YnCUpHl8+3Q54mB\r\nacfOpz4I+Qszyji/OzS3/7VkP4LwKSC/J1aQplyw071nF3sAUje55Q9CFlCX\r\nRSrKBESFzxOUatuU9UtRbUW3i/71Ja9D5rBLd4/9iLbqzAucGMKiRd6H4/x1\r\ni+vA2x6WC7FxfrT+eZmF28F+teup7Hep9Z/MSaPaOOFyzwPyebE/QLl7GWGE\r\nUBcWjtHEmJnOcV4i5/9DPOegZS6qi0c9nMaW7q6XmMP65XcnvjXikcBfHBj4\r\nKhQew7QIxtfpdyGTDVKB/lyLOwtP2vWJi5KhDAGfS3YQTq/GEdVr4MXxD1WF\r\nBCVkjr0ij7N2vx+Odtw8JxpxiFPvupxS/xAtL6vtCQSiiqempfIUs5g6EJnS\r\nOhybxqekSzaUKHR4tfaGdewJLl+kTeiZfxj4u7cAg2/Jli7Kvbs8ENesAwCc\r\nXF4UDCNULQvrTorTAPyKSnLeEIL9x0kowXesTP+jMUPB7Lt/o8faJq0X5RNt\r\n28Nc/BmMEDS4066lK5+FkIXqgBcQnd1fv0o=\r\n=wO+3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./target/build/lib.js","name":"@joist/styled","types":"./target/build/lib.d.ts","author":{"name":"deebloo"},"module":"./target/build/lib.js","readme":"# Styled\n\nApply css to a shadow root. Will apply constructable stylesheets if available and fallback to `<style>` elements if not.\n\n#### Installation:\n\n```BASH\nnpm i @joist/styled\n```\n\n#### Example:\n\n```TS\nimport { styled, css } from '@joist/styled';\n\n@styled\nexport class MyElement extends HTMLElement {\n  static styles = [\n    css`\n      :host {\n        display: block;\n        color: red;\n      }\n    `\n  ]\n  constructor() {\n    this.attachShadow({ mode: 'open' });\n  }\n}\n```\n","exports":{".":{"import":"./target/build/lib.js"},"./styled":{"import":"./target/build/lib/styled.js"}},"gitHead":"da54d90362f949a9526663b3a67db173ae1857fc","license":"MIT","scripts":{"test":"tsc -p tsconfig.test.json && wtr --config ../../wtr.config.mjs --port 8000","build":"tsc -p tsconfig.build.json"},"_npmUser":{"name":"deebloo","email":"dannybluedesign@gmail.com"},"homepage":"https://github.com/deebloo/joist#readme","keywords":["TypeScript","WebComponents","CSS","ShadowDOM"],"repository":{"url":"git+https://github.com/deebloo/joist.git","type":"git"},"_npmVersion":"lerna/5.5.1/node@v16.17.0+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.17.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1663253536.0_1663253545252_0.5130234701098451","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663253536.0","version":"2.0.2-canary.1663253536.0"}