{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"5c3f2c8181256f55e5286c53caab9b5d07a70384","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663712532.0.tgz","fileCount":9,"integrity":"sha512-uuby+5pgRc3BTtJPbBZ3aTSraEELakrDOFITlTrHe6+M/OyQygSfwMKHLUllTYgkGPffl2y6P+ClpSm7rPjX5A==","signatures":[{"sig":"MEQCIHnCF57eZH4mPvu0OyVINydCjNhTh4pjKbW23C14DRPuAiBLp7BrnY8FIKdPJYhTIXKohEwLGj6NuC1DZCfHfHiY1w==","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\nwsFzBAEBCAAGBQJjKj0YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZjA/7BX9jdCCrl8+sTIsirrKooNT2RJdcjfrdCoTh7H7ry2kzCpFG\r\nun8dXGXm+PNZkpu2bZHnWBVgkjs2Zpjuukbzz+h/2iq46M6Qr22FrAb2dyfm\r\nrLb4nVhtW/rW2tXr580WLFecHBzS4NZUyx9G3VVJvtZvkILJ/49eueOSx0HR\r\nSDIjRfdimj015kOEO5aR/uj9i4pmhNFKj+L7zw0MO19F+YGRh3+oNom4AA5W\r\nVHnTDzioijGOOznU4G6aJJC85IhDbS2opes/R4i04T/T6mWYZn0Ef1zgM5G7\r\nDavggOVJ9GPAv65saodptkDG5JNmbhhCsUq3RUAw7+VMR4jKdrs6R+z1HhvU\r\nORI/4pN++bngY2ywno3lY5w4EgErVXM7wKrov80pBiMOxy5Oofe/H54Cxt05\r\nnrGvLSxYvataqWaPA2QmU0ArluC2V6BL7pO3EMCFc71yyfLYTNdZpr1cNeeQ\r\nm1SQDT3+XC4ui1lUKfuIPWlzQh5phgdsMzhVzUnVuqXkl8kzdv9ufoUCkowQ\r\niOsuNZP4u/6FpXEaCzwQfSC1hVs6iAHzr6d3PVMzDmmiVyTvc9Nb+O9bnqI6\r\nsmGZeq/ZLHLe0oSo3jUBFFsf8x+TnHyZ8QjYNxxGTQPCpoL0Uyyl12YGYHas\r\n7ipuel4ldJA5u3Kb8KRVzy2LwwoZYd8tLmI=\r\n=y1Eg\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":"2b28990630438b4180dfc6a058fdcf7f5d8fc687","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.5.2/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.1663712532.0_1663712536356_0.8856443647507004","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663712532.0","version":"2.0.2-canary.1663712532.0"}