{
  "_from": "react-apollo@^3.1.5",
  "_id": "react-apollo@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-xOxMqxORps+WHrUYbjVHPliviomefOpu5Sh35oO3osuOyPTxvrljdfTLGCggMhcXBsDljtS5Oy4g+ijWg3D4JQ==",
  "_location": "/react-apollo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-apollo@^3.1.5",
    "name": "react-apollo",
    "escapedName": "react-apollo",
    "rawSpec": "^3.1.5",
    "saveSpec": null,
    "fetchSpec": "^3.1.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-apollo/-/react-apollo-3.1.5.tgz",
  "_shasum": "36692d393c47e7ccc37f0a885c7cc5a8b4961c91",
  "_spec": "react-apollo@^3.1.5",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib",
  "author": {
    "name": "opensource@apollographql.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/react-apollo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@apollo/react-common": "^3.1.4",
    "@apollo/react-components": "^3.1.5",
    "@apollo/react-hoc": "^3.1.5",
    "@apollo/react-hooks": "^3.1.5",
    "@apollo/react-ssr": "^3.1.5"
  },
  "deprecated": false,
  "description": "React Apollo Hooks, Components, and HOC.",
  "devDependencies": {
    "rollup": "1.23.1",
    "typescript": "3.8.3"
  },
  "files": [
    "lib"
  ],
  "gitHead": "4bd40a94b18102b1eb42864d2e59d52ced0303f5",
  "homepage": "https://github.com/apollographql/react-apollo#readme",
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "hooks",
    "hoc",
    "components"
  ],
  "license": "MIT",
  "main": "./lib/react-apollo.cjs.js",
  "module": "./lib/react-apollo.esm.js",
  "name": "react-apollo",
  "peerDependencies": {
    "@types/react": "^16.8.0",
    "apollo-client": "^2.6.4",
    "graphql": "^14.3.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "react-native": {
    "react-dom/server": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/react-apollo.git"
  },
  "scripts": {
    "build": "npx tsc -p ./config",
    "clean": "rm -Rf ./lib/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache",
    "deploy": "npm publish",
    "postbuild": "npx rollup -c ./config/rollup.config.js",
    "prebuild": "npm run clean",
    "predeploy": "npm run build",
    "prepare": "npm run build"
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "3.1.5"
}
