{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"37a5baffa000b7ad7d7c47ccdcf0c5d909e495a5","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-next.10.tgz","fileCount":12,"integrity":"sha512-cLwQPzYxNIK7sF86eKhbBBiHYgoUPNsQ2GiqF/bYgfNJyCzMBdxwUn0PXA0uLH09fS36crfhS1qyPgsO3eJmdw==","signatures":[{"sig":"MEUCIAUreFeLG12yuy3tj7i8ejz0fM3odXbiZSvaGv32ojUfAiEAmOu3waoniQcBDrkGbGaLtamdepC1dZs8Ho9YUGwN4Mg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqEw0CRA9TVsSAnZWagAABxwP/2nsj+3hSGKtHolv0qu1\npPViR5/kwGh5E+eDYX7SfY6kN41C5KgEV0EB8RV7dfNdxmlLkKZQJ52e8y7Q\nCcoGJ/maoG8Q4fDnONPzvNe8QBkHRu8KDQm8Ak5IoqWU2LGqbDMb7nzjR46d\nykVlgniKnryh5hdkXorjkKoulLRJpR9s8RGNLSdfwNadNh75doRyrhZBID3C\nEPbhnOeysLQdQykDeXcNK7LKg7R4dUJDM1CLhURzcCIFuYwmg0/JmtkIg4mZ\nxWoD463ZYDARJ/G4MwbXLqy35qC8ypnG3wEcWDjFxw6poOopRsDuJKbt5l6g\nAAxH+l7sS7kVzwUwv0yTOWNs5e1eH8v8pqMQByKjNUzVBSf+O6AS1n7xv5hQ\nWWJcBfhYPCFiwOJSc0PC3gB3AhfuG5Tr28G2jLEm6TIIcPBGVqNfYc+Xr7E2\nX64cZK30XVgzUtkzH+ygqxljmRRCUadwly5NNBLXZLbY2H2z05JApra73nIX\nZO5N0o5uJhFPVEgWU8UkjsI0mFGz0JwfDMw0mcrV4/jvl83lIiNkMu60VfvZ\n4c0bRwso8wsQ/YQFGW80dVfDnn/3NPKHdx/CLQaqyRjBBRnOfC6dPGqbXpZM\n2UQOaIkk0vnwD77btFo7P+MBfBBJoLg8SsQQIiLXoVKlUk/eg8Z3sfkFKgLb\ntfic\r\n=Rls7\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\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":"1e45b0733eedef4d9d8680ddcb140e3ad3a578aa","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@v14.16.0+x64 (darwin)","description":"Dependency Injection in ~800 bytes","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"14.16.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-next.10_1638419507657_0.9908021315648774","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-next.10","version":"2.0.0-next.10"}