File Explorer

/var/lang/lib/node_modules/npm/node_modules/cidr-regex

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
2 files
package.json1.0 KB · 38 lines
{  "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"  }}