{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3f4c248b5d54f3b03eafa2cca2a1d1eec255d028","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663712832.0.tgz","fileCount":9,"integrity":"sha512-plhdQHVbXF7BA4AGvEvlBWLseFOvTTMbPZzeTuByK3ENTGuS+Eab/4g0Mbjs+D/5P/uf3Zst8HK+gVcX4c0f7Q==","signatures":[{"sig":"MEUCIGadRLFmWTZHDp0u6dYEr6+QYqmTfy6AhgV0BCUhfo6TAiEAruJ58xh3b0tpXexTixo70XRWQt+RS4VaFoZfcMvgP8c=","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\nwsFzBAEBCAAGBQJjKj5GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqicRAAiNje3eJLyx2w9W2Sfna71dAjwWDOrweCH78dkHpnyy/tmDWU\r\nliVoo/K3aejoNx/J2bhgzSEUWjUrvapSPAZCwkgN/Og3FUTRE1Fzkj50lmuY\r\nd1xseZ1AXl5mfKv7cX7mnEB9kcsxs9tIcQ28+TdfD40U8DruHwNcv49ew+TX\r\neG/3GcZYbcR+KRq0eBnvtA6xwSNN66G7ScyFXZd6zfHHMh+PM2njL9BPOo97\r\nE3Vzx0uP+5IAqbhZ233j2gRcK4yY0kRj8yGCn5HEZpykTnffmSAe3crT8ize\r\nZS089ScuMFu9WVQLYNQpk0crQ0XTMO4Bt3XrBmodhuaWyooB4eR4tUfE45tx\r\nxvSc6dZ/DcSDSLg+qLxFcAeaaTWGhX/OwLbnYXNiSDWO4VpXE5SiQ3rLg313\r\nY02jVQMZrTQpdGOjXUgN8mEgLn8pc0eFrJCBFM8Tgc9vXjQtZDSDWiHiocQj\r\nXFOf3em4rgMA6++p+FEJycMZr69U8+V99VN0ueI364//hOSpQYmYwbrQPP/2\r\njdDzKe5vTu3WGzDH6g4Z98rKAnKbRvJ8vKcDigGdISP7P54xZobRO72/+9uJ\r\nltDFARsdlhe+on/uCmrO/lnlVDNZEpbuarNP1c7qcjOoBohvAZ1FfMNcTAJ/\r\njkK5aC2Q5QXuj3mVLWeeQODUE3toT1IEMxY=\r\n=Y7Tq\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":"ba2c6b0de923e1ce88b0ede1f4ba439931c04024","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.2/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.1663712832.0_1663712837764_0.6925259170501821","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663712832.0","version":"2.0.2-canary.1663712832.0"}