UNPKG

@alwatr/node-fs

Version:

Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.

91 lines (90 loc) 2.37 kB
{ "name": "@alwatr/node-fs", "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", "version": "5.5.27", "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", "bugs": "https://github.com/Alwatr/nanolib/issues", "dependencies": { "@alwatr/async-queue": "5.5.24", "@alwatr/flat-string": "5.5.24", "@alwatr/logger": "6.0.13" }, "devDependencies": { "@alwatr/nano-build": "6.3.9", "@alwatr/prettier-config": "6.0.0", "@alwatr/tsconfig-base": "6.0.4", "@alwatr/type-helper": "6.1.7", "@types/node": "^24.10.1", "typescript": "^5.9.3" }, "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/main.mjs", "require": "./dist/main.cjs" } }, "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", "LICENSE", "!demo/**/*", "!**/*.test.js" ], "homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/node-fs#readme", "keywords": [ "alwatr", "async", "cross-platform", "ECMAScript", "esm", "file", "filesystem", "fs", "javascript", "JSON", "module", "nanolib", "node", "node-fs", "nodejs", "queue", "readFile", "readJson", "typescript", "util", "utility", "utils", "writeFile", "writeJson" ], "license": "MPL-2.0", "main": "./dist/main.cjs", "module": "./dist/main.mjs", "prettier": "@alwatr/prettier-config", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Alwatr/nanolib", "directory": "packages/node-fs" }, "scripts": { "b": "yarn run build", "build": "yarn run build:ts && yarn run build:es", "build:es": "nano-build --preset=module", "build:ts": "tsc --build", "c": "yarn run clean", "cb": "yarn run clean && yarn run build", "clean": "rm -rfv dist *.tsbuildinfo", "d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings", "w": "yarn run watch", "watch": "yarn run watch:ts & yarn run watch:es", "watch:es": "yarn run build:es --watch", "watch:ts": "yarn run build:ts --watch --preserveWatchOutput" }, "sideEffects": false, "type": "module", "types": "./dist/main.d.ts", "gitHead": "3c8ac8d51930dde05c5ed356ff384da47c1de89d" }