{
  "_args": [
    [
      "graphcool-lib@0.1.4",
      "/Users/stevenfitzpatrick/Development/mybettingslips/graphcool"
    ]
  ],
  "_from": "graphcool-lib@0.1.4",
  "_id": "graphcool-lib@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-qUmcS+nQLPR3gTOvfQbHAdwKkwBJlUIm1SNb+5lcPkh3iIPXSISHJcpt7kECNB2s75O8shKYGMXJRd3F5S2Aaw==",
  "_location": "/graphcool-lib",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphcool-lib@0.1.4",
    "name": "graphcool-lib",
    "escapedName": "graphcool-lib",
    "rawSpec": "0.1.4",
    "saveSpec": null,
    "fetchSpec": "0.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/graphcool-lib/-/graphcool-lib-0.1.4.tgz",
  "_spec": "0.1.4",
  "_where": "/Users/stevenfitzpatrick/Development/mybettingslips/graphcool",
  "dependencies": {
    "apollo-link": "^0.7.0",
    "apollo-link-http": "^0.7.0",
    "graphql": "^0.11.2",
    "graphql-request": "^1.3.4",
    "graphql-tools": "^2.4.0",
    "node-fetch": "^1.7.3",
    "source-map-support": "^0.4.17"
  },
  "description": "## Install",
  "devDependencies": {
    "@types/graphql": "^0.11.0",
    "@types/node": "^8.0.26",
    "ava": "^0.22.0",
    "fetch-mock": "^5.10.0",
    "prettier": "^1.5.2",
    "typescript": "^2.5.2"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "main": "dist/src/index.js",
  "name": "graphcool-lib",
  "scripts": {
    "build": "rm -rf dist && tsc -d",
    "prepublish": "npm run build",
    "test": "npm run build && rm -f test.out && ava --serial ./dist/test/*.js"
  },
  "types": "./dist/src/index.d.ts",
  "version": "0.1.4"
}
