{
  "_from": "koa-ip@^2.1.3",
  "_id": "koa-ip@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-QLVBByImwDq9enZXVOD3Astk876B7N0IYta7Kik4iyNB462rVzBB1/LD0Ek1F+v9nGUTHBFyhh8043EIlskK9Q==",
  "_location": "/koa-ip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-ip@^2.1.3",
    "name": "koa-ip",
    "escapedName": "koa-ip",
    "rawSpec": "^2.1.3",
    "saveSpec": null,
    "fetchSpec": "^2.1.3"
  },
  "_requiredBy": [
    "/@strapi/core"
  ],
  "_resolved": "https://registry.npmjs.org/koa-ip/-/koa-ip-2.1.3.tgz",
  "_shasum": "b7318bb30fd1e06d03a96beb704ee72cc6ecade0",
  "_spec": "koa-ip@^2.1.3",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/core",
  "author": {
    "name": "nswbmw"
  },
  "bugs": {
    "url": "https://github.com/nswbmw/koa-ip/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "4.3.4",
    "lodash.isplainobject": "4.0.6",
    "request-ip": "3.3.0"
  },
  "deprecated": false,
  "description": "Ip filter middleware for koa, support `whitelist` and `blacklist`.",
  "devDependencies": {
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jest": "27.2.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-standard": "4.1.0",
    "jest": "29.4.3",
    "koa": "2.14.1",
    "supertest": "6.3.3"
  },
  "homepage": "https://github.com/nswbmw/koa-ip#readme",
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "html"
    ]
  },
  "keywords": [
    "koa",
    "ip",
    "whitelist",
    "blacklist"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-ip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nswbmw/koa-ip.git"
  },
  "scripts": {
    "test": "jest"
  },
  "types": "index.d.ts",
  "version": "2.1.3"
}
