{
  "_from": "vue-js-modal@^1.3.34",
  "_id": "vue-js-modal@1.3.35",
  "_inBundle": false,
  "_integrity": "sha512-DKtxUCW/oprM/ndn9h/cnVgsmqjQ/ARy5rH4q/11Pas04og2td+sltl91H/rlwXTwJIqWyt+lJizK5o4ErjWIQ==",
  "_location": "/vue-js-modal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-js-modal@^1.3.34",
    "name": "vue-js-modal",
    "escapedName": "vue-js-modal",
    "rawSpec": "^1.3.34",
    "saveSpec": null,
    "fetchSpec": "^1.3.34"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-js-modal/-/vue-js-modal-1.3.35.tgz",
  "_shasum": "5f54de1a30a5f977121bfe6b2a1a5498bce2752a",
  "_spec": "vue-js-modal@^1.3.34",
  "_where": "/var/www/html/dev.odorata.com.br",
  "author": {
    "name": "euvl",
    "email": "yev.vlasenko@gmail.com"
  },
  "browserslist": "> 0.25%, not dead",
  "bugs": {
    "url": "https://github.com/euvl/vue-js-modal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Modal Component for Vue.js",
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/test-utils": "1.0.0-beta.31",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.1",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^0.9.0",
    "jest": "^23.6.0",
    "jest-serializer-vue": "^2.0.2",
    "mini-css-extract-plugin": "^0.4.5",
    "node-sass": "^4.10.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "sass-loader": "^7.1.0",
    "ts-loader": "^6.2.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "vue": "^2.2.6",
    "vue-hot-reload-api": "^2.0.8",
    "vue-jest": "^3.0.1",
    "vue-loader": "^15.0.0",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.2.6",
    "vue-test-utils": "^1.0.0-beta.11",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^4.2.2"
  },
  "homepage": "https://github.com/euvl/vue-js-modal#readme",
  "keywords": [
    "front-end",
    "web",
    "vue",
    "vuejs",
    "vue-js",
    "dialog",
    "alert",
    "modal",
    "vue-js-modal",
    "vue-modal"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vue-js-modal",
  "peerDependencies": {
    "vue": "^2.2.6"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/euvl/vue-js-modal.git"
  },
  "scripts": {
    "build": "npm run build:client && npm run build:ssr && npm run build:ssr-no-css",
    "build:client": "webpack --config ./build/webpack.client.config.js --progress --hide-modules",
    "build:ssr": "webpack --config ./build/webpack.ssr.config.js --progress --hide-modules",
    "build:ssr-no-css": "webpack --config ./build/webpack.ssr-no-css.config.js --progress --hide-modules",
    "test": "jest",
    "test:types": "tsc -p types/test",
    "watch": "webpack --config ./build/webpack.client.config.js --progress --hide-modules --watch"
  },
  "types": "types/index.d.ts",
  "version": "1.3.35"
}
