11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "is-cidr",
31cb0ef41Sopenharmony_ci  "version": "5.0.3",
41cb0ef41Sopenharmony_ci  "description": "Check if a string is an IP address in CIDR notation",
51cb0ef41Sopenharmony_ci  "author": "silverwind <me@silverwind.io>",
61cb0ef41Sopenharmony_ci  "contributors": [
71cb0ef41Sopenharmony_ci    "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
81cb0ef41Sopenharmony_ci  ],
91cb0ef41Sopenharmony_ci  "repository": "silverwind/is-cidr",
101cb0ef41Sopenharmony_ci  "license": "BSD-2-Clause",
111cb0ef41Sopenharmony_ci  "type": "module",
121cb0ef41Sopenharmony_ci  "exports": "./index.js",
131cb0ef41Sopenharmony_ci  "sideEffects": false,
141cb0ef41Sopenharmony_ci  "engines": {
151cb0ef41Sopenharmony_ci    "node": ">=14"
161cb0ef41Sopenharmony_ci  },
171cb0ef41Sopenharmony_ci  "files": [
181cb0ef41Sopenharmony_ci    "index.js",
191cb0ef41Sopenharmony_ci    "index.d.ts"
201cb0ef41Sopenharmony_ci  ],
211cb0ef41Sopenharmony_ci  "dependencies": {
221cb0ef41Sopenharmony_ci    "cidr-regex": "4.0.3"
231cb0ef41Sopenharmony_ci  },
241cb0ef41Sopenharmony_ci  "devDependencies": {
251cb0ef41Sopenharmony_ci    "eslint": "8.37.0",
261cb0ef41Sopenharmony_ci    "eslint-config-silverwind": "65.1.3",
271cb0ef41Sopenharmony_ci    "tsd": "0.28.1",
281cb0ef41Sopenharmony_ci    "updates": "13.2.9",
291cb0ef41Sopenharmony_ci    "versions": "10.4.2",
301cb0ef41Sopenharmony_ci    "vitest": "0.29.8"
311cb0ef41Sopenharmony_ci  }
321cb0ef41Sopenharmony_ci}
33