Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
241
Frontend-Learner/node_modules/nitropack/package.json
generated
vendored
Normal file
241
Frontend-Learner/node_modules/nitropack/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,241 @@
|
|||
{
|
||||
"name": "nitropack",
|
||||
"version": "2.12.9",
|
||||
"description": "Build and Deploy Universal JavaScript Servers",
|
||||
"repository": "nitrojs/nitro",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./cli": {
|
||||
"types": "./cli.d.ts",
|
||||
"import": "./dist/cli/index.mjs"
|
||||
},
|
||||
"./config": {
|
||||
"types": "./config.d.ts",
|
||||
"import": "./dist/config/index.mjs"
|
||||
},
|
||||
".": {
|
||||
"types": "./dist/core/index.d.ts",
|
||||
"import": "./dist/core/index.mjs"
|
||||
},
|
||||
"./core": {
|
||||
"types": "./dist/core/index.d.ts",
|
||||
"import": "./dist/core/index.mjs"
|
||||
},
|
||||
"./kit": {
|
||||
"types": "./kit.d.ts",
|
||||
"import": "./dist/kit/index.mjs"
|
||||
},
|
||||
"./meta": {
|
||||
"types": "./dist/meta/index.d.ts",
|
||||
"import": "./dist/meta/index.mjs"
|
||||
},
|
||||
"./presets": {
|
||||
"types": "./presets.d.ts",
|
||||
"import": "./dist/presets/index.mjs"
|
||||
},
|
||||
"./presets/*": {
|
||||
"types": "./dist/presets/*.d.ts",
|
||||
"import": "./dist/presets/*.mjs"
|
||||
},
|
||||
"./rollup": {
|
||||
"types": "./rollup.d.ts",
|
||||
"import": "./dist/rollup/index.mjs"
|
||||
},
|
||||
"./runtime": {
|
||||
"types": "./runtime.d.ts",
|
||||
"import": "./dist/runtime/index.mjs"
|
||||
},
|
||||
"./runtime/meta": {
|
||||
"types": "./runtime-meta.d.ts",
|
||||
"import": "./runtime-meta.mjs"
|
||||
},
|
||||
"./runtime/*": {
|
||||
"types": "./dist/runtime/*.d.ts",
|
||||
"import": "./dist/runtime/*.mjs"
|
||||
},
|
||||
"./dist/runtime/*": {
|
||||
"types": "./dist/runtime/*.d.ts",
|
||||
"import": "./dist/runtime/*.mjs"
|
||||
},
|
||||
"./types": {
|
||||
"types": "./types.d.ts",
|
||||
"import": "./dist/types/index.mjs"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/core/index.mjs",
|
||||
"types": "./dist/core/index.d.ts",
|
||||
"bin": {
|
||||
"nitro": "./dist/cli/index.mjs",
|
||||
"nitropack": "./dist/cli/index.mjs"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"*.d.ts",
|
||||
"runtime-meta.*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "pnpm gen-presets && unbuild",
|
||||
"dev": "pnpm -C playground dev",
|
||||
"dev:build": "pnpm -C playground build",
|
||||
"dev:start": "node playground/.output/server/index.mjs",
|
||||
"gen-node-compat": "pnpm node-ts scripts/gen-node-compat.ts",
|
||||
"gen-presets": "pnpm jiti scripts/gen-presets.ts",
|
||||
"lint": "eslint --cache . && prettier -c .",
|
||||
"lint:fix": "automd && eslint --cache --fix . && prettier -w .",
|
||||
"nitro": "jiti ./src/cli/index.ts",
|
||||
"node-ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
|
||||
"prepack": "pnpm build",
|
||||
"release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
|
||||
"stub": "unbuild --stub",
|
||||
"test": "pnpm lint && pnpm vitest run",
|
||||
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",
|
||||
"test:types": "tsc --noEmit && pnpm test:fixture:types"
|
||||
},
|
||||
"resolutions": {
|
||||
"nitropack": "link:."
|
||||
},
|
||||
"dependencies": {
|
||||
"@cloudflare/kv-asset-handler": "^0.4.0",
|
||||
"@rollup/plugin-alias": "^5.1.1",
|
||||
"@rollup/plugin-commonjs": "^28.0.9",
|
||||
"@rollup/plugin-inject": "^5.0.5",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@vercel/nft": "^0.30.3",
|
||||
"archiver": "^7.0.1",
|
||||
"c12": "^3.3.1",
|
||||
"chokidar": "^4.0.3",
|
||||
"citty": "^0.1.6",
|
||||
"compatx": "^0.2.0",
|
||||
"confbox": "^0.2.2",
|
||||
"consola": "^3.4.2",
|
||||
"cookie-es": "^2.0.0",
|
||||
"croner": "^9.1.0",
|
||||
"crossws": "^0.3.5",
|
||||
"db0": "^0.3.4",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.5",
|
||||
"dot-prop": "^10.1.0",
|
||||
"esbuild": "^0.25.11",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"etag": "^1.8.1",
|
||||
"exsolve": "^1.0.7",
|
||||
"globby": "^15.0.0",
|
||||
"gzip-size": "^7.0.0",
|
||||
"h3": "^1.15.4",
|
||||
"hookable": "^5.5.3",
|
||||
"httpxy": "^0.1.7",
|
||||
"ioredis": "^5.8.2",
|
||||
"jiti": "^2.6.1",
|
||||
"klona": "^2.0.6",
|
||||
"knitwork": "^1.2.0",
|
||||
"listhen": "^1.9.0",
|
||||
"magic-string": "^0.30.21",
|
||||
"magicast": "^0.5.0",
|
||||
"mime": "^4.1.0",
|
||||
"mlly": "^1.8.0",
|
||||
"node-fetch-native": "^1.6.7",
|
||||
"node-mock-http": "^1.0.3",
|
||||
"ofetch": "^1.5.0",
|
||||
"ohash": "^2.0.11",
|
||||
"pathe": "^2.0.3",
|
||||
"perfect-debounce": "^2.0.0",
|
||||
"pkg-types": "^2.3.0",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"radix3": "^1.1.2",
|
||||
"rollup": "^4.52.5",
|
||||
"rollup-plugin-visualizer": "^6.0.5",
|
||||
"scule": "^1.3.0",
|
||||
"semver": "^7.7.3",
|
||||
"serve-placeholder": "^2.0.2",
|
||||
"serve-static": "^2.2.0",
|
||||
"source-map": "^0.7.6",
|
||||
"std-env": "^3.10.0",
|
||||
"ufo": "^1.6.1",
|
||||
"ultrahtml": "^1.6.0",
|
||||
"uncrypto": "^0.1.3",
|
||||
"unctx": "^2.4.1",
|
||||
"unenv": "^2.0.0-rc.23",
|
||||
"unimport": "^5.5.0",
|
||||
"unplugin-utils": "^0.3.1",
|
||||
"unstorage": "^1.17.1",
|
||||
"untyped": "^2.0.0",
|
||||
"unwasm": "^0.3.11",
|
||||
"youch": "^4.1.0-beta.11",
|
||||
"youch-core": "^0.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@azure/functions": "^3.5.1",
|
||||
"@azure/static-web-apps-cli": "^2.0.7",
|
||||
"@cloudflare/workers-types": "^4.20251014.0",
|
||||
"@deno/types": "^0.0.1",
|
||||
"@netlify/edge-functions": "^2.19.0",
|
||||
"@netlify/functions": "^4.3.0",
|
||||
"@scalar/api-reference": "^1.38.1",
|
||||
"@types/archiver": "^6.0.4",
|
||||
"@types/aws-lambda": "^8.10.156",
|
||||
"@types/estree": "^1.0.8",
|
||||
"@types/etag": "^1.8.4",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node-fetch": "^2.6.13",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/serve-static": "^1.15.10",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@vitest/coverage-v8": "^4.0.4",
|
||||
"automd": "^0.4.2",
|
||||
"changelogen": "^0.6.2",
|
||||
"edge-runtime": "^4.0.1",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint-config-unjs": "^0.5.0",
|
||||
"execa": "^9.6.0",
|
||||
"expect-type": "^1.2.2",
|
||||
"firebase-admin": "^12.7.0",
|
||||
"firebase-functions": "^4.9.0",
|
||||
"get-port-please": "^3.2.0",
|
||||
"miniflare": "^4.20251011.1",
|
||||
"ohash-v1": "npm:ohash@^1.1.6",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.3",
|
||||
"unbuild": "^3.6.1",
|
||||
"undici": "^7.16.0",
|
||||
"vitest": "^4.0.4",
|
||||
"wrangler": "^4.45.0",
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"xml2js": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.3.0",
|
||||
"engines": {
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"react",
|
||||
"@types/react",
|
||||
"react-dom",
|
||||
"@algolia/client-search"
|
||||
]
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
"esbuild",
|
||||
"workerd"
|
||||
],
|
||||
"ignoredBuiltDependencies": [
|
||||
"keytar",
|
||||
"protobufjs",
|
||||
"vue-demi"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue