{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"1db19facdbcd249c35201750d73c3907b2c39a0f","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661358227.0.tgz","fileCount":9,"integrity":"sha512-NqNeKC1lUf43t7/1tPOFm684xvI4Li5uWtBIgpP1jBNddhyVgvULlYULpBSTy1pxUFsOrXr1fJHyyezwSFUHXA==","signatures":[{"sig":"MEUCIGju2/tDQTZoQwzURCXqAjHAOYqcnf83lvkKCAezjcKDAiEA39viRfb0nRkh/f1nEp6ye+2HgeKQZBLXCbuEGBytuGE=","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\nwsFzBAEBCAAGBQJjBlCXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRNQ//cqK8Mzcn6kLUOvUxOX0kwDxotUEaf9QBINLZfDRtP9m5JsKr\r\nHExQbvf+1sEb2sbPXHtBvBlmxjUjXhHFGxr3edqmoY7WO3dJRtxvsO0F1RX9\r\nNxXbJxX+DgFFMrbCrAhMI2sPfJF4gWcxhOb7xtywC6fqyMSkaxp6AiiOWlyz\r\nUUOWLrk99tJodjDwIGw2ohLKu4fq8Nv6aPQgYBrUxHuh7WdBwLJZxED95TDq\r\nq1b8xBBgLElz4yCBd53iQqBPyh1GST/dab121J+hzec29WcTOm0hd62WszYc\r\nRnlyT4gqa+BA+JiHFeMMRmnd4MqUSoIjF7ukFsX+sUAV5AhiX3h9C1ySVrY8\r\n4Q+pgB2gH60hySozPAc7VaBUXjwXdv+quZGbY/tpBznuYjCPvlGCVcNxhfR0\r\nI75uKHcjLg0J88Pajji1EOwCeVHF9M0a7cOQ7Icg6YL7GWQerVkHMsfPmJKo\r\nlxF+0M8kD0f1gP4YXf91cD4lg3a2j8NQTRXdCBTMozzzmvQX0zKvuYRn9p21\r\nnLLddr0zc02iu9HqlSuxuj3Yr2YagrP5ID9prIZtcBakHvKsDxrUKxjs844k\r\n+6d3V3EKEpWHHIOiAFqR9Xwpp7MiZUTv759XZ3GWhDvcpOPl/tdDxdsiJ6Fc\r\nDQXqA+1qG+/KDB25FqD+jzDVcefXUVtAi8Y=\r\n=xPBS\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":"bf53db4fa3d50bd17217808990f5c8f5e06d1438","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.1661358227.0_1661358231454_0.3370441529620489","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661358227.0","version":"2.0.2-canary.1661358227.0"}