{
  "_from": "koa2-ratelimit@^1.1.2",
  "_id": "koa2-ratelimit@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-gdrIw6m/D7pmScScL4dz50qLbRR3UGqvO1Vuy2dc7hVIuFAl1OVTnu6WFyEJ5GbfyLZFaCMWzRw6t4krvzvUTg==",
  "_location": "/koa2-ratelimit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa2-ratelimit@^1.1.2",
    "name": "koa2-ratelimit",
    "escapedName": "koa2-ratelimit",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/@strapi/admin",
    "/@strapi/plugin-users-permissions"
  ],
  "_resolved": "https://registry.npmjs.org/koa2-ratelimit/-/koa2-ratelimit-1.1.3.tgz",
  "_shasum": "9f839c4f5533151aa4d5b8d11381a9a07854f0ff",
  "_spec": "koa2-ratelimit@^1.1.2",
  "_where": "/home/ghf/system/node_modules/@strapi/plugin-users-permissions",
  "author": {
    "name": "YSO CORP"
  },
  "bugs": {
    "url": "https://github.com/ysocorp/koa2-ratelimit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.",
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.13.0",
    "expect": "^24.8.0",
    "mocha": "^6.1.4"
  },
  "engines": {
    "node": ">=7.10.1"
  },
  "homepage": "https://github.com/ysocorp/koa2-ratelimit#readme",
  "keywords": [
    "koa2-ratelimit",
    "koa2-rate-limit",
    "koa-rate-limit",
    "koa2-ratelimit",
    "koa-ratelimit",
    "koa2-brute-force",
    "koa-brute-force",
    "koa2-bruteforce",
    "koa-bruteforce",
    "koa2",
    "rate",
    "limit",
    "sequelize",
    "mongodb",
    "ratelimit",
    "ratelimit-sequelize",
    "ratelimit-mongodb",
    "rate-limit",
    "rate-limit-sequelize",
    "rate-limit-mongodb",
    "middleware",
    "ip",
    "auth",
    "authorization",
    "security",
    "brute",
    "force",
    "bruteforce",
    "bruteforce-sequelize",
    "bruteforce-mongodb",
    "brute-force",
    "brute-force-sequelize",
    "brute-force-mongodb",
    "attack"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "koa2-ratelimit",
  "peerDependencies": {
    "mongoose": ">= 5",
    "redis": ">= 4.0.0",
    "sequelize": ">=5.8.7"
  },
  "peerDependenciesMeta": {
    "mongoose": {
      "optional": true
    },
    "redis": {
      "optional": true
    },
    "sequelize": {
      "optional": true
    }
  },
  "people": {
    "name": "YSO CORP",
    "email": "contact@ysocorp.com",
    "url": "http://ysocorp.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ysocorp/koa2-ratelimit.git"
  },
  "scripts": {
    "lint": "eslint src test",
    "test": "mocha --opts mocha.opts"
  },
  "version": "1.1.3"
}
