{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"0488eb078e4682a9b3b25fff28180e96160d2f6c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-alpha.18.tgz","fileCount":9,"integrity":"sha512-19WPgHv359wA1Yj9iX4Y1LnyR5FdYsedRzguHWhHEnAiXRPT5KZXlvkIiDup/rlQrZimxgCXYKMqcDZ/dMV+nA==","signatures":[{"sig":"MEUCIQCnGiHUd207jAZsAuvTFWFtFxyuBB9v3WdspSA0fAclFAIgUnKw+Faiwg+D29mmrhjElksbF1hD1FBo/BTDE2DTFwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYvGQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruBg//VAQpiUJdzT6kqRmD0ozVmsdXhMrvQAJ6huQcVxdizP3W/3f8\r\nTYvaPGd1MatebEaBDz+CSEqTwy74t9RUqw3pvk7Y6AM4lIJ3mQtwKl3082po\r\nqUuyBAAJtpRHxaAB43ctX1ufBMa2Pt3YhXKx8YGAzoSqv4KySuQGSugb9/xx\r\nNcHbQP8g0L6ZyxYbZWmu1C7GCEsvbW1CsW7CF6f7WOvc1SJjgFG4eqPhn/4i\r\nvUHP7pw9OHtNNctdh03apJKjhOJvpn+DQBwyPYVSP7okxX7CHlHb3aChyZdB\r\n8to+7Bhcv/cL0CrQExW2jmyKLNSeqOKudKxEajgjLuF0aJEYlbwzGZeAxE6f\r\nId1EsSB0ZdMc+VwMjvwOCXJN1LjI261XcUZ3kddY5FaYiqLb1Y3j+3Q/bllK\r\ndUex0mZC46l8/autWW45fcU8t1A0JQCl3pKlwvYx29BG5QP1bkvet55NND0w\r\nOVNXTuXON37HIK3nuAAIucoXPAWan75rqMYVF3TwMe4s9jlYSxy6/f1kR1Ub\r\nyyTf8GNBSbO7KgZ9uFfoD0m8xBiRp56QhjIxWSdcq9O1pUopmWgD0wlY8FUg\r\n3eWmJXRyPXvoBhYU7QykzPDp7QfXiZx3m+H2Td2VW9PNVgDRg7XA1D7/Pu3P\r\nu/GCIqIe8TtCgeZRiZE6YfLmZozSh2OC2kM=\r\n=Qfoz\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@canary\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":"d8d6e607f491335d14b5db3db044d6709d0ffba5","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","WebComponents","CSS","ShadowDOM"],"repository":{"url":"git+https://github.com/deebloo/joist.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.14.0+x64 (darwin)","description":"Intelligently apply styles to WebComponents","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-alpha.18_1650651536259_0.7267278541139295","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-alpha.18","version":"2.0.0-alpha.18"}