<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "name": "cidr-regex",
  "version": "5.0.3",
  "description": "Regular expression for matching IP addresses in CIDR notation",
  "author": "silverwind <me@silverwind.io>",
  "contributors": [
    "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
  ],
  "repository": "silverwind/cidr-regex",
  "license": "BSD-2-Clause",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@types/node": "25.0.10",
    "@typescript/native-preview": "7.0.0-dev.20260212.1",
    "eslint": "9.39.2",
    "eslint-config-silverwind": "120.1.2",
    "jest-extended": "7.0.0",
    "typescript": "5.9.3",
    "typescript-config-silverwind": "14.0.0",
    "updates": "17.0.8",
    "updates-config-silverwind": "1.0.3",
    "versions": "14.0.3",
    "vite": "7.3.1",
    "vite-config-silverwind": "6.0.9",
    "vitest": "4.0.18",
    "vitest-config-silverwind": "10.6.1"
  }
}