{
  "_from": "v-viewer@^1.5.1",
  "_id": "v-viewer@1.7.4",
  "_inBundle": false,
  "_integrity": "sha512-K3PQ8utnVXXBCa5IRXRAhk/m83fNIsK77gTSXqAmPJe8eDTaSY1nifAOWPUmQDjzuCxYfa14UjGftHR9MFV70Q==",
  "_location": "/v-viewer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "v-viewer@^1.5.1",
    "name": "v-viewer",
    "escapedName": "v-viewer",
    "rawSpec": "^1.5.1",
    "saveSpec": null,
    "fetchSpec": "^1.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/v-viewer/-/v-viewer-1.7.4.tgz",
  "_shasum": "2a7214250c55e8698807575302ebd9f231e73393",
  "_spec": "v-viewer@^1.5.1",
  "_where": "/var/www/html/dev.odorata.com.br",
  "author": {
    "name": "mirari"
  },
  "bugs": {
    "url": "https://github.com/mirari/v-viewer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash-es": "^4.17.21",
    "viewerjs": "^1.11.6"
  },
  "deprecated": false,
  "description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js",
  "devDependencies": {
    "@antfu/eslint-config": "^0.6.4",
    "@commitlint/cli": "^12.1.1",
    "@commitlint/config-conventional": "^12.1.1",
    "@types/lodash-es": "^4.17.12",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.0",
    "@vue/compiler-sfc": "^3.2.26",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vue/runtime-dom": "^3.2.4",
    "bulma": "^0.9.2",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-vue": "^7.9.0",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "prettier": "^2.2.1",
    "sass": "^1.47.0",
    "standard-version": "^9.3.0",
    "typescript": "^4.5.4",
    "vite": "^2.9.16",
    "vite-plugin-vue2": "^1.9.2",
    "vue": "^2.7.16",
    "vue-template-compiler": "^2.7.16",
    "vue-tsc": "^0.30.2"
  },
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist",
    "types",
    "README.md"
  ],
  "homepage": "https://github.com/mirari/v-viewer#readme",
  "keywords": [
    "vue",
    "viewer",
    "gallery",
    "picture",
    "img",
    "image"
  ],
  "license": "MIT",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "name": "v-viewer",
  "peerDependencies": {
    "vue": "^2.0.0",
    "viewerjs": "^1.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mirari/v-viewer.git"
  },
  "scope": "VueViewer",
  "scripts": {
    "build": "vue-tsc --noEmit && vite build",
    "dev": "vite serve example --config example/vite.config.ts",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare": "husky install",
    "preview:build": "vite build example --config example/vite.config.ts",
    "preview:serve": "vite preview example --config example/vite.config.ts",
    "publish:beta": "npm run build && npm publish --tag beta",
    "publish:legacy": "npm run build && npm publish --tag legacy",
    "release": "standard-version",
    "release:beta": "standard-version -p beta"
  },
  "types": "./types/index.d.ts",
  "unpkg": "./dist/index.umd.js",
  "version": "1.7.4"
}
