{
  "_args": [
    [
      "apollo-link-http@1.5.17",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "apollo-link-http@1.5.17",
  "_id": "apollo-link-http@1.5.17",
  "_inBundle": false,
  "_integrity": "sha512-uWcqAotbwDEU/9+Dm9e1/clO7hTB2kQ/94JYcGouBVLjoKmTeJTUPQKcJGpPwUjZcSqgYicbFqQSoJIW0yrFvg==",
  "_location": "/apollo-link-http",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-link-http@1.5.17",
    "name": "apollo-link-http",
    "escapedName": "apollo-link-http",
    "rawSpec": "1.5.17",
    "saveSpec": null,
    "fetchSpec": "1.5.17"
  },
  "_requiredBy": [
    "/apollo-language-server",
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-1.5.17.tgz",
  "_spec": "1.5.17",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "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"
    },
    {
      "name": "Stephen Kao",
      "email": "stephen.yuchen.kao@gmail.com"
    }
  ],
  "dependencies": {
    "apollo-link": "^1.2.14",
    "apollo-link-http-common": "^0.2.16",
    "tslib": "^1.9.3"
  },
  "description": "HTTP transport layer for GraphQL",
  "devDependencies": {
    "@types/graphql": "14.2.3",
    "@types/jest": "24.9.0",
    "apollo-fetch": "0.7.0",
    "fetch-mock": "6.5.2",
    "graphql": "15.0.0",
    "graphql-tag": "2.10.1",
    "jest": "24.9.0",
    "object-to-querystring": "1.0.8",
    "rimraf": "2.7.1",
    "rollup": "1.29.1",
    "ts-jest": "22.4.6",
    "tslint": "5.20.1",
    "typescript": "3.0.3"
  },
  "gitHead": "1012934b4fd9ab436c4fdcd5e9b1bb1e4c1b0d98",
  "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"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "sharedHttpTests.ts"
    ],
    "testURL": "http://localhost"
  },
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/bundle.esm.js",
  "name": "apollo-link-http",
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link.git"
  },
  "scripts": {
    "build": "tsc && rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "jest --coverage",
    "filesize": "../../scripts/minify",
    "lint": "tslint -c \"../../tslint.json\" -p tsconfig.json -c ../../tslint.json src/*.ts",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "test": "npm run lint && jest",
    "watch": "tsc -w -p . & rollup -c -w"
  },
  "sideEffects": false,
  "typings": "./lib/index.d.ts",
  "version": "1.5.17"
}
