{
  "_from": "graphql-tools@3.0.0",
  "_id": "graphql-tools@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-orcLQm0pc6dcIvFyAudgmno/akZy07bbMalTv5dj6B8uW2ZPmwIANr7pDEJoiumb67h2kZjsU9yvgTwmF0kMPQ==",
  "_location": "/graphql-tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-tools@3.0.0",
    "name": "graphql-tools",
    "escapedName": "graphql-tools",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@expo/dev-tools"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-3.0.0.tgz",
  "_shasum": "ff22ad15315fc268de8639d03936b911d78b9e9b",
  "_spec": "graphql-tools@3.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/dev-tools",
  "author": {
    "name": "Jonas Helfer",
    "email": "jonas@helfer.email"
  },
  "bugs": {
    "url": "https://github.com/apollostack/graphql-tools/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "apollo-link": "1.2.1",
    "apollo-utilities": "^1.0.1",
    "deprecated-decorator": "^0.1.6",
    "iterall": "^1.1.3",
    "uuid": "^3.1.0"
  },
  "deprecated": false,
  "description": "Useful tools to create and manipulate GraphQL schemas.",
  "devDependencies": {
    "@types/chai": "4.0.10",
    "@types/dateformat": "^1.0.1",
    "@types/graphql": "0.11.7",
    "@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": "^0.13.0",
    "graphql-subscriptions": "^0.5.7",
    "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": "2.6.2"
  },
  "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.12.0 || ^0.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollostack/graphql-tools.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "compile": "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",
    "typings": "typings install",
    "watch": "tsc -w"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "3.0.0"
}