{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"28a67972df5194bae3610d5651f90c270b2f5138","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648345501.0.tgz","fileCount":9,"integrity":"sha512-00we71Zdq4gKaXseUbPx68N7OBNSrTs8aEkl6e+wNlA4Nf3p+lTgq82QlmZ0Ajh07E+Nv3Do0VsKOdmDtwdrIw==","signatures":[{"sig":"MEQCICxVCRvA7bLLtMwpClMy9qhw/Z3KLUlKS9fWyM+B7lXuAiAlxGIG14IZJt9vZOEO0K/LIBP3PTzCn0dGLjutFNZrPQ==","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\nwsFzBAEBCAAGBQJiP8GhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1+w//WNEeUU9uCnd3vdHqLR7kAw37CNPIru4WwTsZ5HjVG4ChJIBp\r\nVs18YJMm/7xX2kT7Je2sE46t5/2GLd1d4Z/d6X4X67pIo5X0TfNmvmVqRBg6\r\n1gYRdFJBJGuKccvVmBz8vr9YSDyydX5cN7NbMjcOfkkMzOC7BQzfBacEKcNF\r\njf7CpKKL1dv0N9W8+GNCshDoPhnTyH59USABaftY5d2PN2tVpPnukiL88CEE\r\nbDmlxPemSabUnVq2gxLbIrClV9SPH3bN+weUJMcnB9lhmYA6TI40l3Mi/Vqe\r\n+V7FxszW8JcCU82w7JimmGfu2KoiKWoFIQd0EuzgDvUiXMdLxLkRV2Z02gkm\r\n5zR6HQKkhtBbYbpbHHdobMy85/bmcHDO8zUDbQki2vgAwYleVhHyJzarFFOv\r\nn+44Gs1z3CTh7Q3fZyip5iWtx8mgwvmrVkvkq0XBdwVk14GL/IcefD7f3HS6\r\nkaU8XIVD8ctJHPWfSwzeIPnEuQhYJZceOSiQx91pURLhg2uZYLdye2zn98NX\r\nzXFBH0T0KulqUmryL/4fA6zHBnL3s1xtmhFISpwzgwOM+uUnmLcyU9DTjyyx\r\nd3SI08hewELI2E945oltLi9uAnnAEcTj020fdc2yge86r/Iqmvv66QHFNlZM\r\nnJI3GeIH6hhFhOSRt+6Ey6CI6vzNKGcZmoY=\r\n=ZwPv\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":"c2a78d2f6d398c11fd7ccdb4d86acdbd563eae0f","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.1648345501.0_1648345505205_0.4816691495040817","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648345501.0","version":"2.0.0-canary.1648345501.0"}