{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"989e3cfbc31827ea25620dd6af71ddde5caebf72","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1648345430.0.tgz","fileCount":9,"integrity":"sha512-2ESis/YfItw3KVw+0dHLj6f/EklukPK5cCGRYgKzYy/JuJATB/MMlcP9I1R0Sxzu1WodXqfHbDx1gpYYQhcbXA==","signatures":[{"sig":"MEQCIAE2iLiJ+NTauUH4tSAvDxdjqGbCOlOgaqz86lVhEf6VAiBQ1saHv2JFvDff+efAzGPO5JXtw4VgtpDGz73xOZZjHQ==","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\nwsFzBAEBCAAGBQJiP8FaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+vg//YmfrsIDV5vhY1Z11AmyuZ7aoZzitXy6/Ig5hfTPlFu6WVlc1\r\nF3x1qiu4BxffMhI1eS6B+cxZdL6bBeSHPVF20pYygRYZKhLyC77vanFvHvP7\r\nbLi2lsUzmD9HGvuq0HPow86bno85cmc8evJ47BzXnf61ne2VGwIgCDWJ/AMi\r\nLfPB1P+LWi6zPnRl1K1pdyi6K4ORwLJgS5jEA9UxqVBCweiIKQdlJqXjsSev\r\nYy9rg7zdU1iNnVqqz96sAunABvCPmukflqh3xz4Z4QFO1/oexi5IgJ1kLi3x\r\n7NzWS4ZmnJST+w5w54ZS0hdnOjfDJVa98UG0BDKsQRSP1PFCOPRmCzJkYPgO\r\nShXiV5fa6KoHISrTHcZcQZCsD74aJ5Om1U8GJzPLzDTcefzqP8GCoTJmCsXW\r\nE/SldTD3RJXqMyYRXMBsLlRpypC1SjhTq8NXInwQUSO/jqkrFEWa6j87RiHN\r\nd8CRv33eUNkBcf72yGH3qIERIs5ScLTqy9hT2VOCUMF8Z5qz3LSOMJcUauMl\r\n/+1dZ9vpRg8FsjC8JE28ly609FshrfrWyJtbefl6ICxw1Ysy5UxrgkrUt3lp\r\nhAXSqWhaa9HvsG3iKKnoMvhbYpNG797hnZOE+nfUrDM+OhN9HNfskdC9L8dw\r\nSqbp6ZBlfGA9p8QMbj5yNGuRvAlZKhzrJM4=\r\n=SOiY\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":"e512e55cde79115b9e3595096c279a67d037fe6a","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.1648345430.0_1648345434117_0.5860707642478553","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1648345430.0","version":"2.0.0-canary.1648345430.0"}