{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"a072a2d5369b33dd892f0a917e8ad1d5e4ca17f9","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648343690.0.tgz","fileCount":9,"integrity":"sha512-pzhKVVXZnwy5RDlGC2d/bPzIBppsZHaI7Lwmp9+YTjdJp0K50/iuqcCq4PqAYuxiOtnLBOr9aA+Vsil+z0qKHQ==","signatures":[{"sig":"MEUCIQDkxqmLZTDXaX9FFp5AwGQUvEp+XdL9H5+QtmZNgmw/iQIgBiuy/FG0tcBVmoV3EdcUOjl6nI9BACMU86ytjDJjmLQ=","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\nwsFzBAEBCAAGBQJiP7qPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoA2Q/+MCFwiPFB/L4fe6rkMAq8oVxmtPEyLDvJZVdBSIN04ZxvMhGo\r\nT9irFEgHElLLQCwYaXfGZzOPalh7e8dP8aEqfYGw29MEoE1TehR/4kSJFIiJ\r\nxcnytwB+XK9UXr882NZVKaKAiTG27TbJPdF/fTsQa/2BmzYFGxAXkyxX/4Sk\r\nhm39VKQSUKGUhFVJf5SzkP7iZAKvMB0jy9ssZ9tWmrtru9MZciZwbnwtlA+J\r\nQYwOS5cb6zfGz+oV0Kmf5zr+KqF5brsK+AS8lP+/SSDJgFDRRtb9nAe7Z3sK\r\n9hoFCbxAspQbYIHoitWoJcAKrfeykoxiYX3SU73MEVP9jD9xr0rJ/We8ab0L\r\npjYCqFVALRhyW3E89fFpxG14Yl03B/ZJ8+b2BWXHkocCO4y2RMBhiGCtSalZ\r\nRMseM68qQMoj1XyGWXa2zvTWF+r89IlDWh8Y7gxZUqmY3pr3lvIKu+0FpNfR\r\n7VRdqxLLFKnBkyj874nsVPeaRPQBnQ6hx+rJ3Dmppuc6gamrICKi8h4s8dB+\r\nbSYbJD5OoyYxNns4XzSV+1xRg3rh6QJ9FjPrK9SZEKEwiFnWFBwhOsNhWcLp\r\nhciSdB24ZfntlJzb2p9bS8zWmp5+ZlpRWLTBPNXdeypfxPNO0MuIyDz5Df2y\r\nBz+kpIgAsNrgPzwwv0bxxiqZPQyfbC1sAGc=\r\n=G1RB\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":"f90add89b5edb3e4645206790216c7f6d97c5c5a","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.1648343690.0_1648343695771_0.6598305444642387","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648343690.0","version":"2.0.0-canary.1648343690.0"}