{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"d19b6871eebc1a2ec0bd680681dda214d799d1c1","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1647885768.0.tgz","fileCount":9,"integrity":"sha512-d5wkIjauqBHuR//xtHBt6NB/JXFxoY+Fk/4GyD+Y67RwGbzwJp/VoNcdT38zsw5lJjmJwRFNB26pGEU5BdaPgw==","signatures":[{"sig":"MEUCIQDf6GAcA3hdi7iok99fkZwPQQ1AebvM2bx7m2fvWFLr5QIgYb3dTe4oYnOWYv2an+Y7xG4wkQgFI282p878JMINK/Q=","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\nwsFzBAEBCAAGBQJiOL3MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6/Q/6Am2yViw9uuLK+m1GVJZ2enMdR74NDWzDE1N+97X/AfBREH5D\r\nisY7XqwY3+CmBIGP995nVNaIjlva+fCHqQW08+XQiYU0IehVnSXHSX2G8VKD\r\nHiGAsMG8qoYenwXWnoi9utLzoDilDr5z7g0kbyWgud/R4QjYnWTbqPvixRS1\r\nRZIYCpFFB9M2I7TRfSacqg8Tx1LBUU7Rby5X3B/3hJfxnppefGodYuduSHL7\r\n6+zI47Kejt/hPTrdljMcf2Zdg9PFnYP2n/qNdNOLYIHnjebSn8xPvnuTc/RI\r\n26otJt65XEWtXnJ110vXMytzEx/RnRjDMUFhP+/eZswdtXLJgHwZoKUF6X7y\r\ndhnfRCyreiIYcC/m5wlx2TGNwX2YJS6LW1KOoRe4UnINlZOxAeGc0txCnoax\r\nkmO4u6ApO4YSVb4HJEGTavftqr2Dgt0JstRqHiHRCNxi3S/IxorFgEuKNmO/\r\n+Ag2SvgXpr0nVWvhg9aLGkcpA2ZmbA9odZTjBpNCTIxUu0WrPMvF7sIBAb6S\r\nRJnyKy3fx2pNe9Ox9CO0ZFAoz6hStY8t4metoUgQez3M6BF0hutY8hywF5ja\r\nFJbqYeRPqpBJ9xmA2iKAafeBWt/Of1/CB4jQq6mXQUPzSZd9yTQjD2wJFBrm\r\nZtfnzJjoo9vmzQGLJ/f4mj/6hB9xynZKmgw=\r\n=H4Up\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":"99d1990c9f2ab487445f5665a015779cfbd0e2b7","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.1647885768.0_1647885772765_0.8766173952783294","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1647885768.0","version":"2.0.0-canary.1647885768.0"}