UNPKG

als-store

Version:

Library for streamlined file management and advanced data caching, featuring intelligent file searching, dynamic cache control, and flexible file operations

37 lines (36 loc) 882 B
{ "name": "als-store", "version": "4.1.1", "description": "Library for streamlined file management and advanced data caching, featuring intelligent file searching, dynamic cache control, and flexible file operations", "main": "index.js", "keywords": [ "file-list", "directory-scan", "nodejs", "file-tree", "file-inventory", "local storage", "data caching", "cache management", "file management", "file sorting", "file filtering", "file renaming", "parameterization", "storage solution", "Node.js" ], "author": "Alex Sorkin", "license": "MIT", "scripts": { "test": "node ./tests/run-tests.js" }, "dependencies": { "als-path-validator": "^1.2.0", "als-promises": "^1.1.0", "als-schema": "^2.0.0", "als-sizeof": "^1.1.0", "fs-extra": "^11.2.0", "als-readdir": "^1.1.0" } }