/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/cors/package.json
61 строка
2 KB
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "name": "@tinyhttp/cors", "version": "2.0.0", "type": "module", "description": "CORS middleware for modern Node.js ", "homepage": "https://github.com/tinyhttp/cors#readme", "repository": { "type": "git", "url": "https://github.com/tinyhttp/cors.git" }, "engines": { "node": ">=12.4 || 14.x || >=16" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "keywords": [ "tinyhttp", "node.js", "web framework", "web", "backend" ], "author": "v1rtl", "license": "MIT", "files": [ "dist" ], "dependencies": { "es-vary": "^0.1.1" }, "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", "@rollup/plugin-typescript": "^8.2.5", "@tinyhttp/app": "1.3.15", "@types/node": "^16.7.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "c8": "^7.8.0", "esbuild-node-loader": "^0.3.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.1", "expect": "^27.0.6", "husky": "^7.0.1", "prettier": "^2.3.2", "rollup": "^2.56.2", "supertest-fetch": "^1.4.3", "typescript": "^4.3.5", "uvu": "^0.5.1" }, "scripts": { "build": "rollup -c", "test": "node --experimental-loader esbuild-node-loader node_modules/uvu/bin.js tests", "test:coverage": "c8 --include=src pnpm test", "test:report": "c8 report --reporter=text-lcov > coverage.lcov", "lint": "eslint . --ext=ts", "format": "prettier --check \"./**/*.{ts,md}\"", "format:fix": "prettier --write \"./**/*.{ts,md}\"" } }