{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3e4a590870c85899bc2d244c8474661251fc5ba6","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1649090574.0.tgz","fileCount":9,"integrity":"sha512-ZHe/ojALjmOBw12KvhFeUTvvZXc7GgMamdhcMQk2soiLA1Nf3h4RP9pACvsH8GDUAYc7KklMdhh0yHyiF5NoKg==","signatures":[{"sig":"MEUCIQDHIpPVkSlT2N36ZZemQfIdGHl4LvouO+VcVH9jF4JUXAIgJm6IR3cY6RzlQjfERtVI+TQmCD1syLlr34pZzg4l5MY=","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\nwsFzBAEBCAAGBQJiSyATACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXjBAAh/Xil0+I2HPw41mb8TiP1dK4Fc+8H5d38PyXJeXM1h7qqBv+\r\nNUAQXfM0SUv4q04a9ridlapHx7TKZznMNaIWdtilbncBweNkpJNKz2sPeWC7\r\nfXmbfwiS8dyT+jlslkL6eUGFxWOiyRUQOMHApFmbBRGwZqwJEGm86VGlZc+n\r\nZqkjasprgepJt/JZcyvTuGVbov3Tnoq+qaz+Wu2xR8Y8RVYxIPPoN6WQIg9A\r\nbHCWKF4Y9njknNdmrVGv89EG+jO77rUxw9FbDPyLgsdGkiBSO2AhQ/LCXshM\r\n6N60yfhyxKrbQzIM1oxjTrU6raH35rUFKqEjMRPMCVx7Hc0GszoHxTpXQsbc\r\n+tYZb7UIn/1h44ub7JAHo/oV5LDbcRnbQn4kFiJYosCbBAw/lKJvwIIJMyPd\r\n6M08IBDJTjHLmzg7wg9Ziv6UYCwSsUIuJZLMija/UtadAbGV06iO0LiXdlWR\r\nFN6D/Noe/D7dXeGh/E2nm23VcqbRcEdQZ4hFLt9gvTiK/2po7ubE8yryDVXd\r\nFjxbTWF+0NDKh+MRg9aSEEcLPd84wjaFAoSq+1w9LXo48fI8K28cj/bXKaK6\r\nlLxbZdy7h8+MWd+/NNTJIkxpQGAOCsmT6QTVGuMm+1DC8p5109GdeE8E+LHz\r\nmG+gZIY7AsHQoiyRxMDxZZi01UXxYTCsOoM=\r\n=IHgp\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":"0b660cd816ad99a2bcef967156b98d698f67111c","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.1649090574.0_1649090578898_0.779754051954463","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1649090574.0","version":"2.0.0-canary.1649090574.0"}