{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"24452788309749789fb198044fe128400cbaec2c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1640106939.0.tgz","fileCount":12,"integrity":"sha512-mGYk8nfF7NVgMCVMdFuTp26nA2jh78NUco4S6iQ6+A951nVt1PcR2nV4h6oZeGUskzFyI9+lzTOq9j92ugEw7w==","signatures":[{"sig":"MEUCIGeSwPYHpMedtdqVRENuwpDknyBTBnZVdSzWzyg3V8c3AiEAk5tyNbShXF+8b+RQcqkK/hOjj3ffAlEjowm5TxmgT6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwgvCCRA9TVsSAnZWagAA/p0P/iGIt8ZY7gsWEzFpAUam\nRIYdeOxw8dDaLVixGzcjd2FnxXf/b70HNSVnlnapS3E7/MyIvOuxQePIpRvN\nrdFbpHLNECEJVrllLqPIfaq8JkrjcPazY6rT0K5pf2BuRWhC1sCnwZP5xQg/\nQWHx8njvw707jgUljcYxC2MC0Gv48xbfj/zfh5sXn9zRx1MBHN/20U7WqVqK\ntVTpQuvO8FcpMTNT/GWeUzu8rMj92JpxPFFRoSXps7eP3aGRFZ3dJ2wsNmi/\nL+hidwbVCiKrf2A9MT8GpBoYZ/VcHJvYOPQ+mfRBK0s1CO6skrhNYNqr6FSX\nNFYHuhzrwv4ZLc16WnQps7U9rOrZstfz9RBlT0mUa3MDh5t4jL44mpBJcEjL\ngM1VMmo4WLvD7/3ixNSNabs1wkg5XMzmt1GStbquT9758bRzljYV/qb4ctWf\nZNJ3Y/A0XF0/en9Qw/Ad+zsETB18K8T3EApdg98layrslyIQjYmgGXFzUGJ4\nN7tPcMvtBp12cVqvhuK+n68SVLUw/quOLw2cqW8U84Pn/4bOuadF15NXsJgC\nhZO8vVbsgUQ+V9uUFCQ07finD3Qscpzu2dcoPWfSs98TE1lGjxICKtXYn1ax\nM5jqbOLfF4RalTkjdGAoNfiw7WIQco3/jQWiXpx6isc7bAmqLsUChI+qph1G\nA0te\r\n=lybj\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@beta\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":"3164e7bbd9af749f013ca6389c34a4b0e021c753","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.1+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.13.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1640106939.0_1640106945884_0.3036338085639634","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1640106939.0","version":"2.0.0-canary.1640106939.0"}