UNPKG

@nodesecure/fs-walk

Version:

Modern FileSystem (fs) utilities to lazy walk directories Asynchronously (but also Synchronously)

51 lines (50 loc) 1.32 kB
{ "name": "@nodesecure/fs-walk", "version": "2.0.0", "description": "Modern FileSystem (fs) utilities to lazy walk directories Asynchronously (but also Synchronously)", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint src/**/*.ts test/**/*.ts", "test-only": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"", "test": "npm run lint && npm run test-only", "coverage": "c8 -r html npm test" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/fs-walk.git" }, "keywords": [ "fs", "file", "filesystem", "lazy", "walk", "utility", "recursive" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "files": [ "dist" ], "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/fs-walk/issues" }, "homepage": "https://github.com/NodeSecure/fs-walk#readme", "devDependencies": { "@nodesecure/eslint-config": "^1.9.0", "@types/node": "^20.11.28", "c8": "^9.1.0", "eslint": "^8.57.0", "glob": "^10.3.10", "tsx": "^4.7.1", "typescript": "^5.4.2" } }