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/directives/scrollspy/package.json
{
  "name": "@bootstrap-vue/scrollspy",
  "version": "0.0.0",
  "meta": {
    "title": "Scrollspy",
    "description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport.",
    "directive": "VBScrollspy",
    "arg": {
      "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
      "description": "ID of element to monitor scrolling on (if not provided defaults to the body element)",
      "required": false
    },
    "expression": [
      "String",
      "Number",
      "Object"
    ],
    "modifiers": [
      {
        "name": "###",
        "pattern": "[\\d]+",
        "description": "Offset (in pixels) from top of scrolling viewport before triggering active state"
      },
      {
        "name": "offset",
        "description": "Position calculation method using `offset` procedure (default process for body)"
      },
      {
        "name": "position",
        "description": "Position calculation method using the `position` procedure"
      },
      {
        "name": "auto",
        "description": "Position calculation method: `auto` will choose `offset` if scroll element is body, else the method is `position`. This is the default"
      }
    ]
  }
}