{
  "_from": "@apollo/react-components@^3.1.5",
  "_id": "@apollo/react-components@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-c82VyUuE9VBnJB7bnX+3dmwpIPMhyjMwyoSLyQWPHxz8jK4ak30XszJtqFf4eC4hwvvLYa+Ou6X73Q8V8e2/jg==",
  "_location": "/@apollo/react-components",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apollo/react-components@^3.1.5",
    "name": "@apollo/react-components",
    "escapedName": "@apollo%2freact-components",
    "scope": "@apollo",
    "rawSpec": "^3.1.5",
    "saveSpec": null,
    "fetchSpec": "^3.1.5"
  },
  "_requiredBy": [
    "/@apollo/react-hoc",
    "/react-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/@apollo/react-components/-/react-components-3.1.5.tgz",
  "_shasum": "040d2f35ce4947747efe16f76d59dcbd797ffdaf",
  "_spec": "@apollo/react-components@^3.1.5",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib/node_modules/react-apollo",
  "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-hooks": "^3.1.5",
    "prop-types": "^15.7.2",
    "ts-invariant": "^0.4.4",
    "tslib": "^1.10.0"
  },
  "deprecated": false,
  "description": "React Apollo Query, Mutation and Subscription components.",
  "devDependencies": {
    "@apollo/react-ssr": "^3.1.5",
    "jest": "24.9.0",
    "rollup": "1.23.1",
    "tsc-watch": "3.0.2",
    "typescript": "3.8.3"
  },
  "files": [
    "lib"
  ],
  "gitHead": "4bd40a94b18102b1eb42864d2e59d52ced0303f5",
  "homepage": "https://github.com/apollographql/react-apollo#readme",
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "components"
  ],
  "license": "MIT",
  "main": "./lib/react-components.cjs.js",
  "module": "./lib/react-components.esm.js",
  "name": "@apollo/react-components",
  "peerDependencies": {
    "@types/react": "^16.8.0",
    "apollo-cache": "^1.3.2",
    "apollo-client": "^2.6.4",
    "apollo-link": "^1.2.12",
    "apollo-utilities": "^1.3.2",
    "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",
    "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components",
    "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/components",
    "test:umd": "npm run build && npx jest --config ../../config/jest.umd.config.js --testPathPattern packages/components",
    "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components --watch",
    "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config"
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "3.1.5"
}
