{
  "_args": [
    [
      "graphql-upload@11.0.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "graphql-upload@11.0.0",
  "_id": "graphql-upload@11.0.0",
  "_inBundle": false,
  "_integrity": "sha512-zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==",
  "_location": "/graphql-upload",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-upload@11.0.0",
    "name": "graphql-upload",
    "escapedName": "graphql-upload",
    "rawSpec": "11.0.0",
    "saveSpec": null,
    "fetchSpec": "11.0.0"
  },
  "_requiredBy": [
    "/strapi-plugin-graphql"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-11.0.0.tgz",
  "_spec": "11.0.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Jayden Seric",
    "email": "me@jaydenseric.com",
    "url": "https://jaydenseric.com"
  },
  "bugs": {
    "url": "https://github.com/jaydenseric/graphql-upload/issues"
  },
  "dependencies": {
    "busboy": "^0.3.1",
    "fs-capacitor": "^6.1.0",
    "http-errors": "^1.7.3",
    "isobject": "^4.0.0",
    "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": {
    "coverage-node": "^2.0.3",
    "eslint": "^7.1.0",
    "eslint-config-env": "^14.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsdoc": "^25.4.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.3",
    "express": "^4.17.1",
    "form-data": "^3.0.0",
    "graphql": "^15.0.0",
    "hard-rejection": "^2.1.0",
    "jsdoc-md": "^6.0.0",
    "koa": "^2.12.0",
    "node-fetch": "^2.6.0",
    "prettier": "^2.0.5",
    "test-director": "^4.0.1"
  },
  "engines": {
    "node": "^10.13.0 || ^12.0.0 || >= 13.7.0"
  },
  "exports": {
    ".": {
      "import": "./public/index.mjs",
      "require": "./public/index.js"
    },
    "./public/": "./public/",
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "files": [
    "private",
    "public"
  ],
  "funding": "https://github.com/sponsors/jaydenseric",
  "homepage": "https://github.com/jaydenseric/graphql-upload#readme",
  "keywords": [
    "graphql",
    "upload",
    "file",
    "multipart",
    "server",
    "koa",
    "express",
    "apollo",
    "esm",
    "mjs"
  ],
  "license": "MIT",
  "main": "public",
  "name": "graphql-upload",
  "peerDependencies": {
    "graphql": "0.13.1 - 15"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaydenseric/graphql-upload.git"
  },
  "scripts": {
    "prepare": "npm run prepare:jsdoc && npm run prepare:prettier",
    "prepare:jsdoc": "jsdoc-md",
    "prepare:prettier": "prettier --write readme.md",
    "prepublishOnly": "npm test",
    "test": "npm run test:eslint && npm run test:prettier && npm run test:api",
    "test:api": "coverage-node -r hard-rejection/register test",
    "test:eslint": "eslint .",
    "test:prettier": "prettier -c ."
  },
  "version": "11.0.0"
}
