75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@push.rocks/smartarchive",
|
|
"version": "4.0.39",
|
|
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "tsbuild --web --allowimplicitany",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartarchive.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pushrocks/smartarchive/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartarchive",
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartfile": "^11.0.21",
|
|
"@push.rocks/smartpath": "^5.0.18",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@push.rocks/smartrequest": "^2.0.22",
|
|
"@push.rocks/smartrx": "^3.0.7",
|
|
"@push.rocks/smartstream": "^3.0.46",
|
|
"@push.rocks/smartunique": "^3.0.9",
|
|
"@push.rocks/smarturl": "^3.1.0",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"fflate": "^0.8.2",
|
|
"file-type": "^19.5.0",
|
|
"tar-stream": "^3.1.7",
|
|
"through": "^2.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.84",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.3.0"
|
|
},
|
|
"private": false,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"archive",
|
|
"compression",
|
|
"decompression",
|
|
"zip",
|
|
"tar",
|
|
"gzip",
|
|
"bzip2",
|
|
"file extraction",
|
|
"file creation",
|
|
"data analysis",
|
|
"file stream"
|
|
]
|
|
}
|