{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"202e6369af38bf667bf9b430dd8b20eefd5da5ff","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663432493.0.tgz","fileCount":9,"integrity":"sha512-goUNttumpQwO2MpQDymS8gLfXQrY1f3LEyyOrb7iQVmnf10UpQ7iRxgFrtqWQfkG9qoix89WrcMCs60L/regiA==","signatures":[{"sig":"MEUCIArpXURvt83qLKHmqEX2el5ZQyTAI6jQ9BjFFBg/UPOgAiEAsGbHjXTHvHbzNxPL4s3VZMrJvImXeEkVkrt6xYuBxTI=","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\nwsFzBAEBCAAGBQJjJfcxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZnhAAk32c07KIhG9nmRzUhgtR84DNDB+CQRWOw4FcF4UUG4s39TUe\r\nTPa6aEja0cm9ZS24ZvWsYtBlz0FR6O5kWbFhoeTH+wnREfc1DJbO70iEiKc3\r\nABsRs1bDp7rOkMAUTI6lHTqnK0jAmtZTfUEs7tOfEQu8bO4inJmjwHLpHiMC\r\nN8uFoYcYDZ17rPg0e1ds4nHwliIyGf69EM72ZboLVqbQ2L5F1UYZ89f8vaL6\r\nEcPn1fLvpqYd3PK+6QroQEui5CZRfwtd3chfmAtzLweNzxdxhLKBjhD6mWSX\r\nJQwNefQU7235VcDhCa90tt7n3DuouzLuDneQjKHLUThf8tFhpz1S7FsEDHgm\r\nVniajhK1JlsvWYay00qL1m6I7sPVKNEFwF00xLiq+TjGqGqnSTJy+UCXlB3a\r\nBDME7cUG1kQNEy+qDQLqjujLQJnwYQSR69UMjAkef5LY7oNrgd9xG8pY1SOa\r\nWB0zJz+sLk0xMn0UbVvMOuxHdHbX82OtiI5KIak/dfUNjpuKzJFDyCbbpBoh\r\nbFA75AMMBKC9aqbkF+GdSf9+1SCcDXq5DONdsGScj5gjjf1eBP6CbV/ylHRj\r\nFQELl8eDh+vLX8m95UBIE75mbuEUYrqVwsM/c50vsfkwTBjwEu6sC3zf29GQ\r\nJl1LUtC6l2Q8F5jRU85sP+liLSReWukmyfg=\r\n=GQ31\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":"52f7016156341c2f0da8e35d31ecb6089a63429d","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.1/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.1663432493.0_1663432497229_0.5846817141008016","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663432493.0","version":"2.0.2-canary.1663432493.0"}