HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue/src/components/embed/package.json
{
  "name": "@bootstrap-vue/embed",
  "version": "1.0.0",
  "meta": {
    "title": "Embed",
    "description": "Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.",
    "components": [
      {
        "component": "BEmbed",
        "props": [
          {
            "prop": "aspect",
            "description": "Aspect ratio of the embed. Supported values are '16by9', '21by9', '4by3', and '1by1' and are translated to CSS classes. Refer to the docs for more details"
          },
          {
            "prop": "type",
            "description": "Type of embed. Possible values are 'iframe', 'video', 'embed' and 'object'"
          }
        ],
        "slots": [
          {
            "name": "default",
            "description": "Content to place in the embed"
          }
        ]
      }
    ]
  }
}