{
  "_args": [
    [
      "apollo-upload-client@11.0.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "apollo-upload-client@11.0.0",
  "_id": "apollo-upload-client@11.0.0",
  "_inBundle": false,
  "_integrity": "sha512-JChTrBi1VSF8u6OPrkWUApJlyUvzwhw98kqRB3fSi7/CU6z0OUD42Mee9s5h8mfjKEfOanK6GNZhF4t2tIPXSw==",
  "_location": "/apollo-upload-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-upload-client@11.0.0",
    "name": "apollo-upload-client",
    "escapedName": "apollo-upload-client",
    "rawSpec": "11.0.0",
    "saveSpec": null,
    "fetchSpec": "11.0.0"
  },
  "_requiredBy": [
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-11.0.0.tgz",
  "_spec": "11.0.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jayden Seric",
    "email": "me@jaydenseric.com",
    "url": "https://jaydenseric.com"
  },
  "browserslist": "> 0.5%, not dead, node >= 8.5",
  "bugs": {
    "url": "https://github.com/jaydenseric/apollo-upload-client/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.4",
    "apollo-link": "^1.2.12",
    "apollo-link-http-common": "^0.2.14",
    "extract-files": "^5.0.1"
  },
  "description": "A terminating Apollo Link for Apollo Client that allows FileList, File, Blob or ReactNativeFile instances within query or mutation variables and sends GraphQL multipart requests.",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/plugin-transform-runtime": "^7.5.0",
    "@babel/preset-env": "^7.5.4",
    "babel-eslint": "^10.0.2",
    "eslint": "^6.0.1",
    "eslint-config-env": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-import-order-alphabetical": "^0.0.2",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "graphql": "^14.4.2",
    "husky": "^3.0.0",
    "jsdoc-md": "^3.0.0",
    "lint-staged": "^9.1.0",
    "prettier": "^1.18.2",
    "size-limit": "^1.3.7"
  },
  "engines": {
    "node": ">=8.5"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/jaydenseric/apollo-upload-client#readme",
  "keywords": [
    "graphql",
    "multipart",
    "request",
    "file",
    "upload",
    "apollo",
    "client",
    "link",
    "react",
    "native"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "apollo-upload-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaydenseric/apollo-upload-client.git"
  },
  "scripts": {
    "prepare": "npm run prepare:clean && npm run prepare:js && npm run prepare:jsdoc && npm run prepare:prettier",
    "prepare:clean": "rm -rf lib",
    "prepare:js": "babel src -d lib",
    "prepare:jsdoc": "jsdoc-md",
    "prepare:prettier": "prettier 'lib/**/*.js' readme.md --write",
    "prepublishOnly": "npm test",
    "test": "npm run test:eslint && npm run test:prettier && npm run test:size",
    "test:eslint": "eslint .",
    "test:prettier": "prettier '**/*.{json,yml,md}' -l",
    "test:size": "size-limit"
  },
  "sideEffects": false,
  "version": "11.0.0"
}
