文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/is-https/package.json
编辑文件内容
{ "name": "is-https", "version": "4.0.0", "description": "Check if the given request is HTTPS", "repository": "unjs/is-https", "license": "MIT", "sideEffects": false, "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "siroc build", "release": "yarn build && standard-version && npm publish && git push --follow-tags" }, "devDependencies": { "@types/node": "latest", "siroc": "latest", "standard-version": "latest" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件