{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3ef17ec98ad5a55e8a8ad01853153c9fef221f97","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650646754.0.tgz","fileCount":9,"integrity":"sha512-qtTMCekuMfBPhcM8hFWkLFmok9c2tSUl7685ziQ7nfpeEfNlDMrIn0ZYdHCF9QkZFgRiJdKRY4BSmtPydInPIw==","signatures":[{"sig":"MEQCIHIq9uR+SzdM108AVTEyBhZzUqFYf8jM4SmIS4wxOch8AiAQeRT0shsFG3YlUtIEVaWRJvl2VkNcS9W5CES2nxBHtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYt7mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3eA/+JFgFuEwfAeiqYLbyG6iOpiEhnO7gaQMOq1CrFUoY9NL/3LhD\r\nsuARpnFzQDNUAydoFMkQCGwxxrrmmds3ZixmLymv0UieWRR+0JhxbDxYWA9s\r\nL+SOQgSe0y0/4nz3EGCHYNUe8G/Qri8Gj6M0OYEXUcEI9ieEXCNddC1JCl2e\r\nLMkF3Cv0QL+So56M0dMsbI5wxnaBwGWAfR2+S/srP6LknEaMkbEwQsZrG3tP\r\nvCkhRQqeHPk9kJPsV5Cbt0YopEWHYJNEkFMJWqno80YO77n1G6UcnzbSQdXf\r\nX8roMPUX/yiuxpCDdO5+8of4Bg/e0aykB1nq3cG9Zs/clNixD8wBxNs/nOAO\r\njfxEyX3MBJqgykPnaz4xlk6ON9y6dTdpF6fA+qJpGgNHq8AiO/YTPJJ0QBhl\r\nixXtkFiUa2qKZGz8kHJMD8X2VmdJPpcw9EzONctIgDnCsykX7poRDJLfk3KN\r\nATPbPWBlnjgx/Wya2PIdsqp7FCu8O+g6Z+KTzk51nyzRb74MBMaWOqaboycz\r\nTE25voxXSJSGoxicumEayGUggkZas9xW7GzbxYpa0xbXfCpxqgN7OSaiotUS\r\nhWnJaN84VXrguC2P4foXVGhxSrPCv4lK87X7Z9ihFWsHhCW5lr++OYc7K/kN\r\nZVHy+PEfaQHzz0qVyGiqEybePP4DfiKoreI=\r\n=4D+w\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":"5caed0681c6fca2599a51420d48d344f68871ab4","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.2+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.2","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1650646754.0_1650646758157_0.12763939342794295","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650646754.0","version":"2.0.0-canary.1650646754.0"}