{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"ae530fe16f27c204a2362bb0c89e083830aca5d2","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1669660189.0.tgz","fileCount":9,"integrity":"sha512-CHSDvSOnEVnO4aFmUR2Y91dHFHnlfxxhsilaHUjQIbOunHyTXMqy0jGLJubTENv1lp4XFrxoW2HQH/NOTmUl1g==","signatures":[{"sig":"MEUCIQDqAF4smOdaFrzDRR5cIfYzMUFsdu0uxgpddU719d4t6wIge7+Hg2VjEpeLSrQrxK0hI3RjL9oDoIfEIfZ/iSjLXEU=","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\nwsFzBAEBCAAGBQJjhP4jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpZw/9EZ4xcLyCIf/DvShsX4WtlCvxAQIxHaGLU9/LlNDNoCg2spE4\r\nTh+qjoAwLGQ5bgRhsGgu66wIq17tnLI7aG1ESr8NN5mKW34hsFQ3uAOuoJCO\r\n4MX/ECm2ZUU5QNO6xQ/naRE3wTJOuj6HMNdLasmEHterQFlfdKwRBOIgPYd0\r\nYgnzvnFP/WNb4yXdwsskswpsj95eSCObyBTYlcltPPpsncYA6xQr55CrqW21\r\nlqegv4qtLxR20F9CiMnkvWe7E3Jq9ZBj5slsM5D6s2pS7YbJJ2BxJ4w+X7Q0\r\nQsAWohFXfWpqdv7ScEyFYXb4fs58J1YxYXbiszO9uMQdvc5xfr7vMo/9RStv\r\n88yE59m/2W2mujCtS3RlRrjERIKiqVLInopZC4czDFsxncpZDZD940SR1fGf\r\n0i4Mh46mLBpHTx1CYGr8R2VV1Ix0BceD/vxkrIKmgdKVibpjnYaZ3PQeLEFA\r\nxAkl9+dYZvLqi0NaRoIrLgH5AsZ8joaKkl8yhIE6ZSrkrE3w6NbRHKvzKcEJ\r\nzRBiv4mPoMkhLK3oUEy2/zBnkejCppON9QGcAix+kLxoxWCnaWEjGRtaC3Jm\r\nmkmpXWjgX48x2L1whZDosm8bz9SNux8RVyJ2dtS/gekI6oHgXNDxkmXOCcPG\r\nKvGtmA/FYsij7F00hdMn3rJT6LpyqvXRT48=\r\n=E6Wg\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":"abee5f21a0b3efbc29c41e3e68bc79b8f89d6fd7","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/6.0.3/node@v16.18.1+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.18.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1669660189.0_1669660195575_0.8118333006473792","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1669660189.0","version":"2.0.2-canary.1669660189.0"}