{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"ead34abcd562409b3bb4830665109ac046dcf840","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-next.1638216457.0.tgz","fileCount":9,"integrity":"sha512-uASd0GPiJE6jbWv/aV1sEg8E9ZUs5pzW7PW3lQYMa3qLHf8CSkzF4UBWYqbS+5xD1oMnjnDPjzlGw/OOEqjWrg==","signatures":[{"sig":"MEUCIHMpBvSXCXUcwz4JgbTu5cc4GcDY7gJrjBK2S+DCtDC/AiEAoGqN4U12WH0j4qlxdStlQ7je1IBEKXu8N9lAl9QrNcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpTMPCRA9TVsSAnZWagAABh8P/1owSF6gz9rXqdcqfLwP\n+rp3OwDgy8ZgYe141SpHmXQwpsL5cb1Mv5OkjJe2IAnjijtjd4VDEaMAsg7d\nm/qA7ZlUBiqHO8ZzjOzcOlHtPwurxZEza8AEPSF32wLOWEjxuZe7WTv+XtLM\n+hW0MFiPwuJbVTJIHtD2x2vG7jLAU6N7kasWuqPPAZLG3DT0/uMwntE6xvos\nRPsXz2z2pNZUuq9HsPXEje6CFjUfDmOVyLa5wc4GPsINr97AKFt9je11aON0\nlwj5rY2v457XYj6LxGQrlMBm2qRh/RoBqlNgaVUqUWKaIOl089jDOth93/s/\nknx1160b3NOiSoY0i2F3UA4QZRugsaKHWpbSnm+FItMcRO3alAsuGYrgPpYW\nn8rCJS/jSvsW5UPuQjb/YDGZFijTUjeNbkAsaW2n6aLClkVsWhRT0KYJnfHR\nbxmRc8wNXHE0sBSEyWPeZkbRImgKwRnMVwT51pOBtNNKYXfsq/3pxFq/+E9g\nqKt8tFtXZIYBse7OCk3QuR7Z+lmytBsRIeoMiv0h9lsHsDylzjzmb2I/i26y\ns2sq8GGwXz5ORC8MgHujiYGHvG9CihZ96RCF6E7yyv41sibKnBMJ57V4h0VM\n5lghAaT5rQm5s0qYPkvnAyMN2h4DcdaBEfor6JEOjGDy0meyEOMrltynjRqa\nnE0Q\r\n=jJdX\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 } from '@joist/styled';\n\n@styled({\n  styled: [\n    `:host {\n      display: block;\n      color: red;\n    }`\n  ]\n})\nexport class MyElement extends HTMLElement {\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":"6c566746430afbbc14aeddf70434bab655435530","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.1638216457.0_1638216463322_0.21593559281755303","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-next.1638216457.0","version":"2.0.0-next.1638216457.0"}