{
  "_from": "optimism@^0.16.0",
  "_id": "optimism@0.16.1",
  "_inBundle": false,
  "_integrity": "sha512-64i+Uw3otrndfq5kaoGNoY7pvOhSsjFEN4bdEFh80MWVk/dbgJfMv7VFDeCT8LxNAlEVhQmdVEbfE7X2nWNIIg==",
  "_location": "/optimism",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "optimism@^0.16.0",
    "name": "optimism",
    "escapedName": "optimism",
    "rawSpec": "^0.16.0",
    "saveSpec": null,
    "fetchSpec": "^0.16.0"
  },
  "_requiredBy": [
    "/@apollo/client"
  ],
  "_resolved": "https://registry.npmjs.org/optimism/-/optimism-0.16.1.tgz",
  "_shasum": "7c8efc1f3179f18307b887e18c15c5b7133f6e7d",
  "_spec": "optimism@^0.16.0",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/@apollo/client",
  "author": {
    "name": "Ben Newman",
    "email": "ben@benjamn.com"
  },
  "bugs": {
    "url": "https://github.com/benjamn/optimism/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@wry/context": "^0.6.0",
    "@wry/trie": "^0.3.0"
  },
  "deprecated": false,
  "description": "Composable reactive caching with efficient invalidation.",
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "@types/node": "^15.0.2",
    "fibers": "^5.0.0",
    "mocha": "^8.1.3",
    "reify": "^0.20.12",
    "rimraf": "^3.0.2",
    "rollup": "^2.9.1",
    "rollup-plugin-typescript2": "^0.30.0",
    "source-map-support": "^0.5.19",
    "tslib": "^2.1.0",
    "typescript": "^4.0.3"
  },
  "homepage": "https://github.com/benjamn/optimism#readme",
  "keywords": [
    "caching",
    "cache",
    "invalidation",
    "reactive",
    "reactivity",
    "dependency",
    "tracking",
    "tracker",
    "memoization"
  ],
  "license": "MIT",
  "main": "lib/bundle.cjs.js",
  "module": "lib/bundle.esm.js",
  "name": "optimism",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamn/optimism.git"
  },
  "scripts": {
    "build": "npm run clean && tsc --emitDeclarationOnly && rollup -c",
    "clean": "rimraf lib",
    "mocha": "mocha --require source-map-support/register --reporter spec --full-trace test.js",
    "prepublish": "npm run build",
    "test": "npm run build && npm run mocha"
  },
  "types": "lib/index.d.ts",
  "version": "0.16.1"
}
