/
dropdead
/
frontend_trainee
Обзор
Документация
Войти
/
dropdead
/
frontend_trainee
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/accepts/package.json
36 строк
775 B
Ivan
init: add server files and depdendcies from task
06 сен 2024, 20:55
06 сен 2024, 20:55
880ac28
Код
Авторство
О чём код?
{ "name": "@tinyhttp/accepts", "description": "accepts rewrite in TypeScript", "version": "2.2.2", "license": "MIT", "homepage": "https://tinyhttp.v1rtl.site", "funding": { "type": "individual", "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1" }, "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/cookie-signature" }, "engines": { "node": ">=12.20.0" }, "type": "module", "types": "./dist/index.d.ts", "exports": "./dist/index.js", "files": [ "dist" ], "devDependencies": { "@types/negotiator": "^0.6.3" }, "dependencies": { "mime": "4.0.1", "negotiator": "^0.6.3" }, "scripts": { "dev": "vite", "build": "vite build" } }