文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vscode-languageserver/package.json
编辑文件内容
{ "name": "vscode-languageserver", "description": "Language server implementation for node", "version": "7.0.0", "author": "Microsoft Corporation", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Microsoft/vscode-languageserver-node.git", "directory": "server" }, "bugs": { "url": "https://github.com/Microsoft/vscode-languageserver-node/issues" }, "main": "./lib/node/main.js", "browser": { "./lib/node/main.js": "./lib/browser/main.js" }, "typings": "./lib/common/api.d.ts", "bin": { "installServerIntoExtension": "./bin/installServerIntoExtension" }, "dependencies": { "vscode-languageserver-protocol": "3.16.0" }, "scripts": { "prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test", "postpublish": "node ../build/npm/post-publish.js", "compile": "node ../build/bin/tsc -b ./tsconfig.json", "watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w", "clean": "node ../node_modules/rimraf/bin.js lib", "test": "node ../node_modules/mocha/bin/_mocha", "preversion": "npm test" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件