文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/normalize-url/package.json
编辑文件内容
{ "name": "normalize-url", "version": "7.1.0", "description": "Normalize a URL", "license": "MIT", "repository": "sindresorhus/normalize-url", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "main": "./index.cjs", "module": "./index.js", "exports": { "import": "./index.js", "require": "./index.cjs" }, "engines": { "node": ">=12.20" }, "scripts": { "test": "xo && c8 ava && tsd" }, "files": [ "index.js", "index.cjs", "index.d.ts" ], "keywords": [ "normalize", "url", "uri", "address", "string", "normalization", "normalisation", "query", "querystring", "simplify", "strip", "trim", "canonical" ], "devDependencies": { "ava": "^4.0.1", "c8": "^7.11.0", "tsd": "^0.19.1", "xo": "^0.47.0" }, "c8": { "reporter": [ "text", "lcov" ] } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件