UNPKG

npm

Version:

a package manager for JavaScript

38 lines 1.05 kB
{ "name": "cidr-regex", "version": "5.0.4", "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.6.0", "@typescript/native-preview": "7.0.0-dev.20260420.1", "eslint": "10.2.1", "eslint-config-silverwind": "131.0.5", "jest-extended": "7.0.0", "tsdown": "0.21.9", "tsdown-config-silverwind": "2.1.0", "typescript": "6.0.3", "typescript-config-silverwind": "18.0.0", "updates": "17.15.5", "updates-config-silverwind": "2.1.0", "versions": "15.0.0", "vitest": "4.1.4", "vitest-config-silverwind": "11.3.0" } }