{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"02090971f01e7bd45bfefd4e08c1f8e9b11aef27","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661439616.0.tgz","fileCount":9,"integrity":"sha512-fUYgD35HF4cEhWuAPStqIqc4oDuVYZBn1o6P9hpo1msYCuaf1X9SK0nbHwgs9S58FaL74It3Tbg9jzgo/WdL/A==","signatures":[{"sig":"MEUCID3MAwS1Z6O8DqQMw22l54GQuAeDvec2Q4HNA6Mp6RnrAiEAzjLFPP3yihBaiCkilGmrLw+vs7awWZ9Qnb8nNBw019E=","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\nwsFzBAEBCAAGBQJjB46FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAqg//XwyDth6TBP25C7webLaQ/6qF4wWYYJ7BgqtNot0hhNuHB7RO\r\nZg8fIyBkBGB38GJvF6PC77skY11DzrxOdO9g1RFthONcvzpkQU1vbgKQfVOs\r\n3ZGr3ojRvfGj1RnYwr4eMb8cuFDFR8GWM0iwntoI+htDYcE74qqzhC33n2IG\r\nOlgpsb9IytXvEzLm/S7RWDVjWJ2lJ6uqFgUxW6saHNxgb18ZcHNeS+UMXX7F\r\npZKALqVHxDrowKEPgT4gM1hPFU4iZdL0mTW2CPav3rHn56pj2SvBs4inokI3\r\n6yVnx9dKopr+I8JPM/CrXzd85zeOnMQFAG1tfvx/UXbOaCyV+yQwgtOArq6X\r\nijLfgWzqGu06y7sTcejobU3dZiFsqEHQyHagYrlxu9dvjtma5nF/LZgoKclu\r\nu/5lgmhu/DtJJqb1mcRdMXiiB3gVBqn+9LwwJDkPGoLXXuJZ/psIb4RV0OGZ\r\nW5BB/ovvCIAyOElzK5mIHAGLbmGaoF2qD6K9DNnI3Yh2+SOO6CGWJmEJPaKC\r\nCYgNsqRaTRaGTMmo13L9NmeGZ6LSziVmMlj3SOHX+FR92+FwL1C7Q23Vskiv\r\nRNkKFRmQnpBsWfSB+8MWV5j7qqtkkcoR0uG1g+joLpl8RLFPj5DXTD/whJdi\r\naoahc04PIf22BgreYmPbPM5FDHhuRmHBzsE=\r\n=Ht3F\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":"b15b06b28f74bafd56baebbee26cdd5f676a3773","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.4.3/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.1661439616.0_1661439620746_0.626167390790703","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661439616.0","version":"2.0.2-canary.1661439616.0"}