{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"6fd16ea7c38a64442658e45ec2e71b52ce793de3","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1663712801.0.tgz","fileCount":9,"integrity":"sha512-m285uvq8bQfJ06yhwYIUkrT4xW5mHnQO0f7OlFTnBPy6NFLEAbMp/RQotRaxDB4E6VHta2KuQpVVwri1+w07hA==","signatures":[{"sig":"MEUCIQCFg+qjz4jpunyeL67m217OHHZnTf4qDc7L/lYSaLfJ1AIgDONueBqHRoMW0zHpUTyBeLAapolpqYB9Y6QeCTdH6NU=","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\nwsFzBAEBCAAGBQJjKj4lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/mw/9Hab1Bmvs3uONlEe8yWdqpkiGgRMNpV2JrCvtBNkiGaV8X2ME\r\nkIS9yJTrFyQie6XxJamo3s4u8rL3H86cEJRPOu3BdyRquqczDRsmlvps7SKg\r\nBOerwLpSu3ApjERC4QZJAKbl+XTPeRYduIpE59qQwEcgo6CxrBwBnQkhSj95\r\n22dNQGaVmhjXvgRkLY1DEifK6rfxIY+sFPip1TC5D2TnFPSP0JHlt88RzcSB\r\nd7etJBzUY4F5VnQZKQP5leM8tu3asZZ1gh3t4b1EtOWr50i6QL0WLLOizS59\r\nNucAxEcBApY6iuNoWd4qp2R/opFwuO9spzDV8dYc/eRrc0fMG18dFQrzknIm\r\njwLSAofWzHxlX7uASgY+c6jxRvjITYKrIEkoZbbshHkaZ/ns96EW0poR9/xT\r\nqFdNJg3snt5STJyWwxRkam5JilniJBC39OpAdKlhlTq7o2SK1vAlbiXVyOEF\r\nusHbvv/RVpk4SJ2WYzLuDgciZaY1TjG5XxxtTicF9c+w6H3y42bV6h21TJbT\r\nGJv1lyfmgqBLy8bIy8/SL+vLtLA80ZkRuohiUqrV6BEIXRo+zfokdeuIptP7\r\nO+NwcHs6NIroJplL+KTVv4vHkfuUcMjlIj5umqxzUUV/ltfoAlBNlCJOC85M\r\nBQu/JVUeJ3QL0XVbzie4+YH2s/VINS5hC/o=\r\n=A1sx\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":"ba2c6b0de923e1ce88b0ede1f4ba439931c04024","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.1663712801.0_1663712805017_0.7995356005108378","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1663712801.0","version":"2.0.2-canary.1663712801.0"}