{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"6c38f8f3c5c3a2452fd66284cb15975353377344","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-next.1638290942.0.tgz","fileCount":12,"integrity":"sha512-IV4OXFr9kIu9I8Au4NLLBLdqPTx9a8z7SMW3IHRiI2gNj7hSbu6UQLPS8xiOLHyWm6W2NF9nrUCdihN5laqFPw==","signatures":[{"sig":"MEQCICYK7Dp/NNTB+MmbqvoHxjDSFxQPEw56aXP+EHby6J4HAiACT5l7zvcj4XKwxpS1+e33u71MIzGLFfh2+PsZSaV2Kw==","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\nwsFcBAEBCAAQBQJhplYDCRA9TVsSAnZWagAAxk0P+wTYAFdL2D29bvQ+IpMo\nxhYvmygR3cYX1kU0U+TSa1tOshBYqm+9Os/DFP2Dq4oDkRhylYMif1X6Ms+s\nRAzmC1QWRBwFE2WUKyYtp7zEKc4TA+2MnAUKlYxDrF8YAsEMvvwej8Rts3sH\n7ASgDQJ6GlmYUujmLCaXcRNaeDlC9Dcu3LgEPBpO7ltJVQp0aYcOoxA9iMGV\nojkli1dv4BogyWOWaQEdqVdQDdg8aEe75ZOF8YrnmawHDzejeOx6wEy+46AD\n2C1VLNfzA0amnBHE/pk0SUcvhiYE4x380lN0Dgwl2lG986lg8OJaLHrMkO/E\nzP1KY1rNHl5MwiPlUyICpyN2KgrQoEsZg0+XMpBEFj6FZEgTDwk8fbsF9iZg\nOI6TxGDlqS2cDafKrXhJA+4xPr8zao925E/rKcrCgEQKqovXSWpPjkN9Yll0\nkYUvIbokUNT+xQTK9g9Ic5c1evDZS+suSNLnzZscv5IjibymzWJAMn21yr+9\n3vfAIAP1676ROahTihpLRa9C1p6rvphdKP1c+Sh9vD1COslLe5aicC15d/c3\niwfZBQU+aif6Z8ITnCxLysJm0qGsitJu5T+YW5PcAvA4GoHijhHurffpk7je\nvc6TmpoftpR5Ek7/U/4ojP3aUE3fsuJ+oJZY1lPefKiVdSVXxcaz17M+gWNV\nKmjL\r\n=3TPl\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":"ab30251291ccb82e8a3ae3f303b4bb14419fff84","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.1638290942.0_1638290947348_0.9288662241757952","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-next.1638290942.0","version":"2.0.0-next.1638290942.0"}