{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"8f80e3b8de4797f2d5fd7ee49f74016f0ec45896","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663712550.0.tgz","fileCount":9,"integrity":"sha512-4Q3v5wsDv14jUHPm1EL0Nf6xAKqT1aGwclCQlPEHeNNSgSh54rie5RrZS7ir7jY09oRfSUXQd3oDS2igrxWvfw==","signatures":[{"sig":"MEYCIQCb9lGDWoHRuppozUc4p1Ak62eOV6GnmN6/ADH6nLfUUgIhAKENGHNkL35V3gjyHYtW9YTPkALhUqYR8J3HQLq++waZ","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\nwsFzBAEBCAAGBQJjKj0qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNRxAAggFXSMnfA/ZeNOjKPXYdfWntgbimpp2baIwUjSVJQ5IWxCRb\r\nBoqYl5fU8r/iGNQJMowi/Rw5gGqOUW7SP/ta4T3mtQG9YShpo4im+7zd9H3T\r\n63YHwMbUaVfUTb1aTqvM+MWJQkc4GbEpwgSXCtWz6fKBr+fyFz+7ekLX+aoi\r\nL7cKds8/J4H2+4m33KoXIyfUYsSf2OD/Hnvq1j41tUtk8tzZe2yeEcZZHnRd\r\nJSY4Ip1ApRQkWCdtLodbuoYuKfGL4LwAjlljVEpQrIXjeUd7mEHz8Nt+uvSu\r\nXibGHnOxJ4Q2DOjRcNzQ63fSudi69KZx/Xlt5JU+eE2UfhrJjYtaf992NMpK\r\nFcSap2unzjLvKBGGklExMwr/PuYSSNlAMefDRlUNGNf0kSKxmLtBkKDmil4Q\r\nIwHBa4FJfY3XPpR3t+9Sn89aa6IzGXBthLLmdDJqvlLNa7dAV6ZP0MZKF4oG\r\nKzDtouzbjdu1mPtkqEOqd4CNsGd7a6GIZJsOVYp2G1s7D4o4WmwvX2toGDT8\r\nAnUYJjtY9H4kJjbe0nUX6KrxFxVrz15UzOrk0LXHl58zL8xIvNWEoSJtHqan\r\nMUe5R9hvELgfNseE/lpC5cWlvS0NCgkvG44CqxO7xZ8sNYu7jqkEVixqlfU+\r\nzcN4bGy0kXSTLgmXfU5kBEtjyRu3l3FrQ6U=\r\n=Fvj5\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":"2b28990630438b4180dfc6a058fdcf7f5d8fc687","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.2/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.1663712550.0_1663712553864_0.7377007464495322","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663712550.0","version":"2.0.2-canary.1663712550.0"}