Files
PC-mj/.output/server/node_modules/ufo/package.json
DESKTOP-RQ919RC\Pc 56174d3bca build: 添加构建输出文件及依赖项
包含构建生成的静态资源文件、JavaScript模块及服务器端依赖项。新增了favicon.ico、多张PNG图标图片、Vue相关模块文件、axios库文件、错误处理中间件及样式文件等。这些文件是项目构建后的输出结果,用于生产环境部署。同时更新了构建配置和版本信息。
2025-11-19 14:25:58 +08:00

50 lines
1.3 KiB
JSON

{
"name": "ufo",
"version": "1.5.4",
"description": "URL utils for humans",
"repository": "unjs/ufo",
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "automd && unbuild",
"automd": "automd",
"dev": "vitest",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint --fix . && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --typecheck"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.3",
"automd": "^0.3.8",
"changelogen": "^0.5.5",
"eslint": "^9.7.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"untyped": "^1.4.2",
"vitest": "^2.0.3"
},
"packageManager": "pnpm@9.5.0",
"__npminstall_done": true,
"_from": "ufo@1.5.4",
"_resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz"
}