{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"63cdf45fd6f550d19e172c75007f650487194a44","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648058879.0.tgz","fileCount":9,"integrity":"sha512-Eqt3WKyXlgeYf81I8vJapgra0wDkA6mv6EqEX3rhXs3IpyBJO6vFJgrp50TI8qbB0jDa2pXzkaOd8624x2BklA==","signatures":[{"sig":"MEYCIQCPqFfYepjl1hUna3ag72M8jYBu1PRmI+Sy5Mi/NZIKMQIhAOOs1+p5s2Aeg9vT2cLLNG1Ie6skOrh7ikAIkM+rIMt+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO2IEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0RxAAhftSAeiQzQZclMJpP/Q1JpY0Pv0Oj3EQz5MD/Jw+8Wwg6MH8\r\nfKD0CcL/m574R52nV8AVM0HSO7v+fLo6rqmkrt3fUd/LQI7TiyoqkTtUp7Lm\r\n4c3iuFEZx2FFvKD6UF+ZQF4TRVMWvSH08MMOdUQY1nnxOXA4CHFfnWj/hCws\r\nd6KEp20fK3liKb/FXg30om0qlx+BqVmvI+2mNIbHoCcnSuWU6SASO8pg60jI\r\n+LM25qZNuVabcXDlHMOAmwiLqPXZWuvrPqt4TaSad4PKyGsdoL7hHy3BLNp3\r\nMDGMZX33Mis+YuCQ+/MedPQPKqcJQsj7RT01C8iZQ1YMZAD1Zr362XPaZZ2D\r\njnYe21p6u4BRBzipYhzVNICa+nRHEX5upybwgcllRycE3zNo/G4wumOQO28l\r\n3iEBxuWNC7b7FOk1FcFWErvS4VJdxC0wP8JVLn17DLuHDQNXzAZGVXDXOnCK\r\nq2rBwQnvkuktDevNqZjzYf9biEx8zA5jy6HSEkP5B4siIS7MfGCx7DPVXWlM\r\nYPvXEt8WVOMJJYnWjY+8wtPzaDFRJi1ukGoe1g+fZZOrVegvF8nPvq5F+j6v\r\nBg8zZftBocXJRNAuNYC897vycGs7l12iAkQV3tr4UifQq7oXT94D7UlL0w9A\r\nopCKmchzFFx7BL5BBZP0pvFRYLeKjELwM4k=\r\n=j1wT\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@beta\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":"bc21bf85fe3a882f8733de216ab9febf6d9263d7","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.1648058879.0_1648058884009_0.5951749636239168","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648058879.0","version":"2.0.0-canary.1648058879.0"}