{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"fb26348fbc44f5b13cc7d9ad1c04edbfce46c4ef","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1639268345.0.tgz","fileCount":12,"integrity":"sha512-KWnV9qgXoircjqVlD+WQglrGrT8mg4FnNLrHGhGD240pqe0p7cr2q08VQevLZB2AmNu+plUH5ogXMQaYfRpKsA==","signatures":[{"sig":"MEQCIBHSNNG8PSLAUTauOPJxfpP6RHF9V1w0wwB5+XAcXzLUAiBzjSIdyqgC4Ag7iykiD+AmOaCZKuVGM/CmzfN6y5xOxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtUAACRA9TVsSAnZWagAAlWMP/05P/H/oD4MX0/kdjm+n\nJLSsIA1gQBPC0F/4m8PoUjDDIJGjFcjaOz61jYuAyVrLyH//2XqiYnq9dZMm\nkws7wgpCCZtElyCxNvPPAMLFPf6h5wV7v0uozhMDPTXhkfIWQOBpexxT6GbP\nhcmTZ1D/WApSFi/7KZXJ4ll6hSFwwIurhmZLoczFSMJL1ihkJDQ+wCtAF5sg\ntzdRideFeHMvClP7YxjewZ9bHORKAUXy3wc3mV47KCsKRuPQrZuFRX4k2BbA\nIHyiY/vu6oQX9YdsT9Vs+t9fgSNYaA7Vivc6Dqhvm4A8F6kO0KUad45EA319\nGdvJsAqCWLPIYKOHlID2q+ygswP/rBIpxFF5+iaqhGtj78pol8oGISfc+t7j\noR26z/YjbvA+lqPdeFpPxcQj0Mn4gXNiFkLxVelUnbQbdDlxCCNw4wm7yy8H\nvRCjLZpa2wtT7K9uaAmbVkL6DT295X1NyVV7jY1amuSZz7SL3+H6xvptic6p\nxfYBQLcTJbKQwg+gzZUWGalYUcB5hBTYaNAEkF0nxgohPTdFoX40QE0Q2H8y\nmagY7hA28o2vQN1EWpyfAFm1ZFfSEVANmGJazwCXvchvHE9YSBD95MOS9m/x\nU8XUJUVl2lG3iqfIq17SpS3aUnG9GM17PqITOYyH5tlMbpPonq4kLFr2FJO/\nYfHy\r\n=Q4Ik\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@alpha\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":"be10248274d70ffc852077fd45ff0a7affc9524c","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.0+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.13.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1639268345.0_1639268351970_0.5801050791288427","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1639268345.0","version":"2.0.0-canary.1639268345.0"}