{
  "_args": [
    [
      "vue-toast-notification@0.2.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "vue-toast-notification@0.2.0",
  "_id": "vue-toast-notification@0.2.0",
  "_inBundle": false,
  "_integrity": "sha512-CtShZp20qzDF957DcMi/OBX/fzoIRHJU1tcDPIMNgW+VVWmIehBxRdLthjZeHkEvWpc6ObpH7IgUGDDNWz2pUw==",
  "_location": "/vue-toast-notification",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-toast-notification@0.2.0",
    "name": "vue-toast-notification",
    "escapedName": "vue-toast-notification",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-toast-notification/-/vue-toast-notification-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "ankurk91"
  },
  "browser": "dist/index.min.js",
  "bugs": {
    "url": "https://github.com/ankurk91/vue-toast-notification/issues"
  },
  "dependencies": {},
  "description": "Vue.js toast notification plugin",
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "babel-loader": "^8.0.6",
    "bootstrap": "^4.3.1",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.0",
    "css-loader": "^3.2.0",
    "file-loader": "^6.0.0",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.9.0",
    "sass": "~1.22",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "svg-url-loader": "^5.0.0",
    "unminified-webpack-plugin": "^2.0.0",
    "vue": "^2.6.10",
    "vue-loader": "^15.7.1",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.8",
    "webpack-dev-server": "^3.8.0",
    "webpack-fix-style-only-entries": "^0.4.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/ankurk91/vue-toast-notification",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "jsx",
      "node",
      "vue",
      "css"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      ".*\\.(vue)$": "vue-jest"
    },
    "collectCoverage": false,
    "testURL": "http://localhost"
  },
  "keywords": [
    "vue",
    "toast",
    "growl",
    "notice",
    "notification"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vue-toast-notification",
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankurk91/vue-toast-notification.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --progress --mode production",
    "demo": "cross-env NODE_ENV=production webpack --config=webpack.config.dev.js --progress --mode production",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --hot --config=webpack.config.dev.js",
    "prepublishOnly": "yarn run build",
    "start": "yarn run dev"
  },
  "style": "dist/theme-default.css",
  "version": "0.2.0"
}
