{
  "_args": [
    [
      "rate-limiter-flexible@2.4.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "rate-limiter-flexible@2.4.1",
  "_id": "rate-limiter-flexible@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-dgH4T44TzKVO9CLArNto62hJOwlWJMLUjVVr/ii0uUzZXEXthDNr7/yefW5z/1vvHAfycc1tnuiYyNJ8CTRB3g==",
  "_location": "/rate-limiter-flexible",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rate-limiter-flexible@2.4.1",
    "name": "rate-limiter-flexible",
    "escapedName": "rate-limiter-flexible",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "animir",
    "email": "animirr@gmail.com"
  },
  "browser": {
    "cluster": false,
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/animir/node-rate-limiter-flexible/issues"
  },
  "description": "Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-security": "^1.4.0",
    "istanbul": "^0.4.5",
    "memcached-mock": "^0.1.0",
    "mocha": "^5.1.1",
    "redis-mock": "^0.48.0",
    "sinon": "^5.0.10"
  },
  "homepage": "https://github.com/animir/node-rate-limiter-flexible#readme",
  "keywords": [
    "authorization",
    "security",
    "rate",
    "limit",
    "ratelimter",
    "brute",
    "force",
    "bruteforce",
    "throttle",
    "koa",
    "express",
    "hapi",
    "auth",
    "ddos",
    "queue"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "rate-limiter-flexible",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/animir/node-rate-limiter-flexible.git"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "debug-test": "mocha --inspect-brk lib/**/**.test.js",
    "eslint": "eslint --quiet lib/**/**.js test/**/**.js",
    "eslint-fix": "eslint --fix lib/**/**.js test/**/**.js",
    "test": "istanbul -v cover -- _mocha --recursive"
  },
  "types": "./lib/index.d.ts",
  "version": "2.4.1"
}
