{
  "_args": [
    [
      "apollo-link@1.2.6",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "apollo-link@1.2.6",
  "_id": "apollo-link@1.2.6",
  "_inBundle": false,
  "_integrity": "sha512-sUNlA20nqIF3gG3F8eyMD+mO80fmf3dPZX+GUOs3MI9oZR8ug09H3F0UsWJMcpEg6h55Yy5wZ+BMmAjrbenF/Q==",
  "_location": "/apollo-link",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-link@1.2.6",
    "name": "apollo-link",
    "escapedName": "apollo-link",
    "rawSpec": "1.2.6",
    "saveSpec": null,
    "fetchSpec": "1.2.6"
  },
  "_requiredBy": [
    "/graphql-tools"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.6.tgz",
  "_spec": "1.2.6",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "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-utilities": "^1.0.0",
    "zen-observable-ts": "^0.8.13"
  },
  "description": "Flexible, lightweight transport layer for GraphQL",
  "devDependencies": {
    "@types/graphql": "14.0.3",
    "@types/jest": "22.2.3",
    "@types/node": "9.6.40",
    "browserify": "16.2.3",
    "graphql": "14.0.2",
    "graphql-tag": "2.10.0",
    "jest": "22.4.4",
    "rimraf": "2.6.1",
    "rollup": "0.67.4",
    "ts-jest": "22.4.6",
    "tslint": "5.11.0",
    "typescript": "3.0.3",
    "uglify-js": "3.4.9"
  },
  "homepage": "https://github.com/apollographql/apollo-link#readme",
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "mapCoverage": true,
    "testURL": "http://localhost"
  },
  "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 || ^14.0.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.6"
}
