{
  "_args": [
    [
      "vue-sweetalert2@5.0.5",
      "/home/promolider/public_html/ipssoma_jobs"
    ]
  ],
  "_from": "vue-sweetalert2@5.0.5",
  "_id": "vue-sweetalert2@5.0.5",
  "_inBundle": false,
  "_integrity": "sha512-Q7+TjQxNwGruT2jfPaSKMz18HHWs81r4umEwlrrtOf/QL5Iwl1T+tUaNkcvKB7Rf9rYftubt7NnOMjfDMnDH3A==",
  "_location": "/vue-sweetalert2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-sweetalert2@5.0.5",
    "name": "vue-sweetalert2",
    "escapedName": "vue-sweetalert2",
    "rawSpec": "5.0.5",
    "saveSpec": null,
    "fetchSpec": "5.0.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-5.0.5.tgz",
  "_spec": "5.0.5",
  "_where": "/home/promolider/public_html/ipssoma_jobs",
  "author": {
    "name": "Aleksey Pivkin @avil13"
  },
  "browser": "dist/vue-sweetalert.umd.js",
  "bugs": {
    "url": "https://github.com/avil13/vue-sweetalert2/issues"
  },
  "dependencies": {
    "sweetalert2": "11.x"
  },
  "description": "Simple Vue sweetalert2 package",
  "devDependencies": {
    "@vue/test-utils": "^1.3.0",
    "auto-changelog": "^2.4.0",
    "jsdom": "^19.0.0",
    "vite": "^2.9.8",
    "vitest": "^0.12.3",
    "vue": "*",
    "vue-template-compiler": "^2.6.14"
  },
  "files": [
    "src",
    "nuxt",
    "dist"
  ],
  "homepage": "https://avil13.github.io/vue-sweetalert2/",
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "prompt",
    "ssr"
  ],
  "license": "MIT",
  "main": "dist/vue-sweetalert.cjs.js",
  "module": "dist/vue-sweetalert.es.js",
  "name": "vue-sweetalert2",
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "exec": "npm run prepublish",
    "delay": 2500
  },
  "peerDependencies": {
    "vue": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avil13/vue-sweetalert2.git"
  },
  "scripts": {
    "build": "vite build && tsc",
    "changelog": "auto-changelog git add ./CHANGELOG.md",
    "lint": "npm run lint:prettier && npm run lint:ts",
    "lint:prettier": "prettier --write src/*.ts",
    "lint:ts": "tsc --noEmit --skipLibCheck",
    "prepublishOnly": "npm run test && npm run build && npm run changelog",
    "test": "vitest run",
    "test:coveralls": "vitest run --coverage && cat ./coverage/lcov.info | coveralls",
    "test:watch": "vitest --watch"
  },
  "types": "dist/index.d.ts",
  "version": "5.0.5"
}
