{
  "_args": [
    [
      "vue-meta@2.3.2",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web"
    ]
  ],
  "_from": "vue-meta@2.3.2",
  "_id": "vue-meta@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-6xKy+K1J4yCs16x4UhvYI2joKADPnxxPcCUkzckaUt6xqMonBCYwK0JSh8BicooDpKcrre6JGZcQRIVIDttOVg==",
  "_location": "/vue-meta",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-meta@2.3.2",
    "name": "vue-meta",
    "escapedName": "vue-meta",
    "rawSpec": "2.3.2",
    "saveSpec": null,
    "fetchSpec": "2.3.2"
  },
  "_requiredBy": [
    "/@nuxt/vue-app",
    "/@nuxt/vue-renderer"
  ],
  "_resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.3.2.tgz",
  "_spec": "2.3.2",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web",
  "bugs": {
    "url": "https://github.com/nuxt/vue-meta/issues"
  },
  "contributors": [
    {
      "name": "Declan de Wet",
      "url": "@declandewet"
    },
    {
      "name": "Sebastien Chopin",
      "url": "@Atinux"
    },
    {
      "name": "Pim",
      "url": "@pimlie"
    }
  ],
  "dependencies": {
    "deepmerge": "^4.2.2"
  },
  "description": "Manage HTML metadata in Vue.js components with ssr support",
  "devDependencies": {
    "@babel/cli": "^7.8.0",
    "@babel/core": "^7.8.0",
    "@babel/node": "^7.8.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.0",
    "@babel/preset-env": "^7.8.0",
    "@nuxtjs/eslint-config": "^2.0.0",
    "@vue/server-test-utils": "^1.0.0-beta.30",
    "@vue/test-utils": "^1.0.0-beta.30",
    "@vuepress/plugin-google-analytics": "^1.2.0",
    "@vuepress/plugin-pwa": "^1.2.0",
    "babel-core": "^7.0.0-bridge",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-dynamic-import-node": "^2.3.0",
    "browserstack-local": "^1.4.3",
    "chromedriver": "^79.0.0",
    "codecov": "^3.6.1",
    "copy-webpack-plugin": "^5.1.1",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-jest": "^23.6.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.1.2",
    "esm": "^3.2.25",
    "fs-extra": "^8.1.0",
    "geckodriver": "^1.19.1",
    "get-port": "^5.1.0",
    "hable": "3.0.0-0",
    "is-wsl": "^2.1.1",
    "jest": "^24.9.0",
    "jest-environment-jsdom": "^24.9.0",
    "jest-environment-jsdom-global": "^1.2.0",
    "jsdom": "^15.2.1",
    "lodash": "^4.17.15",
    "node-env-file": "^0.1.8",
    "puppeteer-core": "^2.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.29.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.2.0",
    "selenium-webdriver": "^4.0.0-alpha.5",
    "standard-version": "^7.0.1",
    "tib": "^0.7.4",
    "typescript": "^3.7.4",
    "vue": "^2.6.11",
    "vue-jest": "^3.0.5",
    "vue-loader": "^15.8.3",
    "vue-router": "^3.1.3",
    "vue-server-renderer": "^2.6.11",
    "vue-template-compiler": "^2.6.11",
    "vuepress": "^1.2.0",
    "vuepress-theme-vue": "^1.1.0",
    "webpack": "^4.41.5"
  },
  "files": [
    "dist",
    "types/*.d.ts"
  ],
  "homepage": "https://github.com/nuxt/vue-meta",
  "keywords": [
    "attribute",
    "google",
    "head",
    "helmet",
    "info",
    "metadata",
    "meta",
    "seo",
    "server",
    "ssr",
    "title",
    "universal",
    "vue"
  ],
  "license": "MIT",
  "main": "dist/vue-meta.common.js",
  "module": "dist/vue-meta.esm.js",
  "name": "vue-meta",
  "repository": {
    "type": "git",
    "url": "git@github.com/nuxt/vue-meta.git"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c scripts/rollup.config.js",
    "coverage": "codecov",
    "dev": "cd examples && yarn dev && cd ..",
    "docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
    "docs:build": "vuepress build docs",
    "lint": "eslint src test",
    "prerelease": "git checkout master && git pull -r",
    "release": "yarn lint && yarn test && standard-version",
    "test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
    "test:e2e-browser": "jest test/e2e/browser",
    "test:e2e-ssr": "jest test/e2e/ssr",
    "test:types": "tsc -p types/test",
    "test:unit": "jest test/unit"
  },
  "typings": "types/index.d.ts",
  "version": "2.3.2",
  "web": "dist/vue-meta.js"
}
