{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"0ab5af577906ab66761eecd4176d70d07cfa079d","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-next.1638291816.0.tgz","fileCount":12,"integrity":"sha512-3Hwm8sZC0ic3aegWIXVcco4p9hOYPsAelvPpqD7R7vwVK2kX8oT0in0LZc2iiaBEYltkp61n7iATzMGV8VwwVQ==","signatures":[{"sig":"MEUCIQCQfuiTKzPp8sG7FedtWKWFPF6KAJYCfkCJmguQxvitMQIgcuTlMQnPTUJCImZuxAoM1sjYpBCE10VJXPujp2g6RoU=","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\nwsFcBAEBCAAQBQJhplltCRA9TVsSAnZWagAApvwP/AzcgEkL/ZkAiOKslM+2\neP4tx6ox7JEK3iVr+GrHhxm0Hl3Af6KVAeoy+Vcv1rQ24vNO4gzHHOqQ1aWo\noquY9cyHV3/3uvd85lnW1oJwQVYk14u0TfH9b7XzoCw3ZWF36JRyB/ohdmJf\nJEUcoEhFP5oQ4dhH8RSefd9y+twngY0yzgeLGd9kBDydjo9Tytnb3kWHU7P+\nvhtVW9MVwOeDpuES8bxUCJx+vw8WnhSBUTv0QGIzg5g2ogEz6qRQ/cS9A8l0\nyUgcB0lL7gLSXEDndC2O1y/2C1E1hVqQowO3SeJm7BE4YS5mtENvzJl2cNRl\nWGXoGvyUjZL5mApEU2o8ZvwL5De2da3mert7zOez3wrtcEd/4Uc3xRYPnx/j\ns4QtnR7nUM6CbCX3bsnA2NqdeTz6RB/4q2poYM4Qcj+dni0GWeX7Cx5oNHbK\nVWeC4NJhjs4lhXBaI2NIwBxvH0uzRsfl/sSKixzHnXPhkip+j3VlxtnhEOm5\nobyRh/sUDFNTCUxMVNfZOSsvi0X1ZAP7DnKG1PtS976/BOM56q4dW2BQX7x6\nmgC/dao6UVGQsQhrloXzthGd8RG3eOstr34Nc0j8DvSoKglXPYpcHk51JWj6\nRnqwfyQYBRtwj7CkBjatYORw0K2ADCw9xYInuIo4ELpK8tC1blYbTs4cVlni\nnUaH\r\n=sLGj\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":"18cd5f0d9e73cbc24678a85768e276812af83620","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.1638291816.0_1638291821650_0.9608494213385774","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-next.1638291816.0","version":"2.0.0-next.1638291816.0"}