diff --git a/README.md b/README.md index 88af218..d045ddc 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,18 @@ For bug reports, comments and questions, please send to [GitHub Issues Site](htt ### 2) Install -``` +```bash $ mkdir mdir $ cd mdir $ npm install mdir.js ``` +or + +```bash +$ sudo npm install -g mdir.js +``` + ### 3) Run ```bash diff --git a/package.json b/package.json index bb85614..c934c99 100644 --- a/package.json +++ b/package.json @@ -65,18 +65,18 @@ "i18next-fs-backend": "^1.1.4", "iconv-lite": "^0.6.3", "ip": "^2.0.1", - "jimp": "^0.16.1", - "jschardet": "^3.0.0", + "jimp": "^0.16.13", + "jschardet": "^3.1.2", "mime-types": "^2.1.35", - "moment": "^2.29.3", + "moment": "^2.30.1", "neo-blessed": "^0.2.0", "node-machine-id": "^1.1.12", "node-pty-prebuilt-multiarch": "^0.10.1-pre.5", "node-stream-zip": "^1.15.0", "os-locale": "^6.0.2", - "socks": "^2.6.2", + "socks": "^2.8.1", "sprintf-js": "^1.1.2", - "ssh2": "^1.10.0", + "ssh2": "^1.15.0", "supports-color": "^9.2.2", "tar-fs": "^3.0.6", "tar-stream": "^2.2.0", @@ -84,7 +84,7 @@ "unbzip2-stream": "^1.4.3", "unzip-stream": "^0.3.0", "which": "^2.0.2", - "winston": "^3.7.2", + "winston": "^3.13.0", "winston-daily-rotate-file": "~4.7.1", "xterm": "4.18.0", "yargs": "^17.5.1", @@ -107,18 +107,18 @@ "@types/yargs": "^15.0.5", "@types/yauzl": "^2.9.1", "@types/yazl": "^2.4.2", - "@typescript-eslint/eslint-plugin": "^5.27.1", - "@typescript-eslint/parser": "^5.27.1", - "babel-jest": "^28.1.1", - "eslint": "^8.17.0", - "eslint-plugin-jest": "^26.5.3", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "babel-jest": "^28.1.3", + "eslint": "^8.57.0", + "eslint-plugin-jest": "^26.9.0", "jest": "^28.1.1", "jest-resolve": "^28.1.1", "jest-watch-typeahead": "1.1.0", - "node-gyp": "^9.0.0", - "node-pty": "^0.10.0", - "pkg": "^5.7.0", - "typescript": "^4.7.3" + "node-gyp": "^9.4.1", + "node-pty": "^0.10.1", + "pkg": "^5.8.1", + "typescript": "^4.9.5" }, "pkg": { "scripts": [