admin felület fejlesztése garázs, előfizeztési csomagok
This commit is contained in:
122
frontend_admin/.output/server/node_modules/@intlify/h3/package.json
generated
vendored
Normal file
122
frontend_admin/.output/server/node_modules/@intlify/h3/package.json
generated
vendored
Normal file
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"name": "@intlify/h3",
|
||||
"description": "Internationalization middleware & utilities for h3",
|
||||
"version": "0.7.4",
|
||||
"author": {
|
||||
"name": "kazuya kawaguchi",
|
||||
"email": "kawakazu80@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/kazupon",
|
||||
"bugs": {
|
||||
"url": "https://github.com/intlify/h3/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/intlify/h3.git"
|
||||
},
|
||||
"keywords": [
|
||||
"i18n",
|
||||
"h3",
|
||||
"internationalization",
|
||||
"intlify",
|
||||
"utilities",
|
||||
"middleware"
|
||||
],
|
||||
"homepage": "https://github.com/intlify/h3#readme",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 20"
|
||||
},
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"main": "dist/index.cjs",
|
||||
"module": "dist/index.mjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"./dist/*": "./dist/*",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"dependencies": {
|
||||
"@intlify/core": "^11.1.12",
|
||||
"@intlify/utils": "^0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.4.1",
|
||||
"@eslint/markdown": "^7.5.0",
|
||||
"@kazupon/eslint-config": "^0.38.0",
|
||||
"@kazupon/prettier-config": "^0.1.1",
|
||||
"@types/node": "^24.9.2",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"@typescript/native-preview": "7.0.0-dev.20251025.1",
|
||||
"@vitest/coverage-v8": "^4.0.6",
|
||||
"@vitest/eslint-plugin": "^1.4.0",
|
||||
"bumpp": "^10.3.1",
|
||||
"eslint": "^9.39.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsdoc": "^61.1.11",
|
||||
"eslint-plugin-jsonc": "^2.21.0",
|
||||
"eslint-plugin-markdown-preferences": "^0.36.2",
|
||||
"eslint-plugin-module-interop": "^0.3.1",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-regexp": "^2.10.0",
|
||||
"eslint-plugin-unicorn": "^62.0.0",
|
||||
"eslint-plugin-unused-imports": "^4.3.0",
|
||||
"eslint-plugin-yml": "^1.19.0",
|
||||
"gh-changelogen": "^0.2.8",
|
||||
"h3": "^1.15.4",
|
||||
"knip": "^5.66.4",
|
||||
"lint-staged": "^16.2.6",
|
||||
"prettier": "^3.6.2",
|
||||
"supertest": "^7.1.4",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.2",
|
||||
"unbuild": "^3.6.1",
|
||||
"vitest": "^4.0.6"
|
||||
},
|
||||
"prettier": "@kazupon/prettier-config",
|
||||
"lint-staged": {
|
||||
"*.ts?(x)": [
|
||||
"prettier --parser=typescript --write",
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{js,mjs,cjs}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{json,jsonc,json5,md,yml,yaml}": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"changelog": "gh-changelogen --repo=intlify/h3",
|
||||
"dev:eslint": "pnpx @eslint/config-inspector --config eslint.config.ts",
|
||||
"fix": "pnpm run --color \"/^fix:/\"",
|
||||
"fix:eslint": "eslint . --fix",
|
||||
"fix:knip": "knip --fix --no-exit-code",
|
||||
"fix:prettier": "prettier . --write --experimental-cli",
|
||||
"lint": "pnpm run --color \"/^lint:/\"",
|
||||
"lint:eslint": "eslint . --cache",
|
||||
"lint:knip": "knip",
|
||||
"lint:prettier": "prettier . --check --experimental-cli",
|
||||
"lint:typecheck": "tsgo --noEmit --diagnostics",
|
||||
"play:basic": "pnpx tsx ./playground/basic/index.ts",
|
||||
"release": "bumpp --commit \"release: v%s\" --push --tag",
|
||||
"test": "pnpm run test:unit",
|
||||
"test:coverage": "pnpm test --reporter verbose --coverage",
|
||||
"test:unit": "vitest run --typecheck"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user