文件操作 - package.json
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/magic-string-ast/package.json
编辑文件内容
{ "name": "magic-string-ast", "version": "0.7.0", "description": "magic-string with Babel AST shortcut.", "type": "module", "license": "MIT", "homepage": "https://github.com/sxzz/magic-string-ast#readme", "bugs": { "url": "https://github.com/sxzz/magic-string-ast/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sxzz/magic-string-ast.git" }, "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./*": "./*" }, "publishConfig": { "access": "public" }, "dependencies": { "magic-string": "^0.30.17" }, "devDependencies": { "@babel/types": "^7.26.3", "@sxzz/eslint-config": "^4.5.1", "@sxzz/prettier-config": "^2.0.2", "@types/node": "^22.10.2", "bumpp": "^9.9.1", "eslint": "^9.17.0", "fast-glob": "^3.3.2", "magic-string-stack": "^0.1.1", "prettier": "^3.4.2", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "engines": { "node": ">=16.14.0" }, "prettier": "@sxzz/prettier-config", "scripts": { "lint": "eslint .", "lint:fix": "pnpm run lint --fix", "build": "tsup", "test": "vitest", "typecheck": "tsc --noEmit", "format": "prettier --cache --write .", "release": "bumpp && pnpm publish" } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件