{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3f7ad3faba03840514c2d363a2b445ed4b6b0fa8","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1664396209.0.tgz","fileCount":9,"integrity":"sha512-mbJuUlNWAU7XxDv+1W3EcaGGyE5nsbyICf7ahUwUjsvyxEUbhevax2pTidw3wHQW6FvsNNHE1AO2ccaGuWjtgw==","signatures":[{"sig":"MEQCIBH8fiCFwsUkBDR/jH++jBNi/Ivu3J7wfDx3+Wc6B20MAiB64lplwyV3DhGPMP0ZTCp8/D1gAvuunIcOXFqnddB1+w==","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\nwsFzBAEBCAAGBQJjNKu2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpebQ//XAr16lrfOvyZj6k+AFclCcyl5ESfK3CQZdcNTMeldTdhhp9y\r\nPm6Yd0pane9pF6RX5E+1OYPHeWOS/CZGx875VDF3qtBvEfIo4S8Mm07D54JR\r\nd0+/iYTskn5876pDoJHZYfYrkvje/B52PoeFRy+OTlY4dySC+BjCHbS/SB0C\r\ngTF2zzZ19AdfSvq9vuKwXB4wqLT/X5uMZ1XtFl1tObm4wVYe+g+netuQ1Xvl\r\nhvxejrM2fyLVvMgOrp5yTQmVLrdAdPgPECINwb69DFA9jF3aepMcUm20DBd9\r\nok31NBNk2Shu5i8xDKktl3Xw0zp7Y7mgPZGdG2FPTi+znOQVDcpIsskMU+Wk\r\nWoYtU3luu6ZC5wwNUJPocP0cXOqJwKJemCFuspzW8c8YUQrlBzlYsXdVIS9x\r\nZq/ZCElIfki5Y8hgHkkEmroIUsZb51vgzZqtQYK22V6mCukZsr17hV1ktBC6\r\nHcSxxm73ABQo//dxsfPDHlimdjisAs9PqUdzjPP043SwcJb8PI44XK18LwZa\r\nhluwBvt3KrZ/bjTdJU/8neBqO/0d45jPBCyGSriwbNJamknEsCUpVeSqf8EU\r\nyH8tl89mLMxQB8pcok3tTFlSa29XyQRP0aj+XuSD5maQAYm6dROwl62A13fW\r\niwoHxmbggqOQaOl7dRFWRnagPlXaVbTMdyo=\r\n=WBg4\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":"775716e2e25dd4ae65ab1f2e85170ab76f80e350","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.4/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.1664396209.0_1664396213910_0.449309352865489","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1664396209.0","version":"2.0.2-canary.1664396209.0"}