{
  "_args": [
    [
      "graphql-relay@0.5.5",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "graphql-relay@0.5.5",
  "_id": "graphql-relay@0.5.5",
  "_inBundle": false,
  "_integrity": "sha1-1oFebt1hjoeNXZIcE/xmAz7IZ+I=",
  "_location": "/graphql-relay",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-relay@0.5.5",
    "name": "graphql-relay",
    "escapedName": "graphql-relay",
    "rawSpec": "0.5.5",
    "saveSpec": null,
    "fetchSpec": "0.5.5"
  },
  "_requiredBy": [
    "/gatsby"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.5.5.tgz",
  "_spec": "0.5.5",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "bugs": {
    "url": "https://github.com/graphql/graphql-relay-js/issues"
  },
  "contributors": [
    {
      "name": "Daniel Schafer",
      "email": "dschafer@fb.com"
    }
  ],
  "description": "A library to help construct a graphql-js server supporting react-relay.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-plugin-check-es2015-constants": "^6.22.0",
    "babel-plugin-syntax-async-functions": "6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
    "babel-plugin-transform-es2015-function-name": "^6.24.1",
    "babel-plugin-transform-es2015-literals": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-es2015-object-super": "^6.24.1",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
    "babel-plugin-transform-es2015-spread": "^6.22.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-regenerator": "^6.26.0",
    "chai": "4.1.2",
    "coveralls": "3.0.0",
    "eslint": "^4.17.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.44.0",
    "flow-bin": "^0.69.0",
    "graphql": "^0.13.1",
    "isparta": "4.0.0",
    "mocha": "^5.0.1",
    "sane": "^2.4.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/graphql/graphql-relay-js",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "graphql-relay",
  "options": {
    "mocha": "src/**/__tests__/**/*.js"
  },
  "peerDependencies": {
    "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/graphql/graphql-relay-js.git"
  },
  "scripts": {
    "build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib && npm run build:flow",
    "build:flow": "find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
    "check": "flow check",
    "cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
    "cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha",
    "lint": "eslint src",
    "prepublish": "./resources/prepublish.sh",
    "test": "npm run lint && npm run check && npm run testonly",
    "testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha",
    "watch": "babel-node scripts/watch.js"
  },
  "version": "0.5.5"
}
