{
  "_from": "apollo-boost@^0.4.9",
  "_id": "apollo-boost@0.4.9",
  "_inBundle": false,
  "_integrity": "sha512-05y5BKcDaa8w47f8d81UVwKqrAjn8uKLv6QM9fNdldoNzQ+rnOHgFlnrySUZRz9QIT3vPftQkEz2UEASp1Mi5g==",
  "_location": "/apollo-boost",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "apollo-boost@^0.4.9",
    "name": "apollo-boost",
    "escapedName": "apollo-boost",
    "rawSpec": "^0.4.9",
    "saveSpec": null,
    "fetchSpec": "^0.4.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-boost/-/apollo-boost-0.4.9.tgz",
  "_shasum": "ab3ba539c2ca944e6fd156583a1b1954b17a6791",
  "_spec": "apollo-boost@^0.4.9",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib",
  "author": {
    "name": "Peggy Rayzis",
    "email": "peggy@apollographql.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-client/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "James Baxley",
      "email": "james@apollographql.com"
    },
    {
      "name": "Sashko Stubailo",
      "email": "sashko@apollographql.com"
    },
    {
      "name": "James Burgess",
      "email": "jamesmillerburgess@gmail.com"
    }
  ],
  "dependencies": {
    "apollo-cache": "^1.3.5",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "apollo-link": "^1.0.6",
    "apollo-link-error": "^1.0.3",
    "apollo-link-http": "^1.3.1",
    "graphql-tag": "^2.4.2",
    "ts-invariant": "^0.4.0",
    "tslib": "^1.10.0"
  },
  "deprecated": false,
  "description": "The easiest way to get started with Apollo Client",
  "gitHead": "64cda6af5ebd1b917d8838790e043cc70dab4ed2",
  "homepage": "https://github.com/apollographql/apollo-client#readme",
  "license": "MIT",
  "main": "./lib/bundle.cjs.js",
  "module": "./lib/bundle.esm.js",
  "name": "apollo-boost",
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-client.git"
  },
  "scripts": {
    "build": "tsc -b .",
    "bundle": "npx rollup -c rollup.config.js",
    "clean": "rm -rf coverage/* lib/*",
    "coverage": "jest --coverage",
    "lint": "tslint -c \"../../config/tslint.json\" -p tsconfig.json src/*.ts",
    "postbuild": "npm run bundle",
    "prebuild": "npm run clean",
    "prepare": "npm run lint && npm run build",
    "prepublishOnly": "npm run build",
    "test": "tsc -p tsconfig.json --noEmit && jest",
    "watch": "tsc -w -p ."
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "0.4.9"
}
