{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"2876eefc76d3a32a7b41b5bfa620fdf0f5cbfd8c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1638807362.0.tgz","fileCount":12,"integrity":"sha512-75q2Ru5H/oU8dx6fPZTapkjzqGTwbEciZfvgak3TRz/xUDewTHKmNTS5sy+DLakwahIHmHGXpehjPEPHaR8iIg==","signatures":[{"sig":"MEUCIQDC8PhDTOhOuQjATndWrZHbgW7wr7bw3ja5qasUZ0UNvgIgQ+7KFqHnADQLSOL5jZxY0X8JpIEjRKDDZM4YZiPyf7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrjdHCRA9TVsSAnZWagAAlbQP/2w3NZrC4o2+CVE2ImtS\nGB3+cOMtaBa1e2wYjheRGEdysyeXkVCOZiniYXyOFsoRbYZ1IJl1U3NsjpdA\nvD64czsKV7NYvy87fp4p4Vp9bnXN9RGwGV0+mANL6MRBtzOMDf1ZYiVZ0ZQh\niXSZQy3ELb0ORfC/K9Ck0xWIbCDTlXi81hJ+71It18Z4vcZ0ayTWY0FRe4ey\nnzby+kC2VUmC3BelaoDsy0Y7wiPb9t9dZoix+sK8RjL7BssTMe6CAZi1hzva\nb+nHyGK3UwSiFH39HcGLI79zdRD5oAilQ5Jh84OAXk3XSyJL7e+FVGXA3W2R\nxMrrqWKcZIH65KflYlcOSAlseTNtIY0SDEb4gIiNSWXSnaSfVJB8O1zY1MAY\nVRxDO+a9RvUeF1EliJnggN15wsalFNrSvcUE3UNK/JOW+VYUG1qebm1BKfXJ\nKyI3pNiXadoAhpRNssGvX/t9TRCdCvehmZcJvWzvrGUMPos5bK7Yo0dEjPSa\n5dz0PWQnN2lSH3r/F04+T85qTXAilBbSnV6h6AoQ/oaSVCDRrFXVcsF9eBwi\ngHZEXEvsFIYDVQvadDWLiuQf9vqlMzkuEil9OZuzSaFiOt/BlFbEqk7Mx78F\nZR+7xIB2WoG8V6lfcxKhvUUyVIuGgCFOwQsyNvimGwfrwsSdmZ1O0LQ4A30d\nLBD7\r\n=j3W5\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@alpha\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":"3ee8a1758a72b93d81857e9bb8bccb707f6e0e4a","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.13.0+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.13.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1638807362.0_1638807367108_0.928992831647069","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1638807362.0","version":"2.0.0-canary.1638807362.0"}