{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"0209f5196d38fea2028b4e9f9855c88bcec698c8","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1638419274.0.tgz","fileCount":12,"integrity":"sha512-gVKfSxlkrhRcDt+3xYVYA1cwEjkCITYawKq7fXKYYtZ248K96u2JZwQP+FGKLpZhK+RbO/sdx6urcIDJqkIAbw==","signatures":[{"sig":"MEQCIA8vnD5gZfaR6YCrecoDl/uue99cq+ODUHpgbFqCXGNTAiB4wrZnf1p2bjYcnLLu32EXHVtUvyB6XcL0+sb+ClYW2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqEtOCRA9TVsSAnZWagAA7HcP+we4Myms+J9tdhVGzltL\nj6CRCn54mWPdbnVD3xOGRtgexyXeXGhgGsdlq5F/GgAvsSBDHtrjOdDTyBk8\nkv537gdnjy9MB36LLQFF2Eu9mMoOjstxNdfIc/qpY9B7n8T6iRwUzIQobx+A\nCxVRZwl1kvn++fYflaqIq5L90AeVNO7ZXPTDXxWh+xb+iGJC7eAZLZEkvIUA\nJz+a3dC4Hk8cXdGBHoorAuL8Y0Divrxduds+KU/EnSX8fsf6RiGTF2ROBlQ/\nAAfRoeIdd4B8JJY9sJK9ju288pirv/WkiYVYZdu7l/N5magCKKaopHNGqL7y\nQSAspMXCDvJ3RJRGWLtFNOVhN/pRztX0Dk62fiwxqt2aGhLv75OJeTsiEKpZ\njvMMnTaSVFTLKa9g+NBN8XppqnSWJQnAjxHjU+t9z4m1j530S2lkp1UodXDd\nXoewYpqNEVYJgi2/dBrojniPFwordE2pePIir7/rdhdrE9cwuiJuu6W2LMI5\n8uGkX7reLV5LlKinew59FuR3oSb20qvWogqzfuPWIFpuWFL80wFKjs3q/sPN\nfgdTjd/yc5/xcN0IKgl/nvFU7t84V7be9hdMgWRLN+hEA9YSar64PGIP9c3D\nHRqYGfdnjzBGh5a9UlN2Jp9NWpWZzn5dZp4icLgRHtJ60ntMswCulLaM9Ibk\nNNAT\r\n=fnmb\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\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":"b8290319d10e0d5ce74de0646ec1f7f3b75b5fea","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@v14.18.1+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"14.18.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1638419274.0_1638419278480_0.8543243002878225","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1638419274.0","version":"2.0.0-canary.1638419274.0"}