{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"e21651773908bccc79313bde02bbe04dd582fec9","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648734283.0.tgz","fileCount":9,"integrity":"sha512-b7Z9yupIIhndRjl0e1T9ej7LifPYyEkRglU93AUc1MtBllBm+AP5hxW4q6CgjqK1J5jNi+pI4GLLgIfc2KKnnw==","signatures":[{"sig":"MEUCIHo1mHPl39RPS4AXWsCNdZycPps5mR5oQsGEY3xYsjR5AiEA/dBanfMWDQG6B83h6MsOygscWa7xFocjKBEzHBoUjdk=","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\nwsFzBAEBCAAGBQJiRbBQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzwhAAjt5Zzj7Wg/NENjlhZRz48/iAgExwDDJD2thwMrDcPnyXTSqa\r\npbAeORGZcmVPqFAcAvxeVsudmp/EWpCYV4rN/2MCWl+huekRCi6hYjnEBslv\r\nMBPgQEv2LVs+CimjcEwZZVphkDUNJLJ3yccEy0QMTUbiyZz36EE4LJ6hN+yP\r\nrQg1RX68ys12yuPQRn/H5RBiJJbPBTiFoMqfH+ofZ47dXsSPQKQxkVvQZYWf\r\nqHSeImu4q4FaHhXJ7duv98BcA3qkyHkwnGRQ9gr9s+hISwoVlzspCsfP+mjD\r\n9OBrX+U9XHRqa0Ts1a9dilunPjoQKiBo5X+GNuK2vAcNwV76Gv87ifTQN5nN\r\nFuLGh9ldMrZo3hYysHwJLqrsZA65JtAE4MXzS8Nbd/U3FJ0QGRqzn5fyeyP7\r\nwuT8CdJT4Hes+kx2fhPei+qw1FnsURf2g392eLaloo5noSpUw8G6IQ5lK8oB\r\nF1F4clirmZrgvvmkaReDLVoZMjeMTfo4j7QdjiL2App6mdjOTDNIDDjl2Hm1\r\n1+Ah5qmnW1X1LRGEN5m7V/Z9NgLT8oOxX1G8OioM6yxT64RaZOC/DA7/+CFN\r\nChXLoHRLWDm1NdabwHyuQBJl3lFZa+Rf6JDPmRJ8XECS7fRdPecPtlJD5nx5\r\nfsxU4uBiRjWi2CT7/PvbY5vB9XXuIgtBpWs=\r\n=j7Tg\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":"9cfd28cb65db8b311f1f9b99002de53974be0f1d","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.1648734283.0_1648734288063_0.3089247266144257","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648734283.0","version":"2.0.0-canary.1648734283.0"}