文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@vueuse/nuxt/package.json
编辑文件内容
{ "name": "@vueuse/nuxt", "type": "module", "version": "12.5.0", "description": "VueUse Nuxt Module", "author": "Anthony Fu <https://github.com/antfu>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/nuxt#readme", "repository": { "type": "git", "url": "git+https://github.com/vueuse/vueuse.git", "directory": "packages/nuxt" }, "bugs": { "url": "https://github.com/vueuse/vueuse/issues" }, "keywords": [ "vue", "vueuse", "nuxt", "nuxt3", "nuxt-module" ], "sideEffects": false, "exports": { ".": { "import": "./index.mjs", "require": "./index.cjs" }, "./*": "./*" }, "main": "./index.cjs", "module": "./index.mjs", "types": "./index.d.ts", "files": [ "*.cjs", "*.d.cts", "*.d.mts", "*.d.ts", "*.js", "*.mjs" ], "peerDependencies": { "nuxt": "^3.0.0" }, "dependencies": { "@nuxt/kit": "^3.15.1", "local-pkg": "^1.0.0", "vue": "^3.5.13", "@vueuse/core": "12.5.0", "@vueuse/metadata": "12.5.0" }, "devDependencies": { "@nuxt/schema": "^3.15.1", "nuxt": "^3.15.1", "unimport": "^3.14.5" }, "scripts": { "build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件