{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"7eb5d204b37d7aa6ccddff73a19813091581e2cb","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1669611080.0.tgz","fileCount":9,"integrity":"sha512-TMH7oG22qWdOIQ9ppX0hI0bl2wxeOSd1CSVNBfeh+6XP9ofloPDjwPpdkDEatNxzyJk/VjaFaZVTt21lhvU7ng==","signatures":[{"sig":"MEUCIBkoyaOp3TdbBFmzfeWDe0lyXkHe9DSZztGZlqVMkzuNAiEAzPQs6gWp9nhHZK3vCE+8FsD9Werwg9oq2WsCBPm7Vyk=","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\nwsFzBAEBCAAGBQJjhD5MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJ4w//f4eofwYncMdOzJGVcrqcQz/5v4YnhVakvpESRSsLg0/y0AzD\r\nS74OOGEx5nhxFJYFI6opKYQ6VoCThr6OilQmu/7N4MTC0Yawr1mTommD1rFb\r\nFsbEot4QdzKVhhjKmdJPJBTDxN/3+TSHlBC/SfEILOSIutbHzrNgPRVtuD5R\r\nM0geQzvhv71ETJmZhxWTKZEBiubKYEq3CJB4TuhANrdXqScsCnvmkl6CDEDO\r\nwHUWAObWnFJ0hPCR2asTi9xfgJBk0BQCcpl5XxtSZzufi8qSXmT5ThVl31nY\r\n8miLSk0EUm0N+igBzXvGWcVhZLhyPMMFXQcVGL6G5u6/wGRtovAxW3Km7rON\r\nprQK2W4QDE/oHSHVtiQITjX8NmhFfgrvm7FcaccmJbFX0BU2Sa1FhWkfgrdc\r\nrnglub0mMZdyd+WJG+uHH1FiWa/7P2TWR9QqQCmzsQgYhUgyj3f4+8p12M7q\r\n+lGyKzC6HuzUZjmjKLW/Z6AC6KsyhqD5ffZ0Fptq+NxClqrHDSR5GHOfJJuG\r\n6TAq4vjMniXPTVdTw3I+Zjxcpe0A0A2Vuj1yQzDwklZLpJ4SPVvXYkz30TPU\r\nl9gFEqgcLemUv2w6RiZZdnr9X3Ip3lpE2QLW7tekIK7KLnxBTNv4sLcQPK15\r\npmmAtBmTvVlGec5esh5VdEqmrxaNTItkSlM=\r\n=c65q\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":"15d4e81d78e274465d0dc824062387e6ea697eb0","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.6.2/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.1669611080.0_1669611084169_0.34074971404443","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1669611080.0","version":"2.0.2-canary.1669611080.0"}