{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"921e5ca3ee6632d57db3d156a92aa641f137f74e","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1649104610.0.tgz","fileCount":9,"integrity":"sha512-VTxdC9/WZuCU8P2t1wQVebRRyuKm77Ry3fOXRDzXTfetxm9qABThqTV9Ayi1v4qCgnSuH5phozJ89/cROHuoAg==","signatures":[{"sig":"MEUCIQD/lDpfuohlsvY26AUCPuIJFhfWpsJw3nFhfsvsyuEt0gIgINKu947dg3hNxuwqN2II6ewmEMEsFeg6iVP2gFDeKU8=","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\nwsFzBAEBCAAGBQJiS1bnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBMQ/+MJ3MlZqB7B86ZPlLaGSIAzQoUFF6PCtQb1BCycKmWkpnqjgy\r\nCNqILVr8IKPvRVNcpR+fj+XBSStQRn1xwsR7ljvOMIOtXkg+RRHDQ4cMuhEs\r\n84/vZqlhugKAjtDVNu3vzSLAlZN3yVOSirritpm6bmvLJ+xv2GJfhenFvCp7\r\nV4iRFgsT88ekxrldys9pLmz4Wdow+GueoLQo3nz4KykA4LVLVOGQQx+fnKKx\r\npulQdH4pQBI+NS9ulpL5L46wx5O1V/jMOuLf4CxnWsfs6dpkjPJRztbPnMnh\r\nG7GDb+tUDMGsbh8WNBf4EnPaRJy+SVLvfNJG5v4cixac4w6s+HYQMZCMl8VB\r\nwollo54mKNfyC62n7NSNH+vlsJDnRj9yGRk4BBu5AVnZJ3Dz+ObO4Yf/KB4r\r\nvAxVtjLqXj4QU8V7sczp7jJW9Yh6v4SHBjDeBZHq17vEW8iUmOViFGvAyHT7\r\nIRmyXjLhlOxo8RSKrY/FNwXgcKGKx17FJOc+MQ+OFxUTNojLkHPs4S5OtJ+h\r\n/tuuSNRHMotsxJS0fZVUTzRxUtSBdv+8e1vHBdfuUNPn99XRutVu/1Y2G5Sg\r\nR+oK/tutEIYCAcNO7hfsl0LIRUeLQvY256iQ4W3gXG3eHpDJRUa/X8N6YHcz\r\nKictyV99NfTV9JrtE+1xznj0yzTMbIn4Jj8=\r\n=y0GF\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":"8dbe0c8bd72fd9da2d42bb8613232c86ddfd963f","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.1649104610.0_1649104615468_0.26883893423611194","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1649104610.0","version":"2.0.0-canary.1649104610.0"}