{
  "_args": [
    [
      "graphql-upload@8.1.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "graphql-upload@8.1.0",
  "_id": "graphql-upload@8.1.0",
  "_inBundle": false,
  "_integrity": "sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==",
  "_location": "/graphql-upload",
  "_phantomChildren": {
    "depd": "1.1.2",
    "inherits": "2.0.4",
    "statuses": "1.5.0",
    "toidentifier": "1.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-upload@8.1.0",
    "name": "graphql-upload",
    "escapedName": "graphql-upload",
    "rawSpec": "8.1.0",
    "saveSpec": null,
    "fetchSpec": "8.1.0"
  },
  "_requiredBy": [
    "/apollo-server-core"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-8.1.0.tgz",
  "_spec": "8.1.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jayden Seric",
    "email": "me@jaydenseric.com",
    "url": "https://jaydenseric.com"
  },
  "browserslist": "node >= 8.5",
  "bugs": {
    "url": "https://github.com/jaydenseric/graphql-upload/issues"
  },
  "dependencies": {
    "busboy": "^0.3.1",
    "fs-capacitor": "^2.0.4",
    "http-errors": "^1.7.3",
    "object-path": "^0.11.4"
  },
  "description": "Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.",
  "devDependencies": {
    "@babel/cli": "^7.6.3",
    "@babel/core": "^7.6.3",
    "@babel/preset-env": "^7.6.3",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.5.1",
    "eslint-config-env": "^9.1.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-import-order-alphabetical": "^1.0.0",
    "eslint-plugin-jsdoc": "^15.9.10",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "express": "^4.17.1",
    "express-async-handler": "^1.1.4",
    "form-data": "^2.5.1",
    "graphql": "^14.5.8",
    "husky": "^3.0.8",
    "jsdoc-md": "^4.0.1",
    "koa": "^2.8.2",
    "lint-staged": "^9.4.2",
    "node-fetch": "^2.6.0",
    "prettier": "^1.18.2",
    "tap": "^14.6.9"
  },
  "engines": {
    "node": ">=8.5"
  },
  "files": [
    "lib",
    "!*.test.*",
    "!test-helpers"
  ],
  "homepage": "https://github.com/jaydenseric/graphql-upload#readme",
  "keywords": [
    "graphql",
    "upload",
    "file",
    "multipart",
    "server",
    "koa",
    "express",
    "apollo",
    "esm",
    "mjs"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "graphql-upload",
  "peerDependencies": {
    "graphql": "0.13.1 - 14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaydenseric/graphql-upload.git"
  },
  "scripts": {
    "prepare": "npm run prepare:clean && npm run prepare:mjs && 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:mjs": "BABEL_ESM=1 babel src -d lib --keep-file-extension",
    "prepare:prettier": "prettier 'lib/**/*.{mjs,js}' readme.md --write",
    "prepublishOnly": "npm test",
    "test": "npm run test:eslint && npm run test:prettier && npm run test:tap",
    "test:eslint": "eslint . --ext mjs,js",
    "test:prettier": "prettier '**/*.{json,yml,md}' -l",
    "test:tap": "tap --test-ignore=src --100"
  },
  "version": "8.1.0"
}
