85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "@push.rocks/smartfile",
|
|
"private": false,
|
|
"version": "11.0.22",
|
|
"description": "Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartfile.git"
|
|
},
|
|
"keywords": [
|
|
"file management",
|
|
"TypeScript",
|
|
"Node.js",
|
|
"file operations",
|
|
"file manipulation",
|
|
"file streaming",
|
|
"virtual directory",
|
|
"filesystem utilities",
|
|
"memory-efficient file handling",
|
|
"custom file operations",
|
|
"write files",
|
|
"read files",
|
|
"copy files",
|
|
"delete files",
|
|
"list directories",
|
|
"handle large files",
|
|
"virtual filesystems",
|
|
"buffer operations"
|
|
],
|
|
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/push.rocks/smartfile/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartfile",
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.15",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartfile-interfaces": "^1.0.7",
|
|
"@push.rocks/smarthash": "^3.0.4",
|
|
"@push.rocks/smartjson": "^5.0.20",
|
|
"@push.rocks/smartmime": "^2.0.2",
|
|
"@push.rocks/smartpath": "^5.0.18",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartrequest": "^2.0.22",
|
|
"@push.rocks/smartstream": "^3.0.44",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^10.4.2",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.80",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.0.23",
|
|
"@types/node": "^20.14.8"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|