文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/h3/package.json
编辑文件内容
{ "name": "h3", "version": "1.14.0", "description": "Minimal H(TTP) framework built for high performance and portability.", "repository": "unjs/h3", "license": "MIT", "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "vitest", "lint": "eslint --cache . && prettier -c src test playground examples docs", "lint:fix": "eslint --cache . --fix && prettier -c src test playground examples docs -w", "play": "listhen -w ./playground/app.ts", "profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs", "release": "pnpm test && pnpm build && changelogen --release --publish --publishTag latest && git push --follow-tags", "test": "pnpm lint && vitest --run --coverage" }, "resolutions": { "h3": "link:." }, "dependencies": { "cookie-es": "^1.2.2", "crossws": "^0.3.2", "defu": "^6.1.4", "destr": "^2.0.3", "iron-webcrypto": "^1.2.1", "ohash": "^1.1.4", "radix3": "^1.1.2", "ufo": "^1.5.4", "uncrypto": "^0.1.3", "unenv": "^1.10.0" }, "devDependencies": { "0x": "^5.8.0", "@types/express": "^5.0.0", "@types/node": "^22.10.7", "@types/supertest": "^6.0.2", "@vitest/coverage-v8": "^3.0.3", "autocannon": "^8.0.0", "automd": "^0.3.12", "changelogen": "^0.5.7", "connect": "^3.7.0", "eslint": "^9.18.0", "eslint-config-unjs": "^0.4.2", "express": "^4.21.2", "get-port": "^7.1.0", "h3": "^1.13.1", "jiti": "^2.4.2", "listhen": "^1.9.0", "node-fetch-native": "^1.6.6", "prettier": "^3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "supertest": "^7.0.0", "typescript": "^5.7.3", "unbuild": "^3.3.1", "undici": "^7.3.0", "vitest": "^3.0.3", "zod": "^3.24.1" }, "packageManager": "pnpm@9.15.4" }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件