{
  "_args": [
    [
      "graphql-skip-limit@2.0.4",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "graphql-skip-limit@2.0.4",
  "_id": "graphql-skip-limit@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-DON43cmo14EelcEM4nrB5njGw6r/JqeBvmeM7qI02CE1YbwY98blx/pGeuyjybRPDVNXahRxIMVAC8lX1CAFAg==",
  "_location": "/graphql-skip-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-skip-limit@2.0.4",
    "name": "graphql-skip-limit",
    "escapedName": "graphql-skip-limit",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/gatsby"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-skip-limit/-/graphql-skip-limit-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Kyle Mathews",
    "email": "mathews.kyle@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  },
  "description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "babel-preset-gatsby-package": "^0.1.3",
    "cross-env": "^5.1.4",
    "graphql": "^0.13.2"
  },
  "gitHead": "505a4d8fe05ea9b2a765d1274bff8e3fa5e0b55f",
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit#readme",
  "keywords": [
    "gatsby",
    "graphql"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "graphql-skip-limit",
  "peerDependencies": {
    "graphql": "^0.13.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir dist"
  },
  "version": "2.0.4"
}
