{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"91b6aa1be126adf0a841c16467e40e2e7153b574","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1645742802.0.tgz","fileCount":12,"integrity":"sha512-TS8HHoorisUY/dUF1K3nvanLGzFMrggIeaYIsPn2HSz7UHE60xKG1XmzCkvUfiLn8DErdZ3GyK3LIjzQQvIIwA==","signatures":[{"sig":"MEUCIQCkaF7n9F4lvc6pfOzjRLMmcpnHSBZ0vYCwWVdefLmfQAIgEX53xKL31D/eUsZdEeuP/j9AHzirfD3LrisJEJAB6Vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGArWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgVQ/+MKWtP7By9XWRTqoTLvQqltWNtx4E52jwikHVwsMccgn1G5G+\r\nOTvri6x+WoczJyBr2DTyEhd4etU0tVPCT4fk8kslUqJ2jLNslzOvoyEZJeeL\r\nrUA3h9+iStIh1L32qg+Idatt29cnv/dAlM5pHjamlxNOHqSIS1ncwnSfWZzy\r\nwu+WmUlobe7r6tgc+XDv2Zs0bgNe3yvoqfFb5FalimNdCnd4XzPxLvMDRxcD\r\nBDAsILCHiSq6Ea/8sEhaNJfSm5IRz1bjmEPpY2Y/xUJn+w8WTdPvBgHOiVpX\r\nOrT6xqVnKEpIYl5ohJCmRuhc80nxytXAi9aZTuAIl6USbDDKPxdTl2kUPfL7\r\nxaa9KPHmWGZn8DeIODdfylNi+jiun+HsgJVAyco3rDuB/fmETsF+Qz/hyr+A\r\nlOs6ZPPsfvgWi+/QI1vAzEhifv+2m/5eM/x7bGtTzT2Ntq6wuifZ5tDmThPN\r\neHney3x7fUX9RBpCXS7yh8OnUVNPAqxjdRuon411neXMyN0qvzHQufmOat86\r\nrJnyuJy9NepR8Cf6oQnKsXdXBjncolnpchhdr2tJLZ2hRPX+f1s1e/6xWc+j\r\nfN4pK7A3BYMpOWcpbNQTQRtyieAjTYQbrN/0QhUaXJdQUTeuB94HCZ2wg0nk\r\n5j4/KWExqV0BH9DOAcGdIxSa4uoNIjq7+HU=\r\n=GftI\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":"051e933e7a01512b21a11916bd6d2a598f9e9338","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.1645742802.0_1645742806446_0.7089361631494564","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1645742802.0","version":"2.0.0-canary.1645742802.0"}