feat: ✨ Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
45
node_modules/ip-regex/package.json
generated
vendored
Normal file
45
node_modules/ip-regex/package.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user