Source: node-ip-regex Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Testsuite: autopkgtest-pkg-nodejs Uploaders: Manas kashyap Build-Depends: debhelper-compat (= 13) , node-tape , dh-sequence-nodejs Standards-Version: 4.5.1 Homepage: https://github.com/sindresorhus/ip-regex#readme Vcs-Git: https://salsa.debian.org/js-team/node-ip-regex.git Vcs-Browser: https://salsa.debian.org/js-team/node-ip-regex Rules-Requires-Root: no Package: node-ip-regex Architecture: all Depends: ${misc:Depends} , nodejs Multi-Arch: foreign Description: Regular expression for matching IP addresses Returns a regex for matching both IPv4 and IPv6. . Only match an exact string. Useful with RegExp#test() to check if a string is an IP address. . Node.js is an event-based server-side JavaScript engine.