2018-03-30 17:42:14 +00:00
{
2023-07-10 00:42:17 +00:00
"name" : "@push.rocks/smartbucket" ,
2024-06-11 15:20:49 +00:00
"version" : "3.0.14" ,
2024-05-27 15:34:26 +00:00
"description" : "A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming." ,
2020-05-17 15:57:12 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-03-30 23:45:46 +00:00
"type" : "module" ,
2018-03-30 17:42:14 +00:00
"author" : "Lossless GmbH" ,
2018-09-14 16:07:20 +00:00
"license" : "UNLICENSED" ,
2018-03-30 17:42:14 +00:00
"scripts" : {
2019-10-16 17:15:48 +00:00
"test" : "(tstest test/)" ,
2022-06-07 15:15:36 +00:00
"build" : "(tsbuild --web --allowimplicitany)"
2018-03-30 17:42:14 +00:00
} ,
2018-03-30 17:42:23 +00:00
"devDependencies" : {
2024-05-17 17:22:23 +00:00
"@git.zone/tsbuild" : "^2.1.80" ,
2024-02-10 03:36:34 +00:00
"@git.zone/tsrun" : "^1.2.46" ,
2024-05-17 16:53:11 +00:00
"@git.zone/tstest" : "^1.0.90" ,
"@push.rocks/qenv" : "^6.0.5" ,
"@push.rocks/tapbundle" : "^5.0.23"
2018-03-30 17:42:14 +00:00
} ,
2018-09-14 16:07:20 +00:00
"dependencies" : {
2024-06-03 19:35:08 +00:00
"@push.rocks/smartmime" : "^2.0.2" ,
2024-05-17 16:53:11 +00:00
"@push.rocks/smartpath" : "^5.0.18" ,
2023-11-03 00:36:11 +00:00
"@push.rocks/smartpromise" : "^4.0.3" ,
"@push.rocks/smartrx" : "^3.0.7" ,
2024-06-08 17:13:24 +00:00
"@push.rocks/smartstream" : "^3.0.44" ,
2024-06-10 14:47:20 +00:00
"@push.rocks/smartstring" : "^4.0.15" ,
2024-06-03 19:35:08 +00:00
"@push.rocks/smartunique" : "^3.0.9" ,
2024-06-08 17:13:24 +00:00
"@tsclass/tsclass" : "^4.0.55" ,
2024-05-17 16:53:11 +00:00
"minio" : "^8.0.0"
2018-09-14 16:07:20 +00:00
} ,
2019-10-16 13:21:02 +00:00
"private" : false ,
2019-07-07 08:48:24 +00:00
"files" : [
2019-10-14 18:55:25 +00:00
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2020-05-17 15:57:12 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2019-10-14 18:55:25 +00:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
2019-07-07 08:48:24 +00:00
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-10-12 00:37:50 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-14 15:22:27 +00:00
] ,
"keywords" : [
2024-05-27 15:34:26 +00:00
"TypeScript" ,
2024-04-14 15:22:27 +00:00
"cloud storage" ,
"object storage" ,
2024-05-27 15:34:26 +00:00
"bucket creation" ,
2024-05-17 17:24:52 +00:00
"file management" ,
"directory management" ,
"data streaming" ,
"multi-cloud" ,
"API" ,
"unified storage" ,
2024-05-27 15:34:26 +00:00
"S3" ,
"minio" ,
"file locking" ,
"metadata" ,
2024-05-17 17:24:52 +00:00
"buffer handling" ,
"access key" ,
2024-05-21 16:46:59 +00:00
"secret key" ,
"cloud agnostic"
2024-05-29 12:11:54 +00:00
] ,
"homepage" : "https://code.foss.global/push.rocks/smartbucket" ,
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/push.rocks/smartbucket.git"
}
2024-06-03 19:35:08 +00:00
}