{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"a54053d6c1eb5a370d9411809fd2f355f24e98c0","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648222879.0.tgz","fileCount":9,"integrity":"sha512-SjbFQMD79sziUXI1By/tEA9HxtGjniWaeFxdQ8CTrmASFk4gLXAaBgZI028oSjjl0dH1ckYMc4xScHnJcf/y0Q==","signatures":[{"sig":"MEUCIQCtQgA5QT33PEdGGCEGk8n0COHeRzd2I3zjQhDbRVNgjwIgRce1d1OJ7kcu7+maCt/754DhBqFmcEe4c2BL1T19FS8=","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\nwsFzBAEBCAAGBQJiPeKkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWuQ/9F3Bw6wjUaLRrimKD7piNeeTMUbWdpIopvtDoNCZmz3Ep9aQY\r\nOC95IcYmWrkUhY9Xv+mQGGItJilZJa/vY56zR93QnoS7OMvd3dKIVh9giTRV\r\nh2HNORIof9s2BGTwBauXO+lPXDaZsCQCEdl1dSYlCpM5f3MNdL8eHCGbfy3C\r\nl4b/YhQJe/297KrXiSWr6mAwd+xY/xoQePtKnbUwVnkWgNOe/Ji2a7FstDP+\r\nm3evJTdNBWtdbSW96LZFaVHzcDBKHPEgtrOkbwrZt5kX7UPB35ar7jRFgDXd\r\n5QgryF4+rTk4SjYhGB19uCyxDXaedyFQc20NDPHRjoY7ZjfuZF0GU7yVdqV9\r\nHy5jBWu0enWVcRbEchm5T6CznFKESmyBcUpTRZ48/H3YWNnOTQ/aqG9MZe+e\r\nJsekCyaSaT7v/k5SVUXEM6LdIcox9djmP0vpFcXenrQG4ES6AONNY9dBrwWt\r\nccd0RdpkF56DbbUe/1xKfoaF7zPF1LxEk6VYI9iwVHmHZ9u5SlqyHi0GKCRT\r\n/QKOarmIEMNA5nNqttwfUvDLvzE5nzJEFwy8daYDL8kF8uUN5NT5au/8wqoK\r\nU+eX94T/rStDP55UN5Oa43LUBbfPPbL2IfYRfXlrrc/Jp1Qj4QEy0KXGhw0P\r\nDqsowBqzIQQm3GlI09E87tVJQwS+fba7oSg=\r\n=iLA5\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":"dcaef2002a93769467fa9a06c6b05950203da9c9","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.1648222879.0_1648222884079_0.2750611882879923","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648222879.0","version":"2.0.0-canary.1648222879.0"}