{
  "_from": "@apollo/react-ssr@^3.1.5",
  "_id": "@apollo/react-ssr@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-wuLPkKlctNn3u8EU8rlECyktpOUCeekFfb0KhIKknpGY6Lza2Qu0bThx7D9MIbVEzhKadNNrzLcpk0Y8/5UuWg==",
  "_location": "/@apollo/react-ssr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apollo/react-ssr@^3.1.5",
    "name": "@apollo/react-ssr",
    "escapedName": "@apollo%2freact-ssr",
    "scope": "@apollo",
    "rawSpec": "^3.1.5",
    "saveSpec": null,
    "fetchSpec": "^3.1.5"
  },
  "_requiredBy": [
    "/react-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/@apollo/react-ssr/-/react-ssr-3.1.5.tgz",
  "_shasum": "53703cd493afcde567acc6d5512cab03dafce6de",
  "_spec": "@apollo/react-ssr@^3.1.5",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/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",
    "tslib": "^1.10.0"
  },
  "deprecated": false,
  "description": "React Apollo server-side rendering utilities",
  "devDependencies": {
    "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",
    "hooks"
  ],
  "license": "MIT",
  "main": "./lib/react-ssr.cjs.js",
  "module": "./lib/react-ssr.esm.js",
  "name": "@apollo/react-ssr",
  "peerDependencies": {
    "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/ssr",
    "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/ssr",
    "test:umd": "npm run build && npx jest --config ../../config/jest.umd.config.js --testPathPattern packages/ssr",
    "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/ssr --watch",
    "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config"
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "3.1.5"
}
