{
  "_from": "apollo-cache-inmemory@^1.6.6",
  "_id": "apollo-cache-inmemory@1.6.6",
  "_inBundle": false,
  "_integrity": "sha512-L8pToTW/+Xru2FFAhkZ1OA9q4V4nuvfoPecBM34DecAugUZEBhI2Hmpgnzq2hTKZ60LAMrlqiASm0aqAY6F8/A==",
  "_location": "/apollo-cache-inmemory",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "apollo-cache-inmemory@^1.6.6",
    "name": "apollo-cache-inmemory",
    "escapedName": "apollo-cache-inmemory",
    "rawSpec": "^1.6.6",
    "saveSpec": null,
    "fetchSpec": "^1.6.6"
  },
  "_requiredBy": [
    "/apollo-boost"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.6.tgz",
  "_shasum": "56d1f2a463a6b9db32e9fa990af16d2a008206fd",
  "_spec": "apollo-cache-inmemory@^1.6.6",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/node_modules/apollo-boost",
  "author": {
    "name": "James Baxley",
    "email": "james@meteor.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-client/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "James Baxley",
      "email": "james@meteor.com"
    },
    {
      "name": "Jonas Helfer",
      "email": "jonas@helfer.email"
    },
    {
      "name": "Sashko Stubailo",
      "email": "sashko@stubailo.com"
    },
    {
      "name": "James Burgess",
      "email": "jamesmillerburgess@gmail.com"
    },
    {
      "name": "Bazyli Brzóska",
      "email": "bazyli.brzoska@gmail.com"
    }
  ],
  "dependencies": {
    "apollo-cache": "^1.3.5",
    "apollo-utilities": "^1.3.4",
    "optimism": "^0.10.0",
    "ts-invariant": "^0.4.0",
    "tslib": "^1.10.0"
  },
  "deprecated": false,
  "description": "Core abstract of Caching layer for Apollo Client",
  "gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead",
  "homepage": "https://github.com/apollographql/apollo-client#readme",
  "license": "MIT",
  "main": "./lib/bundle.cjs.js",
  "module": "./lib/bundle.esm.js",
  "name": "apollo-cache-inmemory",
  "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 build",
    "prepublishOnly": "npm run build",
    "test": "tsc -p tsconfig.json --noEmit && jest",
    "watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\""
  },
  "sideEffects": [
    "./lib/fixPolyfills.js"
  ],
  "typings": "./lib/index.d.ts",
  "version": "1.6.6"
}
