UNPKG

ngx-webstorage

Version:

Local and session storage services and decorators for Angular

42 lines 1.08 kB
{ "name": "ngx-webstorage", "version": "22.0.0", "peerDependencies": { "@angular/common": ">=21.0.0 <23.0.0", "@angular/core": ">=21.0.0 <23.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/PillowPillow/ng2-webstorage.git" }, "keywords": [ "typescript", "angular", "ng", "localstorage", "sessionStorage" ], "author": "Nicolas Gaignoux <https://github.com/PillowPillow>", "license": "MIT", "bugs": { "url": "https://github.com/PillowPillow/ng2-webstorage/issues" }, "homepage": "https://github.com/PillowPillow/ng2-webstorage#readme", "dependencies": { "tslib": "^2.0.0" }, "description": "Local and session storage services and decorators for Angular", "module": "fesm2022/ngx-webstorage.mjs", "typings": "types/ngx-webstorage.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-webstorage.d.ts", "default": "./fesm2022/ngx-webstorage.mjs" } }, "sideEffects": false, "type": "module" }