{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"4da375dd3e8d95605b4d025736b7e823c80bd1fe","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-alpha.2.tgz","fileCount":12,"integrity":"sha512-1oVMeqJWKNcPf1OPyUoxeTPyc69PHFwjsdkH1bFspCazrovxmSgBd37wiFdfNPI84zBHFRaoEwMAmYeuGniZuQ==","signatures":[{"sig":"MEYCIQD1IWqIxeqh3mFVODPr2M8A2luZbMIZAcpQsEAdbWNpxwIhAIyqLNe39u6QaraF+YqrVxC+HACofJtbv1OL9q/ZoYoZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrXfHCRA9TVsSAnZWagAArzEP/2FTWyHBE3zJMdvtnUbx\nLuZ5B5AegS36ag6k9mttdqQ+Etu+9UmEYSGCA4WKIP5r4clA8NSJt9djwq04\n0LSb+HOzH4G4qTgu6/C5yQZS9vHlTvRtBBlLeW9Shlp+dNY0hYyKBZP8t4uu\nNFwNVyUvJHe0+rG3S5M/ydxi7d5etAbsdDwWohgaPx85aRehwfbnJv6c35q3\n5KlU8Nb5GSBjX1t4MSGt3RLSwy1EW07JWA1OqsUXfKubxL5DQq7qs0U9nFxk\nqF7KeWb0/1BoGKaIffDimvnt/8DGjzsCzTu3fZkZCPWnmMIj6Eg/GrQe1lwM\nyUM98KmRTTSsnfUE/NdKJGDtx0EbM9/706PUm7K0FEuLSUtMGe+LD1bbgd6/\nOH+kQalNQLWyghzJaEuqgYLhtJ5DFnnclWaG5AHSNEOHg/x4qVGLbRs7/HvM\nGzCZ+HqTZT08D7010ZUuKsI68mNhCyeGFDmB7NtRHNdAAiivFpyOO6a4cly4\nE8ilA1IoZZnv+VuVk9fdKL5d+b76Kh51b518R3R93Sdag+xLMGghP8KJ/uix\n7FbOThwVUn061piHpIzSx36832lbjHEZNsgScIRDdt5WQkIWzZkHHV0BsYCS\nHOo9GlSuJB60NEDP67YLT/N6Diq8nJ19CuLZd/SEHn7CuEZoLF5Y0IfOiaps\n3NID\r\n=DV0z\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@alpha\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":"7bf6691cd374a438ae21264f6c27ed82ae04f0d3","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@v14.16.0+x64 (darwin)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"14.16.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-alpha.2_1638758343014_0.7705202901307051","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-alpha.2","version":"2.0.0-alpha.2"}