| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "ip-regex",
- "version": "2.1.0",
- "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
- "license": "MIT",
- "repository": "sindresorhus/ip-regex",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "ip",
- "ipv6",
- "ipv4",
- "regex",
- "regexp",
- "re",
- "match",
- "test",
- "find",
- "text",
- "pattern",
- "internet",
- "protocol",
- "address",
- "validate"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "xo": {
- "esnext": true
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
- "_from": "ip-regex@2.1.0",
- "_resolved": "https://registry.npm.taobao.org/ip-regex/download/ip-regex-2.1.0.tgz"
- }
|