{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"7412aea4592c327ebab171c6e0b483a5b3d33e1b","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1646857025.0.tgz","fileCount":9,"integrity":"sha512-nIMI5zh+651bEY9bkkVu0RioQ9bxml451dGrIIN7Ex2XOIoVDGW120DS3jvY2QQ/1AkkSj3AOoadC5vflfEljA==","signatures":[{"sig":"MEQCIBQSVWqZjbA+1xmZtfR36AMhdzdLisprJNDeNHvd2umDAiBgEVwHPsYiLG+NPepG4kb7oXI/BcOnoEfCWd0PNwYLNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKQtGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrofQ/7BPBiwfloXikkrRw756cNxLU6iPisYW68HE1CTzt28y487IIx\r\nsmQu4/QhYbF2QBxdGx8O3iM0kDPZNwC9kPED2uJNgguSoQMMEhR4ue8e3Dfn\r\nOGW2hixmzQoSvYxoeuaOO1NcVyM0NG2AwtR5j2aCCqjc35OllMLiVjCO2PfO\r\ntSEc+2vLnA1bzjcQTXz5QJrcz3HcGww/dWLQGAbny+u2j5iEUWxyaKxh3ZKR\r\n9l227Rc60VogCWTRtaXp0wNK1TmQnNTy5NA6YSTyz1vZq1pFvamWgbJ84sH8\r\nLMDFlGzmKXizhT/GTwbMnKuxRu3TnqDz5POWwYQaNzgpgr7P20OT5sY1XLQg\r\n9B6R1vDRw2fg92cRIN5EFr5H8MjATayQmMsPH4E+VEDSIAz4WXyE9kRsV9/x\r\nBO3rg8oe9utguIe4CS1MpWK+bUqSfBisV/0cnez4XlIJYXkhED3B1hTcBV+g\r\neT1xhzn/YLuKlkjnscLRtAl1dr6d5y5fxaLSuOFO1hw6a0SefvkTxptqqVm2\r\n62M5WFNbOhFYnwgAI/lP8Z8Ka24N6ToPzF3K+leQDMn+WLDypXwlyHCc77sY\r\ncb4suQ+rruWA0xN7p8zMBPEbtRZJvtjUxFUaN9NzF7Fo9wPynZVaqDCu69kA\r\nDV5Y8akeWndF2nkTWD5EkdeDsjBf1UFt2hc=\r\n=n8xR\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":"3790e1e8d5a764e95c014c19309cc9dc6beea949","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.14.0+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1646857025.0_1646857030072_0.749877534423945","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1646857025.0","version":"2.0.0-canary.1646857025.0"}