{
  "_from": "apollo-link@1.2.1",
  "_id": "apollo-link@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-6Ghf+j3cQLCIvjXd2dJrLw+16HZbWbwmB1qlTc41BviB2hv+rK1nJr17Y9dWK0UD4p3i9Hfddx3tthpMKrueHg==",
  "_location": "/apollo-link",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-link@1.2.1",
    "name": "apollo-link",
    "escapedName": "apollo-link",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/graphql-tools"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.1.tgz",
  "_shasum": "c120b16059f9bd93401b9f72b94d2f80f3f305d2",
  "_spec": "apollo-link@1.2.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/graphql-tools",
  "author": {
    "name": "Evans Hauser",
    "email": "evanshauser@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link/issues"
  },
  "bundleDependencies": false,
  "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": {
    "@types/node": "^9.4.6",
    "apollo-utilities": "^1.0.0",
    "zen-observable-ts": "^0.8.6"
  },
  "deprecated": false,
  "description": "Flexible, lightweight transport layer for GraphQL",
  "devDependencies": {
    "@types/graphql": "0.12.4",
    "@types/jest": "21.1.10",
    "browserify": "16.1.0",
    "graphql": "0.13.1",
    "graphql-tag": "2.7.3",
    "jest": "21.2.1",
    "rimraf": "2.6.1",
    "rollup": "0.56.2",
    "ts-jest": "21.2.4",
    "tslint": "5.9.1",
    "typescript": "2.7.2",
    "uglify-js": "3.3.11"
  },
  "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"
    ],
    "mapCoverage": true
  },
  "jsnext:main": "./lib/index.js",
  "license": "MIT",
  "main": "./lib/bundle.umd.js",
  "module": "./lib/index.js",
  "name": "apollo-link",
  "peerDependencies": {
    "graphql": "^0.11.3 || ^0.12.3 || ^0.13.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-utilities --i graphql --i zen-observable-ts && npm run minify:browser",
    "bundle": "rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "jest --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 . & rollup -c -w"
  },
  "typings": "./lib/index.d.ts",
  "version": "1.2.1"
}