{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"6a1b53a3213bc4355946a964c1945ce352f604ed","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-next.1638391254.0.tgz","fileCount":12,"integrity":"sha512-bPrXcF+EGrPzuGtvVY4rLMxZ8bUVHiTuNM2RbfUHf7Ud4Y0LmyU626Bqm+ovC4oCl4Zi8ipmpGlZTGxd+e9wGQ==","signatures":[{"sig":"MEUCIADuYmJbARfXkSMqSvxE2JrV/UfSSA0mNUZYZiqd27wXAiEAkw9iBuwxvPO6JKrSBvFHLhFRh/6bZrphztQaTtZ8qeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp93bCRA9TVsSAnZWagAAyBIP/iP5Opje/wr8pD3JfE2b\n2b4Njq7jcaRy5ox2es7Wn2BlIDzw1uDnLKiGfG0CwZYGWegkU5QKy9SUTCyI\ne0N+5ryAjFd689IDYTF33kBV/GLgXhrTuCWHVxr6D+pvW66YJLkJ/DHMaEzG\nqt1qHLwuVl11gyAerTRz9iC2MXtfTWNReNkhydY4MX4ARPnl5bHgscEL193n\nYRhm0p9hq+svLbFmciwbqCNVhghiimqX+wFsR2bN/l2f6P0soQJutkQdQueL\nhUo9iw0CBuLIne0gwOL/YztUrhk8ErFYVRFSUsaUTDuVZobsg0rtcqSVrEuw\nkWFbtgB4cyp9xVkfKW8a49PJGQENpwFySxQcHG+QUC/Tk55B5xdatd3OMVu1\nksXVpuBxlfmYfOmlhWLwzKN2R4Au/5I6oKi+QVybyzfp/0vT4iQq+Bw8P63s\nRRfALDkiKt9gvtcF4FSUL+8ejpCF/tpzHm6i/pc9TK0ChzP2kjItUGP+j7RF\nuYnzaJbRKQZ+DmNqLdi34f1bA5w7aSRnQaQ52b0T5EsasZ77U32E9GVboWmj\n4uYuRJs0mby/3w+Xw7VYD/QhGBiDcJt9Yl3ELqtTVF/IVBRH5WP0aWroM6E2\n7WRq7MmAJWDRr4AZa1Xph1sdPaNmuKg19PgnDsGQZfrNpyROGGmjbmN19drw\nRLfO\r\n=634S\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":"1212ee3fec6c88bed79dc5ff97076c088f91c852","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-next.1638391254.0_1638391259435_0.9914619670743092","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-next.1638391254.0","version":"2.0.0-next.1638391254.0"}