{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"14bbcdd57993c96b539d1744aa28bb058d1eebaa","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648826045.0.tgz","fileCount":9,"integrity":"sha512-chbC+sCbSODxCkopUEFO9dXlfIxDkVoEcKR/7jyDnp0va4a6uYOokMeM3HDYpqWGMcBwIrLEPLfXM4nWqEe5hg==","signatures":[{"sig":"MEUCIQDTmhsSPNnrcrQD0CIVW6UcKkFYBQCjaoF/QEeq53n/CAIgHbT2HWUzxmcPNkMKM9BzPNXuvcseUXFagcfZLAfGQYE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRxbBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjOg/+NRaknGZ3kgsOX7WuBqe0MHmS9WqQO+pPpohYTtmY0Dv9MwHS\r\nciCpj84Yo2XLp7emyU8OTSBxLCi/8BENf7uWVGef8X2nuQQq5iB5tmBn/mSO\r\nvYsXvm2vDWY1nC6cjKHU9FQP9LY6CPPnj+zel7XGwdA7Jz6i0FrlPv/WQqU5\r\nxdQ9O4cP7DZqaM+8ZYdY09hNF4oXyGxxMRkrZujw1dDSMBUARfKilovRnpcU\r\nbH5tqmj0vu5p4YwqIJGTB8CMNbdt5ON3wGV9drA2ChDBs5QDxX1cHL6qPXTO\r\n8ZoFt03Ev6WbsR5SPCX7ANPlidhwo29Fu0nSfuGritdUFocIKrOUB+Pq/+2K\r\nUru1OTRhaJRwdejf9/tXfV33W3vtCa7/iNzo7/iOPnC1LwYj8EIG1cXSiUXM\r\nxl01PLt45ewaVe5rI+hlBwMaQL2NBCKRWhrcATB3kkYUyCStPCiCGXybh/Rx\r\nxPbkqInOW7guR9uHhIiQ8WLwrNgMTB1qVEWUssDMuwv4+Udtex0i6Y3tHNAC\r\ncBK8WKhuxy3gjqRZ4RJJMZLzCzrS+4wj9X16a2WczUg8vRhLyDP8AR9IGXUE\r\nGXNawlLcDqP0IiQFcUvBRKNcEM7XDLiE6Ka6K5P4KEreg+GDNWctNuGFXdOj\r\nEB2K0zxLav/jmg3OdXdxzlkQGfZsH8QIggM=\r\n=N36P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./target/build/lib.js","name":"@joist/styled","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@canary\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"},"./observable":{"import":"./target/build/lib/observable.js"}},"gitHead":"97f422957b41bc56d990a98e89c4226006090199","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","DI","Dependency Injection"],"repository":{"url":"git+https://github.com/deebloo/joist.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.14.0+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1648826045.0_1648826049670_0.09277458223363166","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648826045.0","version":"2.0.0-canary.1648826045.0"}