{
  "_args": [
    [
      "graphql-tools@4.0.8",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "graphql-tools@4.0.8",
  "_id": "graphql-tools@4.0.8",
  "_inBundle": false,
  "_integrity": "sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==",
  "_location": "/graphql-tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-tools@4.0.8",
    "name": "graphql-tools",
    "escapedName": "graphql-tools",
    "rawSpec": "4.0.8",
    "saveSpec": null,
    "fetchSpec": "4.0.8"
  },
  "_requiredBy": [
    "/apollo-server-core",
    "/apollo-server-express",
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.8.tgz",
  "_spec": "4.0.8",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jonas Helfer",
    "email": "jonas@helfer.email"
  },
  "bugs": {
    "url": "https://github.com/apollostack/graphql-tools/issues"
  },
  "dependencies": {
    "apollo-link": "^1.2.14",
    "apollo-utilities": "^1.0.1",
    "deprecated-decorator": "^0.1.6",
    "iterall": "^1.1.3",
    "uuid": "^3.1.0"
  },
  "description": "Useful tools to create and manipulate GraphQL schemas.",
  "devDependencies": {
    "@types/chai": "4.0.10",
    "@types/dateformat": "^1.0.1",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.0.47",
    "@types/uuid": "^3.4.3",
    "@types/zen-observable": "^0.5.3",
    "body-parser": "^1.18.2",
    "chai": "^4.1.2",
    "dateformat": "^3.0.3",
    "express": "^4.16.2",
    "graphql": "^15.0.0",
    "graphql-subscriptions": "^1.0.0",
    "graphql-type-json": "^0.1.4",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "prettier": "^1.7.4",
    "remap-istanbul": "0.9.6",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.0",
    "tslint": "^5.8.0",
    "typescript": "^3.6.4"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/apollostack/graphql-tools#readme",
  "keywords": [
    "GraphQL",
    "Apollo",
    "JavaScript",
    "TypeScript",
    "Mock",
    "Schema",
    "Schema Language",
    "Tools"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "graphql-tools",
  "peerDependencies": {
    "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/graphql-tools.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "compile": "npx tsc",
    "coverage": "istanbul cover _mocha -- --reporter dot --full-trace ./dist/test/tests.js",
    "lint": "tslint src/**/*.ts",
    "postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info",
    "posttest": "npm run lint",
    "prepublishOnly": "npm run compile",
    "prerelease": "npm test",
    "pretest": "npm run clean && npm run compile",
    "prettier": "prettier --trailing-comma all --single-quote --write 'src/**/*.ts'",
    "release": "standard-version",
    "test": "npm run testonly --",
    "testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js",
    "testonly:watch": "mocha -w --reporter spec --full-trace ./dist/test/tests.js",
    "typings": "typings install",
    "watch": "tsc -w"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "4.0.8"
}
