| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/ip-regex/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/ip-regex/package.json |
{
"_id": "ip-regex@5.0.0",
"_inBundle": true,
"_location": "/npm/ip-regex",
"_phantomChildren": {},
"_requiredBy": [
"/npm/cidr-regex"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ip-regex/issues"
},
"description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.19.1",
"xo": "^0.47.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/ip-regex#readme",
"keywords": [
"ip",
"ipv6",
"ipv4",
"regex",
"regexp",
"re",
"match",
"test",
"find",
"text",
"pattern",
"internet",
"protocol",
"address",
"validate"
],
"license": "MIT",
"name": "ip-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ip-regex.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "5.0.0"
}