PR-URL: https://github.com/nodejs/node/pull/62898 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
41 lines
No EOL
1.1 KiB
JSON
41 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "is-cidr",
|
|
"version": "6.0.4",
|
|
"description": "Check if a string is an IP address in CIDR notation",
|
|
"author": "silverwind <me@silverwind.io>",
|
|
"contributors": [
|
|
"Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
|
|
],
|
|
"repository": "silverwind/is-cidr",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"cidr-regex": "^5.0.4"
|
|
},
|
|
"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"
|
|
}
|
|
} |