wishthis/node_modules/ip-regex/package.json

40 lines
661 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "ip-regex",
"version": "1.0.3",
"description": "Regular expression for matching IP addresses",
"license": "MIT",
"repository": "sindresorhus/ip-regex",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test.js"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"text",
"regex",
"regexp",
"re",
"match",
"test",
"find",
"pattern",
"ip",
"internet",
"protocol",
"address",
"validate"
],
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "0.0.4"
}
2022-01-21 08:28:41 +00:00
}