UNPKG

ngx-store

Version:

Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.

56 lines 1.47 kB
{ "name": "ngx-store", "version": "3.1.1", "author": "Daniel Kucal", "license": "ISC", "description": "Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.", "schematics": "./schematics/collection.json", "ng-add": { "save": "dependencies" }, "repository": { "type": "git", "url": "https://github.com/zoomsphere/ngx-store.git" }, "bugs": { "url": "https://github.com/zoomsphere/ngx-store/issues" }, "homepage": "https://github.com/zoomsphere/ngx-store", "keywords": [ "Angular", "LocalStorage", "SessionStorage", "Storage", "Wrapper", "Cookies", "Decorator", "Library" ], "peerDependencies": { "@angular/common": ">= 4", "@angular/core": ">= 4", "rxjs": ">= 6", "lodash.get": ">= 4", "lodash.isequal": ">= 4", "lodash.merge": ">= 4", "lodash.set": ">= 4", "ts-debug": ">= 1" }, "dependencies": { "@ngx-ext/schematics-api": "latest", "tslib": ">= 2", "ts-debug": ">= 1" }, "engines": { "node": ">= 8", "npm": ">= 5" }, "main": "bundles/ngx-store.umd.js", "module": "fesm2015/ngx-store.js", "es2015": "fesm2015/ngx-store.js", "esm2015": "esm2015/ngx-store.js", "fesm2015": "fesm2015/ngx-store.js", "typings": "ngx-store.d.ts", "metadata": "ngx-store.metadata.json", "sideEffects": false }