{
  "_from": "ip-address@^10.2.0",
  "_id": "ip-address@10.4.0",
  "_inBundle": false,
  "_integrity": "sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==",
  "_location": "/ip-address",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ip-address@^10.2.0",
    "name": "ip-address",
    "escapedName": "ip-address",
    "rawSpec": "^10.2.0",
    "saveSpec": null,
    "fetchSpec": "^10.2.0"
  },
  "_requiredBy": [
    "/express-rate-limit"
  ],
  "_resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.4.0.tgz",
  "_shasum": "c5910bc541b6eae287765d1e4846be0308a05d93",
  "_spec": "ip-address@^10.2.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/express-rate-limit",
  "author": {
    "name": "Beau Gunderson",
    "email": "beau@beaugunderson.com",
    "url": "https://beaugunderson.com/"
  },
  "bugs": {
    "url": "https://github.com/beaugunderson/ip-address/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts",
      "src/ip-address.ts",
      "src/v4/constants.ts",
      "src/v6/constants.ts"
    ],
    "reporter": [
      "html",
      "lcov",
      "text"
    ]
  },
  "deprecated": false,
  "description": "A library for parsing IPv4 and IPv6 IP addresses in node and the browser.",
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "@typescript-eslint/eslint-plugin": "^8.59.1",
    "@typescript-eslint/parser": "^8.59.1",
    "c8": "^11.0.0",
    "chai": "^6.2.2",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "eslint_d": "^14.0.4",
    "mocha": "^11.7.5",
    "monocart-coverage-reports": "^2.12.11",
    "prettier": "^3.8.3",
    "source-map-support": "^0.5.21",
    "tsx": "^4.21.0",
    "typedoc": "^0.28.19",
    "typescript": "<5.6.0"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/beaugunderson/ip-address#readme",
  "keywords": [
    "ip",
    "ipv4",
    "ipv6",
    "address",
    "cidr",
    "subnet",
    "netmask",
    "validate",
    "validation",
    "parse",
    "arpa",
    "bigint",
    "browser"
  ],
  "license": "MIT",
  "main": "dist/ip-address.js",
  "name": "ip-address",
  "overrides": {
    "diff": "^8.0.3",
    "serialize-javascript": "^7.0.5",
    "@eslint/plugin-kit": "^0.7.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beaugunderson/ip-address.git"
  },
  "scripts": {
    "build": "rm -rf dist; mkdir dist; tsc",
    "docs": "tsx scripts/build-readme.ts",
    "lint": "prettier --check . && eslint . --ext .ts,.js --max-warnings 0",
    "lint:fix": "prettier --write . && eslint . --ext .ts,.js --max-warnings 0 --fix",
    "prepack": "npm run docs && npm run build",
    "prepare": "git config core.hooksPath hooks || true",
    "test": "mocha",
    "test-ci": "c8 --experimental-monocart mocha",
    "watch": "mocha --watch"
  },
  "sideEffects": false,
  "types": "dist/ip-address.d.ts",
  "version": "10.4.0"
}
