{
  "_from": "ip-address@^10.1.1",
  "_id": "ip-address@10.2.0",
  "_inBundle": false,
  "_integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
  "_location": "/ip-address",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ip-address@^10.1.1",
    "name": "ip-address",
    "escapedName": "ip-address",
    "rawSpec": "^10.1.1",
    "saveSpec": null,
    "fetchSpec": "^10.1.1"
  },
  "_requiredBy": [
    "/socks"
  ],
  "_resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
  "_shasum": "805fc178b20c518bd4c8548b24fe30892d7f3206",
  "_spec": "ip-address@^10.1.1",
  "_where": "/etc/nginx/sites-available/node_modules/socks",
  "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": "^19.0.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "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://github.com/beaugunderson/ip-address.git"
  },
  "scripts": {
    "build": "rm -rf dist; mkdir dist; tsc",
    "docs": "tsx scripts/build-readme.ts",
    "prepack": "npm run docs && npm run build",
    "test": "mocha",
    "test-ci": "c8 --experimental-monocart mocha",
    "watch": "mocha --watch"
  },
  "sideEffects": false,
  "types": "dist/ip-address.d.ts",
  "version": "10.2.0"
}
