{ "_args": [ [ "vue-sweetalert2@4.1.1", "/home/lefos/repos/swarmlab-playground-client" ] ], "_from": "vue-sweetalert2@4.1.1", "_id": "vue-sweetalert2@4.1.1", "_inBundle": false, "_integrity": "sha512-9ytddeXkjixIGzUxgmVAVdIOrbPiWcjEPQuO3mEPq4zc8clbQbhOn192zvYUdcM0SbRPzbafyXTFx9mNMNJzQA==", "_location": "/vue-sweetalert2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vue-sweetalert2@4.1.1", "name": "vue-sweetalert2", "escapedName": "vue-sweetalert2", "rawSpec": "4.1.1", "saveSpec": null, "fetchSpec": "4.1.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.1.1.tgz", "_spec": "4.1.1", "_where": "/home/lefos/repos/swarmlab-playground-client", "author": { "name": "Aleksey Pivkin @avil13" }, "bugs": { "url": "https://github.com/avil13/vue-sweetalert2/issues" }, "dependencies": { "sweetalert2": "10.x" }, "description": "Simple Vue sweetalert2 package", "devDependencies": { "@types/jest": "^26.0.14", "@types/node": "^14.11.8", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.1.0", "auto-changelog": "^2.2.1", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "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.1.0", "eslint": "^7.11.0", "eslint-plugin-vue": "^7.0.1", "husky": "^4.3.0", "jest": "^26.5.3", "lerna": "^3.22.1", "lint-staged": "^10.4.0", "prettier": "^2.1.2", "require-hacker": "^3.0.1", "ts-jest": "^26.4.1", "typescript": "^4.0.3", "vue": "^2.6.12", "vue-jest": "^3.0.7", "vue-template-compiler": "^2.6.12" }, "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" ], "*.{ts}": [ "npm run lint:prettier && npm run lint:ts" ] }, "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 test && npm run build && auto-changelog", "test": "jest --no-cache", "test:coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", "test:watch": "jest --watch" }, "types": "dist/index.d.ts", "version": "4.1.1" }