{
  "_args": [
    [
      "apollo-utilities@1.3.4",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "apollo-utilities@1.3.4",
  "_id": "apollo-utilities@1.3.4",
  "_inBundle": false,
  "_integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==",
  "_location": "/apollo-utilities",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-utilities@1.3.4",
    "name": "apollo-utilities",
    "escapedName": "apollo-utilities",
    "rawSpec": "1.3.4",
    "saveSpec": null,
    "fetchSpec": "1.3.4"
  },
  "_requiredBy": [
    "/apollo-cache",
    "/apollo-cache-inmemory",
    "/apollo-client",
    "/apollo-link",
    "/apollo-link-state",
    "/graphql-anywhere",
    "/graphql-tools",
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz",
  "_spec": "1.3.4",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "James Baxley",
    "email": "james@meteor.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-client/issues"
  },
  "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"
    }
  ],
  "dependencies": {
    "@wry/equality": "^0.1.2",
    "fast-json-stable-stringify": "^2.0.0",
    "ts-invariant": "^0.4.0",
    "tslib": "^1.10.0"
  },
  "description": "Utilities for working with GraphQL ASTs",
  "gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead",
  "homepage": "https://github.com/apollographql/apollo-client#readme",
  "license": "MIT",
  "main": "./lib/bundle.cjs.js",
  "module": "./lib/bundle.esm.js",
  "name": "apollo-utilities",
  "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 clean && npm run build",
    "test": "tsc -p tsconfig.json --noEmit && jest",
    "watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\""
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "1.3.4"
}
