@ngx-pwa/local-storage
Version:
Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.
50 lines (49 loc) • 1.56 kB
JSON
{
"name": "@ngx-pwa/local-storage",
"version": "10.0.1",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/cyrilletuzi"
},
"description": "Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.",
"author": "Cyrille Tuzi",
"license": "MIT",
"keywords": [
"angular",
"localstorage",
"local storage",
"storage",
"indexeddb",
"angular10",
"angular 10",
"rxjs"
],
"repository": {
"type": "git",
"url": "https://github.com/cyrilletuzi/angular-async-local-storage.git"
},
"homepage": "https://github.com/cyrilletuzi/angular-async-local-storage",
"bugs": {
"url": "https://github.com/cyrilletuzi/angular-async-local-storage/issues"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"rxjs": "^6.5.3"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"migrations": "./schematics/migration.json"
},
"main": "bundles/ngx-pwa-local-storage.umd.js",
"module": "fesm2015/ngx-pwa-local-storage.js",
"es2015": "fesm2015/ngx-pwa-local-storage.js",
"esm2015": "esm2015/ngx-pwa-local-storage.js",
"fesm2015": "fesm2015/ngx-pwa-local-storage.js",
"typings": "ngx-pwa-local-storage.d.ts",
"metadata": "ngx-pwa-local-storage.metadata.json",
"sideEffects": false
}