angular-indexed-db-helper
Version:
A powerful and flexible Angular 11 library for managing client-side storage using IndexedDB with support for cache expiration and CRUD operations.
37 lines • 1.11 kB
JSON
{
"name": "angular-indexed-db-helper",
"version": "11.0.3",
"description": "A powerful and flexible Angular 11 library for managing client-side storage using IndexedDB with support for cache expiration and CRUD operations.",
"author": "Ashen Hiroshana",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AshenHiroshana/indexeddb-helper"
},
"keywords": [
"angular",
"angular11",
"indexeddb",
"storage",
"client-side",
"cache",
"angular-library",
"crud-operations"
],
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"rxjs": "~6.6.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"sideEffects": false,
"main": "bundles/angular-indexed-db-helper.umd.js",
"module": "fesm2015/angular-indexed-db-helper.js",
"es2015": "fesm2015/angular-indexed-db-helper.js",
"esm2015": "esm2015/angular-indexed-db-helper.js",
"fesm2015": "fesm2015/angular-indexed-db-helper.js",
"typings": "angular-indexed-db-helper.d.ts",
"metadata": "angular-indexed-db-helper.metadata.json"
}