{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"ecbd67d247ae150273e3a7b07f561de8e8d43f04","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663870751.0.tgz","fileCount":9,"integrity":"sha512-XA243ftmZuGqdpka7jntUB481Ed2KF/cflRt/rhg3ScxeZMdYvFxdLJ7NvCJyamoGnz4zM4o0SnOrtI4S4Uycg==","signatures":[{"sig":"MEQCIAYECoWn5NxhLMHsize3KHioMTnxFFf/EoVryHCGzW/BAiA+dI5slLjoDcaJQos/4cQ1I2vRREl6UCOrWTeKwNLg4A==","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\nwsFzBAEBCAAGBQJjLKcjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJxA/9GT1856EWs9qzdi3XXz1qVVgCqFUlEV4vRK4Y6I1Gp3vEd4lW\r\nvXJRJxaiNDRwj+T+W9wbxNWmD26lQVakSRpHoCnbZUUGMeSJ5Z2fBWJ/m9e0\r\n6m6ag1TO2vw5dSBAw6X//3UcQ9DA2uvOYe+Ei3O1eUsa+VD553FuaWumKQWN\r\nHGggRlaFv2zfODhEdhTwdw7rH9WtCz3o+lzq7T50Hq5ZF4y/02HwYE5bm7UF\r\nu440w5MuDH9tgeXXnckyQJqpxrxkHd3hb153XLIKI3TNRTbPSDnuWrMbqkIc\r\nkBZlHZMQQoAR3g0QkTFeuzaHoZrS1fnbHyz9EJZhwM9m8Vfd7dcMUS5YiAyT\r\nt+oIMiVlHxu1GzmeiL2skdNbbcVx9Kj+cyfEaF1CrL5j78Pw6mIAH3oid0/l\r\n42BtKMJi9I44uUVx2cT5l8iVc9sB2f3wxY1Xrl16L32Uoeuycjr8YpmRTBfM\r\nTlZfs/LznxXbeqC/HL6XQp1FQEOCl7UxmZu460vpCvVeDa1FgJ1ve8VmLONI\r\nJLUqb6ZexRe1SaS2c/YWezeJ6bvo9mgWAOFHg/nKN2z8LyaWQeZD/jQ+++d3\r\nYpcflZmh00vmdp2WcHMeTytU99YR8qJrjSvtm45rW7h0nq4OxN2jeQbsYTz5\r\nNRL88umZ2jXKgD1uDmrFUXnkdolpT9eoKJ0=\r\n=fg8e\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":"8ed085141c0548f1da026a97011f2e55f34f9d67","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.1663870751.0_1663870755148_0.9639092351383072","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663870751.0","version":"2.0.2-canary.1663870751.0"}