{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"6c81738b1b9a53fe6846f0ce46b5361e35116290","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648473724.0.tgz","fileCount":9,"integrity":"sha512-f0D++nsGOrBEzbUWQd5vE1SeFjK6iAx+59eh11nVaQqwf7vqtC2sZn8ibrcMG5H8Q0uDjBK4F8BnaBYLyjhYXg==","signatures":[{"sig":"MEQCIFrJv0refYd/6AVwNzT4fiHxbn2l6FfHBwd61g3Wdp9/AiBMr0B3Dn+XXa7q5eCPhRjf1IBONvxbYtVPJ4e3c3CsOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQbaAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3YA/+KS3c2hp08mNd1pZZsjrqBM5zrJUqdD+YY8Cl1SKGSy8TpM7h\r\nKSu+UP9uyz08ykNl8ZHQ1hRO0qJCbyzmfJUC2WdTAinZIdesyjaRz2mmmlsX\r\npyh0HiYu6fol3AuAY/DZDZ8JNeUr19kN4Q1igAsF/5RXwyY5YxUqmsLm24+y\r\nfycqW10JQeiV7XHHBg3qaRfOuodDk+fAjCcsOJaZP0IM1+Y4OrPOEO/MPwyo\r\nT4HUEOYxqzl/3ZNGFWyhNFnv4qBJkZMXUI419WvfHB5ZrEJ+eue5gX6mr5ed\r\n7eUlqTC1oCNUjE3SbZW3ba5Jy4T/46QZ0klQ+8D9KU1EIN2biR8Uabix1o6D\r\nrnPbw5Sjyr5SQCqgtn1bHK1V7trDGXU9AWDMOFjZsX9IRqFhpvLMEBpEBWMb\r\n17pCOoiUoHo9QTaJSrBadQ7TYPqDtOKkVHIiC2I15OGXDND82yYa16Tdxu1U\r\n1BhMMMKiaozbMZhMpEqnE3Xpu2BpFh7HRpjRI6Uhyg6gxG9odzp0yO9mowZT\r\nVuLSv9ikdE1oS4wnEA6wN1V2rptlTLIzPws3m/l/hxPxbd0t/s9GOu8zIU3L\r\njNgBUaASYZCF3iiYPeSWOtXiiLnAsyR679d+UQeqLyMyjZMAkXLFWLUi0pu7\r\nevu0bX4Jx6k1lqIpBOCWNH8DhAu5ehZgj3Y=\r\n=CNt3\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":"b7a7933b6c5de6c5d997e96d3268f67912f55e03","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","DI","Dependency Injection"],"repository":{"url":"git+https://github.com/deebloo/joist.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v16.14.0+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1648473724.0_1648473728506_0.4379605153393402","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648473724.0","version":"2.0.0-canary.1648473724.0"}