1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling.

This commit is contained in:
2024-09-10 19:43:02 +01:00
parent da880da90f
commit cef903ff39
7678 changed files with 778712 additions and 1254 deletions

32
node_modules/wildcard/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "wildcard",
"description": "Wildcard matching tools",
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"stability": "stable",
"keywords": [
"string",
"wildcard"
],
"version": "2.0.1",
"dependencies": {},
"devDependencies": {
"embellish-readme": "^1.7.2",
"tape": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/DamonOehlman/wildcard.git"
},
"bugs": {
"url": "http://github.com/DamonOehlman/wildcard/issues"
},
"scripts": {
"test": "node test/all.js",
"gendocs": "embellish README.md"
},
"main": "index.js",
"directories": {
"test": "test"
},
"license": "MIT"
}