als-path-tree
Version:
A Node.js library for managing a virtual file system structure, offering functionalities for file and directory operations with a shared storage system.
31 lines (30 loc) • 884 B
JSON
{
"name": "als-path-tree",
"version": "3.0.1",
"description": "A Node.js library for managing a virtual file system structure, offering functionalities for file and directory operations with a shared storage system.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "node --test --experimental-test-coverage ./tests/**.js",
"report":"node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./tests/**.js"
},
"keywords": [
"file-system",
"path-management",
"virtual-directory",
"nodejs",
"filesystem-structure",
"file-operations",
"directory-operations",
"path-tree",
"storage-management"
],
"author": "Alex Sorkin <alexsorkin1980@gmail.com>",
"license": "ISC",
"dependencies": {
"als-event-emitter": "^5.2.0"
}
}