This commit is contained in:
2026-01-04 20:47:43 +00:00
parent a8b07e1dfd
commit abed903b06
15 changed files with 9186 additions and 181 deletions

View File

@@ -2,10 +2,11 @@
"name": "npmcdn",
"version": "1.0.3",
"description": "a cdn using npm as source",
"type": "module",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"start": "(node --max_old_space_size=100 ./cli.js)",
@@ -13,38 +14,29 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@gitzone/tswatch": "^1.0.30",
"@pushrocks/tapbundle": "^3.0.13",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0"
"@git.zone/tsbuild": "^4.1.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.4",
"@push.rocks/smartnetwork": "^4.4.0",
"@push.rocks/smartrequest": "^5.0.1"
},
"dependencies": {
"@losslessone_private/lole-serviceserver": "^1.0.24",
"@pushrocks/smartstate": "^1.0.14",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/smartdata": "^4.0.12",
"@pushrocks/projectinfo": "^4.0.5",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartmarkdown": "^2.0.6",
"@pushrocks/smartmime": "^1.0.5",
"@pushrocks/smartnpm": "^1.0.39",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.38",
"@pushrocks/tapbundle": "^3.2.14",
"@types/autocannon": "^4.1.1",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/splunk-logging": "^0.9.2",
"compression": "^1.7.4",
"express": "^4.17.1",
"lit-ntml": "^2.20.0",
"prom-client": "^13.2.0",
"splunk-logging": "^0.11.1",
"tty-table": "^4.1.3"
"@losslessone_private/lole-serviceserver": "^1.0.54",
"@push.rocks/projectinfo": "^5.0.2",
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.1.3",
"@push.rocks/smartmarkdown": "^3.0.3",
"@push.rocks/smartmime": "^2.0.4",
"@push.rocks/smartnpm": "^2.0.6",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smarttime": "^4.1.1",
"@types/compression": "^1.8.1",
"@types/express": "^5.0.6",
"compression": "^1.8.1",
"express": "^4.22.1",
"lit-ntml": "^4.0.2",
"prom-client": "^15.1.3"
},
"private": true,
"browserslist": [