{
  "_args": [
    [
      "vue-sweetalert2@2.1.1",
      "C:\\xampp\\htdocs\\laravel"
    ]
  ],
  "_from": "vue-sweetalert2@2.1.1",
  "_id": "vue-sweetalert2@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-aGP7nsh9GY7ozve+A9l6b9iG2YWWn21O/K/7tJbHnOpiFZaZODsfgGi3euSUF+ykFsYn6Mb6pJB2clgptZFMpw==",
  "_location": "/vue-sweetalert2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-sweetalert2@2.1.1",
    "name": "vue-sweetalert2",
    "escapedName": "vue-sweetalert2",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "C:\\xampp\\htdocs\\laravel",
  "author": {
    "name": "Aleksey Pivkin @avil13"
  },
  "bugs": {
    "url": "https://github.com/avil13/vue-sweetalert2/issues"
  },
  "dependencies": {
    "sweetalert2": "8.x"
  },
  "description": "Simple Vue sweetalert2 package",
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/node": "^12.0.10",
    "@vue/eslint-config-typescript": "^4.0.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-3": "^6.24.1",
    "babel-preset-vue": "^2.0.2",
    "eslint": "^6.0.1",
    "eslint-plugin-vue": "^5.2.3",
    "husky": "^2.5.0",
    "jest": "^24.8.0",
    "require-hacker": "^3.0.1",
    "ts-jest": "^24.0.2",
    "tslint": "^5.18.0",
    "typescript": "^3.5.2",
    "vue": "^2.6.10",
    "vue-jest": "^3.0.4",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "src",
    "nuxt",
    "dist"
  ],
  "homepage": "https://github.com/avil13/vue-sweetalert2#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test"
    }
  },
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "prompt",
    "ssr"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vue-sweetalert2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avil13/vue-sweetalert2.git"
  },
  "scripts": {
    "prepublish": "tsc -p .",
    "test": "jest --no-cache",
    "test:watch": "jest --watch"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.1"
}
