{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3ac47868c9656549cc3fabc2591b47ee37a2ec3a","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1649167979.0.tgz","fileCount":9,"integrity":"sha512-IYhPn2vHMpa/vmJuI3eTW4rrlTgiMJmN3oSTbU4A7iDiPu9n4tq2OZzJxsuulQd1mXQ2TFxgWoEtqVH2K59dAQ==","signatures":[{"sig":"MEYCIQCLvhXojgUasFkrVl9kBF1c2bsWdT4YwtYSK/nOqX7WRQIhAKH/sItzLJXld+8JLRaLyQivOApN0TDRebAqT+zcOHF6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTE5yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkeQ/+NWt8ytLRF7dNRL+AkKt1ZygdvapufYQsFgvCWrvBBYPCP9zk\r\n1m5TD6gK10YQ0mBMO0D3CDG/dzabSeLVGBNKQSd+rRwl03iJXmZoN0jX9Gzx\r\nyBigLTI9wYLavmPaHeQZAbozKCpQ6/Eilvelc2b8YNg8AaSjf9bJzEEE0tsz\r\npdbW2MnavyYTxMd0QTSaNPOetDGjc3eI7oOUeXsYMZEErmKC9MGJJc2sudEi\r\nmRDWlJJNgxMUK7uel9n2LEGYcdog2ZfMjFa8OBIaozBOTgvhBScRUniMZQAg\r\nyTE1aZc+nxdpRH5wNMxziu8Epjr7/HvSv5YS1aCYXx54Pv4SCd49wdN+5kmd\r\nyrtZqvQBMcDwQs9NBI1AGnQgfqokT+zK2Mx4W1lhZtsdzacQT+mtpps96hX8\r\n6dn0HbtbZW3rfnro1+W32KDYoGCJoG9OoCGWE+uOiSiHUJc6lYsrKPE4y919\r\n3wYj7wmV9pL59enQyHUk4f4Vr0mGxuIDv82oy8ESIsd8nWkx352bLJvtOWsJ\r\nKSrSqZA50EPXl/6Y/q66hyeFHNtuWZoWLe7rnce0O2BYvW9SgwHExocv7xc8\r\nD+xqg++YM8YDkZwFHeJS+a6JRr7kC4YGeGbrmxiOgzzY9QhFV+N1C5BXwjjg\r\nfRW7oh0+X6phdIXmD+Wx2HxQm8nZNe2ERlI=\r\n=Iqp3\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@canary\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":"4bf8cd9a23400b1a2d6c95fe5b9b5f5ae3c3b072","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.2+x64 (linux)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.2","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1649167979.0_1649167986381_0.7468975974573215","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1649167979.0","version":"2.0.0-canary.1649167979.0"}