39 lines
661 B
JSON
39 lines
661 B
JSON
{
|
|
"name": "ip-regex",
|
|
"version": "1.0.3",
|
|
"description": "Regular expression for matching IP addresses",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/ip-regex",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"text",
|
|
"regex",
|
|
"regexp",
|
|
"re",
|
|
"match",
|
|
"test",
|
|
"find",
|
|
"pattern",
|
|
"ip",
|
|
"internet",
|
|
"protocol",
|
|
"address",
|
|
"validate"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "0.0.4"
|
|
}
|
|
}
|