{
  "_args": [
    [
      "vue-sweetalert2@3.0.3",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "vue-sweetalert2@3.0.3",
  "_id": "vue-sweetalert2@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-8gEUfz6z2qJ7oQ8Bn5O9MJ+FRD53q+ziJouNh/SQ9Gx2v6WuRb8DB9tZMKGXR8YZip4CDVvSn8dh254YU2SCPg==",
  "_location": "/vue-sweetalert2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-sweetalert2@3.0.3",
    "name": "vue-sweetalert2",
    "escapedName": "vue-sweetalert2",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Aleksey Pivkin @avil13"
  },
  "bugs": {
    "url": "https://github.com/avil13/vue-sweetalert2/issues"
  },
  "dependencies": {
    "sweetalert2": "9.x"
  },
  "description": "Simple Vue sweetalert2 package",
  "devDependencies": {
    "@tinkoff/linters": "^0.6.0",
    "@types/jest": "^25.1.2",
    "@types/node": "^13.7.1",
    "@vue/eslint-config-typescript": "^5.0.1",
    "@vue/test-utils": "^1.0.0-beta.31",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-3": "^6.24.1",
    "babel-preset-vue": "^2.0.2",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "eslint-plugin-vue": "^6.2.1",
    "husky": "^4.2.3",
    "jest": "^25.1.0",
    "lint-staged": "^10.0.7",
    "prettier": "^1.19.1",
    "require-hacker": "^3.0.1",
    "ts-jest": "^25.2.0",
    "tslint": "^6.0.0",
    "typescript": "^3.7.5",
    "vue": "^2.6.11",
    "vue-jest": "^3.0.5",
    "vue-template-compiler": "^2.6.11"
  },
  "files": [
    "src",
    "nuxt",
    "dist"
  ],
  "homepage": "https://avil13.github.io/vue-sweetalert2/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm test",
      "pre-push": "lint-staged && npm test"
    }
  },
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "prompt",
    "ssr"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,html,vue,md,json}": [
      "npm run lint:prettier && git add"
    ],
    "*.{ts}": [
      "npm run lint:prettier && npm run lint:ts && git add"
    ]
  },
  "main": "dist/index.js",
  "name": "vue-sweetalert2",
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "exec": "npm run prepublish",
    "delay": 2500
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avil13/vue-sweetalert2.git"
  },
  "scripts": {
    "__postpublish": "npm run test:coveralls",
    "build": "tsc -p .",
    "lint": "npm run lint:prettier && npm run lint:ts",
    "lint:prettier": "prettier --write src/*.ts",
    "lint:ts": "tsc --noEmit --skipLibCheck",
    "prepublish": "npm run build",
    "test": "jest --no-cache",
    "test:coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "test:watch": "jest --watch"
  },
  "types": "dist/index.d.ts",
  "version": "3.0.3"
}
