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:
31
node_modules/faker/lib/locales/en/hacker/abbreviation.js
generated
vendored
Normal file
31
node_modules/faker/lib/locales/en/hacker/abbreviation.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
module["exports"] = [
|
||||
"TCP",
|
||||
"HTTP",
|
||||
"SDD",
|
||||
"RAM",
|
||||
"GB",
|
||||
"CSS",
|
||||
"SSL",
|
||||
"AGP",
|
||||
"SQL",
|
||||
"FTP",
|
||||
"PCI",
|
||||
"AI",
|
||||
"ADP",
|
||||
"RSS",
|
||||
"XML",
|
||||
"EXE",
|
||||
"COM",
|
||||
"HDD",
|
||||
"THX",
|
||||
"SMTP",
|
||||
"SMS",
|
||||
"USB",
|
||||
"PNG",
|
||||
"SAS",
|
||||
"IB",
|
||||
"SCSI",
|
||||
"JSON",
|
||||
"XSS",
|
||||
"JBOD"
|
||||
];
|
20
node_modules/faker/lib/locales/en/hacker/adjective.js
generated
vendored
Normal file
20
node_modules/faker/lib/locales/en/hacker/adjective.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
module["exports"] = [
|
||||
"auxiliary",
|
||||
"primary",
|
||||
"back-end",
|
||||
"digital",
|
||||
"open-source",
|
||||
"virtual",
|
||||
"cross-platform",
|
||||
"redundant",
|
||||
"online",
|
||||
"haptic",
|
||||
"multi-byte",
|
||||
"bluetooth",
|
||||
"wireless",
|
||||
"1080p",
|
||||
"neural",
|
||||
"optical",
|
||||
"solid state",
|
||||
"mobile"
|
||||
];
|
8
node_modules/faker/lib/locales/en/hacker/index.js
generated
vendored
Normal file
8
node_modules/faker/lib/locales/en/hacker/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var hacker = {};
|
||||
module['exports'] = hacker;
|
||||
hacker.abbreviation = require("./abbreviation");
|
||||
hacker.adjective = require("./adjective");
|
||||
hacker.noun = require("./noun");
|
||||
hacker.verb = require("./verb");
|
||||
hacker.ingverb = require("./ingverb");
|
||||
hacker.phrase = require("./phrase");
|
18
node_modules/faker/lib/locales/en/hacker/ingverb.js
generated
vendored
Normal file
18
node_modules/faker/lib/locales/en/hacker/ingverb.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
module["exports"] = [
|
||||
"backing up",
|
||||
"bypassing",
|
||||
"hacking",
|
||||
"overriding",
|
||||
"compressing",
|
||||
"copying",
|
||||
"navigating",
|
||||
"indexing",
|
||||
"connecting",
|
||||
"generating",
|
||||
"quantifying",
|
||||
"calculating",
|
||||
"synthesizing",
|
||||
"transmitting",
|
||||
"programming",
|
||||
"parsing"
|
||||
];
|
26
node_modules/faker/lib/locales/en/hacker/noun.js
generated
vendored
Normal file
26
node_modules/faker/lib/locales/en/hacker/noun.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
module["exports"] = [
|
||||
"driver",
|
||||
"protocol",
|
||||
"bandwidth",
|
||||
"panel",
|
||||
"microchip",
|
||||
"program",
|
||||
"port",
|
||||
"card",
|
||||
"array",
|
||||
"interface",
|
||||
"system",
|
||||
"sensor",
|
||||
"firewall",
|
||||
"hard drive",
|
||||
"pixel",
|
||||
"alarm",
|
||||
"feed",
|
||||
"monitor",
|
||||
"application",
|
||||
"transmitter",
|
||||
"bus",
|
||||
"circuit",
|
||||
"capacitor",
|
||||
"matrix"
|
||||
];
|
10
node_modules/faker/lib/locales/en/hacker/phrase.js
generated
vendored
Normal file
10
node_modules/faker/lib/locales/en/hacker/phrase.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
module["exports"] = [
|
||||
"If we {{verb}} the {{noun}}, we can get to the {{abbreviation}} {{noun}} through the {{adjective}} {{abbreviation}} {{noun}}!",
|
||||
"We need to {{verb}} the {{adjective}} {{abbreviation}} {{noun}}!",
|
||||
"Try to {{verb}} the {{abbreviation}} {{noun}}, maybe it will {{verb}} the {{adjective}} {{noun}}!",
|
||||
"You can't {{verb}} the {{noun}} without {{ingverb}} the {{adjective}} {{abbreviation}} {{noun}}!",
|
||||
"Use the {{adjective}} {{abbreviation}} {{noun}}, then you can {{verb}} the {{adjective}} {{noun}}!",
|
||||
"The {{abbreviation}} {{noun}} is down, {{verb}} the {{adjective}} {{noun}} so we can {{verb}} the {{abbreviation}} {{noun}}!",
|
||||
"{{ingverb}} the {{noun}} won't do anything, we need to {{verb}} the {{adjective}} {{abbreviation}} {{noun}}!",
|
||||
"I'll {{verb}} the {{adjective}} {{abbreviation}} {{noun}}, that should {{noun}} the {{abbreviation}} {{noun}}!"
|
||||
];
|
20
node_modules/faker/lib/locales/en/hacker/verb.js
generated
vendored
Normal file
20
node_modules/faker/lib/locales/en/hacker/verb.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
module["exports"] = [
|
||||
"back up",
|
||||
"bypass",
|
||||
"hack",
|
||||
"override",
|
||||
"compress",
|
||||
"copy",
|
||||
"navigate",
|
||||
"index",
|
||||
"connect",
|
||||
"generate",
|
||||
"quantify",
|
||||
"calculate",
|
||||
"synthesize",
|
||||
"input",
|
||||
"transmit",
|
||||
"program",
|
||||
"reboot",
|
||||
"parse"
|
||||
];
|
Reference in New Issue
Block a user