UNPKG

661 BJSONView Raw
1{
2 "name": "ip-regex",
3 "version": "1.0.2",
4 "description": "Regular expression for matching IP addresses",
5 "license": "MIT",
6 "repository": "sindresorhus/ip-regex",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "http://sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "node test.js"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "text",
23 "regex",
24 "regexp",
25 "re",
26 "match",
27 "test",
28 "find",
29 "pattern",
30 "ip",
31 "internet",
32 "protocol",
33 "address",
34 "validate"
35 ],
36 "devDependencies": {
37 "ava": "0.0.4"
38 }
39}