{
  "_args": [
    [
      "apollo-link-http@0.7.0",
      "/Users/stevenfitzpatrick/Development/mybettingslips/graphcool"
    ]
  ],
  "_from": "apollo-link-http@0.7.0",
  "_id": "apollo-link-http@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-BCYxduD5oHfsiWz15pcjooyAsP4E6gmL1BH4z4ikwU6I++QhbIBt5zH+ezUQcOKcozNY7+ZfcA4oaRud9FbkbA==",
  "_location": "/apollo-link-http",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-link-http@0.7.0",
    "name": "apollo-link-http",
    "escapedName": "apollo-link-http",
    "rawSpec": "0.7.0",
    "saveSpec": null,
    "fetchSpec": "0.7.0"
  },
  "_requiredBy": [
    "/graphcool-lib"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-0.7.0.tgz",
  "_spec": "0.7.0",
  "_where": "/Users/stevenfitzpatrick/Development/mybettingslips/graphcool",
  "author": {
    "name": "Evans Hauser",
    "email": "evanshauser@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link/issues"
  },
  "contributors": [
    {
      "name": "James Baxley",
      "email": "james@meteor.com"
    },
    {
      "name": "Jonas Helfer",
      "email": "jonas@helfer.email"
    },
    {
      "name": "jon wong",
      "email": "j@jnwng.com"
    },
    {
      "name": "Sashko Stubailo",
      "email": "sashko@stubailo.com"
    }
  ],
  "dependencies": {
    "apollo-fetch": "^0.6.0",
    "graphql": "^0.11.0"
  },
  "description": "HTTP transport layer for GraphQL",
  "devDependencies": {
    "@types/graphql": "0.11.4",
    "@types/jest": "21.1.1",
    "apollo-link": "^0.7.0",
    "browserify": "14.4.0",
    "fetch-mock": "5.12.2",
    "graphql": "0.11.6",
    "graphql-tag": "2.4.2",
    "jest": "21.2.1",
    "rimraf": "2.6.1",
    "rollup": "0.45.2",
    "ts-jest": "21.0.1",
    "tslint": "5.7.0",
    "typescript": "2.5.1",
    "uglify-js": "3.1.3"
  },
  "homepage": "https://github.com/apollographql/apollo-link#readme",
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ]
  },
  "jsnext:main": "./lib/httpLink.js",
  "license": "MIT",
  "main": "./lib/bundle.umd.js",
  "module": "./lib/httpLink.js",
  "name": "apollo-link-http",
  "peerDependencies": {
    "apollo-link": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser",
    "bundle": "rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "filesize": "npm run build && npm run build:browser",
    "lint": "tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts",
    "minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
    "postbuild": "npm run bundle",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "watch": "tsc -w -p ."
  },
  "typings": "./lib/httpLink.d.ts",
  "version": "0.7.0"
}
