{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"7f79e4c86d18ed95f50840a3cec25cf6bd1c8e56","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661357022.0.tgz","fileCount":9,"integrity":"sha512-NqPTPQGClptwyLZgNAOU/ZChPYIgY7eYTbCi6iUAaUQcX6pLoDQG9vfYskVSn6RqDCF9oc+YEDn08UcmDjDKWQ==","signatures":[{"sig":"MEUCIQCr5m0eigwnA7BVs253+wDc3nLo63iHbL+L7OU8J8IvIQIgFZjli5yhxDivfiiLgKPeghgjxwI0NbesDydYTKJPSUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBkviACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrh+xAAmMwh9Oa0aCSv2zhPhXuuUVF5DnhKi01pMzfIZdUCPo8/jzEq\r\ngqdJkxqvjpPr+eL3ZuR5H8JuF9TkDiXE/8hL7tkGoK+dYZXrf0xG4X4IsBj7\r\nMm3mXASyHO/rGXb/pQynLIjLnK2/v71mmwZfvJOQvjImNVFj1vPcR1DS3lE9\r\n3zirFP0Vh2QjQkc2r6BggImm3ugafxpvtM0l1/5LA+yvV0HfYmlu26L9E8a2\r\nrjeyUXgGDuGEHoUxE/WpjMBhiS07fSXuhLbU0E+SUjlQYucSl0XJmcul5DGj\r\nyTDZHjCZyXG1uc7ut335DZLXqg+rKn+ekR5TDdlYxLu2Lz9k9f1Y2JDwsXeI\r\njlEPDmzQdf7IgmILbLafZM1udjGOcbSMxmOk5XK+RILMECoPcsjd3VnAbVxo\r\nOAnfanhNWDi/ZLqrXD36svNQSf8Qgfr0yU6TK61B/nEIbZul/70t7ukhBpHm\r\nPMipboOhtugEgBnslJedTHDsKvxaNVMRSzKHgHCplspUxyHIdRX9rSTHn7tH\r\nutu5k6FHmCP9kGam5rychDwswpNFdHSjXomjYy+fNTOlZlZ6/2Wie6KJYM0O\r\nWA1ehvC/nobpUu5nEllfrXbbR2Ja/wecVXXACy5gPjYmddiqYd88DegNtyo+\r\nSzfsSoQEHFehE3Xk9TkO9i7qkScJBnpP0MI=\r\n=mbin\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./target/build/lib.js","name":"@joist/styled","types":"./target/build/lib.d.ts","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"}},"gitHead":"e1e302ef3513bfd0b0a64e41ea42c1c881c44cdc","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/5.4.3/node@v16.17.0+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.17.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1661357022.0_1661357025950_0.41543466605914814","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661357022.0","version":"2.0.2-canary.1661357022.0"}