{
  "_from": "graphql-fields@^2.0.3",
  "_id": "graphql-fields@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==",
  "_location": "/graphql-fields",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-fields@^2.0.3",
    "name": "graphql-fields",
    "escapedName": "graphql-fields",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-fields/-/graphql-fields-2.0.3.tgz",
  "_shasum": "5e68dff7afbb202be4f4f40623e983b22c96ab8f",
  "_spec": "graphql-fields@^2.0.3",
  "_where": "/home/desabat1/nodevenv/api/12/lib",
  "author": {
    "name": "Rob Richard"
  },
  "bugs": {
    "url": "https://github.com/robrichard/graphql-fields/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Turns GraphQLResolveInfo into a map of the requested fields",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-transform-object-assign": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "graphql": "^14.0.2",
    "mocha": "^5.2.0"
  },
  "files": [
    "build/*"
  ],
  "homepage": "https://github.com/robrichard/graphql-fields#readme",
  "keywords": [
    "graphql",
    "graphql-js",
    "graphqlresolveinfo",
    "fields",
    "schema",
    "ast"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "name": "graphql-fields",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robrichard/graphql-fields.git"
  },
  "scripts": {
    "build": "babel index.js --out-dir build",
    "prepublishOnly": "npm run build",
    "test": "mocha"
  },
  "version": "2.0.3"
}
