/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/app/package.json
47 строк
1 KB
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "name": "@tinyhttp/app", "version": "2.2.3", "description": "0-legacy, tiny & fast web framework as a replacement of Express", "type": "module", "homepage": "https://tinyhttp.v1rtl.site", "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/app" }, "funding": { "type": "individual", "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "files": [ "dist" ], "engines": { "node": ">=14.21.3" }, "keywords": [ "tinyhttp", "router", "backend", "http", "framework", "api" ], "author": "v1rtl", "license": "MIT", "dependencies": { "header-range-parser": "1.1.3", "regexparam": "^2.0.1", "@tinyhttp/cookie": "2.1.0", "@tinyhttp/res": "2.2.2", "@tinyhttp/proxy-addr": "2.1.3", "@tinyhttp/req": "2.2.2", "@tinyhttp/router": "2.2.2" }, "scripts": { "dev": "vite", "build": "vite build" } }