UNPKG

node_storage_manager

Version:

Node - Storage Pipe Manager allows world-wide storage and retrieval of any amount of data at any time. You can use Google Cloud Storage, AWS S3 Bucket for a range of scenarios including serving website content, storing data for archival and disaster recov

60 lines (59 loc) 1.65 kB
{ "name": "node_storage_manager", "version": "1.3.2", "description": "Node - Storage Pipe Manager allows world-wide storage and retrieval of any amount of data at any time. You can use Google Cloud Storage, AWS S3 Bucket for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct download. Storage Pipe Manager is a Pipe Factory that allow you easily switch between Google CLoud AWS S3, CLOUDINARY and FS without breaking anything or any extra configurations", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/9trocode/node_storage_manager.git" }, "keywords": [ "node", "npm", "storage", "manager", "cloud", "file", "pipe", "aws", "S3", "google apis client", "google api client", "google apis", "google api", "google", "google cloud platform", "google cloud", "cloud", "google storage", "storage", "aws", "SDK", "nfs", "fs", "file system", "cloudinary", "cloudinary api" ], "author": "9trocode", "license": "MIT", "bugs": { "url": "https://github.com/9trocode/node_storage_manager/issues" }, "homepage": "https://github.com/9trocode/node_storage_manager#readme", "dependencies": { "@google-cloud/storage": "^4.3.1", "aws-sdk": "^2.814.0", "chai": "^4.2.0", "cloudinary": "^1.19.0", "minimist": "^1.2.6", "fs-extra": "^9.0.0", "path": "^0.12.7" }, "devDependencies": { "mocha": "^7.0.1" } }