{
  "_args": [
    [
      "graphql-playground-middleware-koa@1.6.21",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "graphql-playground-middleware-koa@1.6.21",
  "_id": "graphql-playground-middleware-koa@1.6.21",
  "_inBundle": false,
  "_integrity": "sha512-MswXglk3lfKN9OH2tYYZTrSLgOLEyw0onIxHmqYuBxRnMaXp79HSH/cvgk0oRK4N+4HjJZzSkcdhxIG0Wg8qhw==",
  "_location": "/graphql-playground-middleware-koa",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-playground-middleware-koa@1.6.21",
    "name": "graphql-playground-middleware-koa",
    "escapedName": "graphql-playground-middleware-koa",
    "rawSpec": "1.6.21",
    "saveSpec": null,
    "fetchSpec": "1.6.21"
  },
  "_requiredBy": [
    "/strapi-plugin-graphql"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-playground-middleware-koa/-/graphql-playground-middleware-koa-1.6.21.tgz",
  "_spec": "1.6.21",
  "_where": "/var/www/html/strapi_cloud",
  "bugs": {
    "url": "https://github.com/graphcool/graphql-playground/issues"
  },
  "contributors": [
    {
      "name": "Tim Suchanek",
      "email": "tim@graph.cool"
    },
    {
      "name": "Johannes Schickling",
      "email": "johannes@graph.cool"
    },
    {
      "name": "Mohammad Rajabifard",
      "email": "mo.rajbi@gmail.com"
    }
  ],
  "dependencies": {
    "graphql-playground-html": "^1.6.29"
  },
  "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
  "devDependencies": {
    "@types/node": "12.12.34",
    "koa": "^2.11.0",
    "rimraf": "3.0.2",
    "typescript": "3.8.3"
  },
  "files": [
    "dist"
  ],
  "gitHead": "ac496f12652be0b0e2f2bcb4ff1dd6a765a904c9",
  "homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
  "keywords": [
    "graphql",
    "graphiql",
    "playground",
    "graphcool",
    "koa"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "graphql-playground-middleware-koa",
  "peerDependencies": {
    "koa": "^2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/graphcool/graphql-playground.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "prepare": "npm run build"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "1.6.21"
}
