文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/node_modules/npm/node_modules/npm-install-checks/package.json
编辑文件内容
{ "name": "npm-install-checks", "version": "4.0.0", "description": "Check the engines and platform fields in package.json", "main": "index.js", "dependencies": { "semver": "^7.1.1" }, "devDependencies": { "tap": "^14.10.6" }, "scripts": { "test": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "repository": { "type": "git", "url": "git://github.com/npm/npm-install-checks.git" }, "keywords": [ "npm,", "install" ], "license": "BSD-2-Clause", "files": [ "index.js" ], "engines": { "node": ">=10" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件