{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"497efd672df49111835aab14bab104b3573b444c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663712668.0.tgz","fileCount":9,"integrity":"sha512-/DLhZde4KG58okQqqze9DF9bA6ziqRNMscCMIS2Bd7EZfJFNgcG2Xwshr/QNKFAxPnCZ+B3wfz02t6TBFgHKZA==","signatures":[{"sig":"MEUCIQD9oLOd04n4pXSqM8UXNXoUOClTXaPpLmF7OBL+lvMWPQIgNS5rtj9o2rpcYtCZOoJ8dzpx4UBlEd0UFxIAgmO3n+k=","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\nwsFzBAEBCAAGBQJjKj2gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocfQ//U4/snvqyPzM9CdHqyrUDcGjQhmjtci4m3xdEizT0oZai8Yas\r\nT0HHerpiKLzDBOlJd3KatRtslHhRUlcXF90qH0U9hRKP/NpCsgvRfADZz0t0\r\n9CpUao0ZwParbuZ56etw3tbWwvSlKpEWQ3eEs1ob9LhsqlGam1Zk0k6QJGvI\r\nYYI5dTax7vFFViBviiSNm3eddkw0rhcg5buB8xbTGiLaXvo+7nbLZwbS9oJJ\r\nRMSVo1pyFrJDYekDewpJf787XAgNelWX5i22u6QGZMupNA3mOKL/slGpsNmg\r\nrFPnS0QfSyOQSw0BTCNtGxKmPrzTjo2gcOABGfF7vOLSsbEO79DdxXHlMIIF\r\n/UZjph1ZxGZFajv5yCRU8r6K9keKVPXxuI1N6vti346VFwoUkhZ/QLHI7sG0\r\nVljAaAkZ++PTxFqKDDo5ECkDhqCQCfW0/+I37JBqi4YBNRYgd2LsLQtS6qpt\r\n/0MbQwHLecXqiGHW019mtNJ8C0PDj7IK4lYzJlbr0J+IpSjWhG8vtZFIj6l4\r\njwR0hbapSBgzWMprsbudIbNtn1TqqyKx9aun9m9AP1LqiOn7qQ0sCQBpfAT2\r\nvDMR1dlvvDS2giO0fhGB3Pe2iXlVq4z6UzL0fYAGYATgVrW278uylyQx3pgE\r\nCITimC5zuuad6y2npleGPbH751kwrnA8/J4=\r\n=0+Fl\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":"4d2381054d7a9c050d60dcbaf9a546f81c337578","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.1663712668.0_1663712672185_0.36845853252358163","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663712668.0","version":"2.0.2-canary.1663712668.0"}