{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"270e4cf4dd72bbeedf63bc359c9b30b1881166ad","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1647706696.0.tgz","fileCount":9,"integrity":"sha512-r+xYnd9GK/oCFbPnrHYTxiP23Z0AapuxQlwtqWaU6HqAEtfxVJ7MWczjraz8Mx/tfXynBldq18d+v3JqMEXg1w==","signatures":[{"sig":"MEUCIQCTrgirHF9kHUwhL0LbL9GkE5enxhis34yCVKKXB9ft6QIgTkhIrAQ59133M6p8fgcj7k1PzpaMmmr1E2a7Rvx4PFk=","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\nwsFzBAEBCAAGBQJiNgJMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrq6xAAhN6vqrF+QbTQCaMHX3xDjuqHb4Ay71kl4VeyDcGU/5+5mIOL\r\nrqf1p06qXwkcUwrZH/zstwD1Y+aNkTvTxIS+pWGUA2e8mWU7+d1+07gJs29v\r\n455Pi4PxYymRL2ZfLEaxqNSY0qlhVTPxEK0NCoEbD1VVrvpKYgFbSYckyO4b\r\n5bkXChlncwIkmsCFPMcZxVrS4hxTRnOheoIXAQQrejilTu82yuwFMPzFjiPf\r\nPopzV1eF1axt9R70hg+6OkRYlgqvZRjSKK9pfACNga/7BGR8eRP5OOFiV/R0\r\nIwqJtUjxJnaEZQ74knahQyKQLfhY88kilzyZo7SxluTLF6SLFT/alWLXfhcX\r\nrKzRY7ezwrpZ8Yap8PyBjzlcalu4Ulo8CGIjzVdVrxC8RdbbJ2LmFZHlqkvj\r\nNrmSlnMswCJZYTymNn8GmsdCAZLsc6lfARP7gANJOfHDwnWIqeB+8CiLANg8\r\nMVk8YRcv7kWXh/ch/0ASgUS1YlwGqQfplfuAsAOaHPE9HX/NueguI6J1qoK0\r\ncnlDqk28Nz1W/1jDUBk3k7q4tp8oWOF0Ta4rQbZsC8hE0dJIi/yllwwXUzuf\r\nn47/6pl9cRaeAVKnM99FcSn9d9uK78Pe5Dps5G7l2qZN8pT0BrUM5CSCE3Ur\r\nJpn0HYO4JxqEe8yb7wJkJYmvOkiE6E8Ue0M=\r\n=R3Pq\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":"4a335ad2bb66fc84f70885ecf3c9b58138c5e131","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.1647706696.0_1647706700502_0.18065979240848584","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1647706696.0","version":"2.0.0-canary.1647706696.0"}