{
  "_from": "vue-gtag@^1.6.2",
  "_id": "vue-gtag@1.6.2",
  "_inBundle": false,
  "_integrity": "sha512-kKjVP+ch89IkGWfnszd02Lbg4W76rsPlrCZrRzDBoQaBPPx5TTQIL/bbt9hxcWDcRDNdAeh2NCYfijl/TAD+Mw==",
  "_location": "/vue-gtag",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-gtag@^1.6.2",
    "name": "vue-gtag",
    "escapedName": "vue-gtag",
    "rawSpec": "^1.6.2",
    "saveSpec": null,
    "fetchSpec": "^1.6.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-gtag/-/vue-gtag-1.6.2.tgz",
  "_shasum": "0e5cd7faf0a6aa635c2a7d4cb3ef80ab545a0198",
  "_spec": "vue-gtag@^1.6.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Matteo Gabriele",
    "email": "m.gabriele.dev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/MatteoGabriele/vue-gtag/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "deprecated": false,
  "description": "Global Site Tag (gtag.js) plugin for Vue",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-eslint": "^10.0.3",
    "bili": "^4.8.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "del-cli": "^3.0.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-jest": "^23.0.4",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-vue": "^6.0.1",
    "flush-promises": "^1.0.2",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "semantic-release": "^15.13.31",
    "vue": "^2.6.10",
    "vue-router": "^3.1.3",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "dist",
    "vue-gtag.d.ts"
  ],
  "homepage": "https://github.com/MatteoGabriele/vue-gtag#readme",
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "html"
    ],
    "moduleNameMapper": {
      "@/(.*)$": "<rootDir>/src/$1"
    }
  },
  "jsdelivr": "./dist/vue-gtag.umd.js",
  "keywords": [
    "google",
    "google analytics",
    "tracking",
    "google tracking",
    "vue-analytics",
    "vue-gtag",
    "gtag",
    "gtag.js",
    "global site tag",
    "vue",
    "vuejs"
  ],
  "license": "MIT",
  "main": "./dist/vue-gtag.js",
  "module": "./dist/vue-gtag.esm.js",
  "name": "vue-gtag",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatteoGabriele/vue-gtag.git"
  },
  "scripts": {
    "build": "bili",
    "clean": "del-cli dist",
    "commit": "git-cz",
    "coverage": "jest --coverage",
    "coverage:html": "jest --coverage --coverageReporters=html",
    "coverage:lcov": "jest --coverage --coverageReporters=lcov",
    "coverage:text": "jest --coverage --coverageReporters=text",
    "dev": "bili --config bili.config.dev.js --watch",
    "lint": "eslint --ext .js .",
    "lint:fix": "yarn lint --fix",
    "prebuild": "yarn clean",
    "prepublishOnly": "yarn lint && yarn test && yarn build",
    "semantic-release": "semantic-release",
    "test": "jest",
    "test:ci": "jest --coverage --bail --runInBand --verbose=false"
  },
  "types": "vue-gtag.d.ts",
  "unpkg": "./dist/vue-gtag.umd.js",
  "version": "1.6.2"
}
