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/@floating-ui/vue/package.json
{
  "name": "@floating-ui/vue",
  "version": "1.0.2",
  "@rollingversions": {
    "baseVersion": [
      0,
      1,
      0
    ]
  },
  "description": "Floating UI for Vue",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/floating-ui.vue.umd.js",
  "module": "./dist/floating-ui.vue.esm.js",
  "unpkg": "./dist/floating-ui.vue.umd.min.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "module": "./dist/floating-ui.vue.esm.js",
      "import": "./dist/floating-ui.vue.mjs",
      "default": "./dist/floating-ui.vue.umd.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist/",
    "index.d.ts",
    "src/**/*.d.ts"
  ],
  "scripts": {
    "test": "vitest",
    "build": "NODE_ENV=build rollup -c",
    "dev": "vite"
  },
  "author": "lozinsky",
  "license": "MIT",
  "bugs": "https://github.com/floating-ui/floating-ui",
  "repository": {
    "type": "git",
    "url": "https://github.com/floating-ui/floating-ui.git",
    "directory": "packages/vue"
  },
  "homepage": "https://floating-ui.com/docs/vue",
  "keywords": [
    "tooltip",
    "popover",
    "dropdown",
    "menu",
    "popup",
    "positioning",
    "vue"
  ],
  "dependencies": {
    "@floating-ui/dom": "^1.4.5",
    "vue-demi": ">=0.13.0"
  },
  "devDependencies": {
    "@parcel/transformer-vue": "^2.6.0",
    "@testing-library/vue": "^6.6.1",
    "@vitejs/plugin-vue": "^4.2.3",
    "vue": "^3.2.45"
  }
}