{
  "_args": [
    [
      "vue-apollo@3.0.7",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_from": "vue-apollo@3.0.7",
  "_id": "vue-apollo@3.0.7",
  "_inBundle": false,
  "_integrity": "sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==",
  "_location": "/vue-apollo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-apollo@3.0.7",
    "name": "vue-apollo",
    "escapedName": "vue-apollo",
    "rawSpec": "3.0.7",
    "saveSpec": null,
    "fetchSpec": "3.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-apollo/-/vue-apollo-3.0.7.tgz",
  "_spec": "3.0.7",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "Guillaume Chau",
    "email": "guillaume.b.chau@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Akryum/vue-apollo/issues"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "serialize-javascript": "^4.0.0",
    "throttle-debounce": "^2.1.0"
  },
  "description": "Use Apollo and GraphQL with Vue.js",
  "devDependencies": {
    "@apollo/client": "^3.2.1",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-transform-for-of": "^7.4.4",
    "@babel/preset-env": "^7.1.0",
    "@types/graphql": "^14.0.1",
    "@vue/test-utils": "^1.0.0-beta.25",
    "apollo-cache-inmemory": "^1.2.9",
    "babel-core": "^7.0.0-bridge.0",
    "cross-env": "^7.0.3",
    "graphql": "^15.5.0",
    "graphql-tag": "^2.5.0",
    "jest": "^26.6.3",
    "nodemon": "^2.0.7",
    "rimraf": "^3.0.0",
    "rollup": "^1.21.2",
    "rollup-plugin-babel": "^4.0.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^6.0.0",
    "typescript": "^4.1.5",
    "uglify-es": "^3.1.6",
    "vue": "^2.5.16",
    "vue-property-decorator": "^8.2.2"
  },
  "gitHead": "92a4a11e2627d39981f2c9ec1e46e1fc9e6dcb09",
  "homepage": "https://github.com/Akryum/vue-apollo#readme",
  "jest": {
    "testRegex": "tests/unit/.*\\.test.js$"
  },
  "keywords": [
    "vue",
    "apollo",
    "graphql"
  ],
  "license": "MIT",
  "main": "dist/vue-apollo.umd.js",
  "module": "dist/vue-apollo.esm.js",
  "name": "vue-apollo",
  "peerDependencies": {
    "graphql-tag": "^2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akryum/vue-apollo.git"
  },
  "resolutions": {
    "js-yaml": "^3.13.1"
  },
  "scripts": {
    "build": "yarn build:browser && yarn build:es && yarn build:umd",
    "build:browser": "rollup --config build/rollup.config.browser.js",
    "build:es": "rollup --config build/rollup.config.es.js",
    "build:umd": "rollup --config build/rollup.config.umd.js",
    "dev": "nodemon --exec 'yarn build:es && yarn build:umd' --watch src --watch lib",
    "prepublishOnly": "yarn test && yarn build",
    "test": "yarn build && yarn test:types && yarn run test:unit",
    "test:types": "tsc -p types/test",
    "test:unit": "yarn run jest"
  },
  "typings": "types/index.d.ts",
  "unpkg": "dist/vue-apollo.min.js",
  "version": "3.0.7"
}
