UNPKG

ngx-store-9

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.

100 lines (99 loc) 3.02 kB
{ "name": "ngx-store-9", "private": false, "version": "9.0.1", "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.", "main": "./bundles/ngx-store.umd.js", "module": "./esm5/ngx-store.js", "es2015": "./esm2015/ngx-store.js", "scripts": { "build": "node build.js", "lint": "tslint ./*.ts -t verbose", "test": "karma start", "test:watch": "karma start karma.conf.js --single-run false", "pack-lib": "npm run build && npm pack ./dist", "publish-lib": "npm run build && npm publish ./dist", "publish-lib:rc": "npm run build && npm publish --tag RC ./dist", "compodoc": "compodoc -p tsconfig.json", "compodoc-serve": "compodoc -s" }, "typings": "./ngx-store.d.ts", "author": "Daniel Kucal", "repository": { "type": "git", "url": "https://github.com/nanijnv1/ngx-store.git" }, "bugs": { "url": "https://github.com/nanijnv1/ngx-store/issues" }, "homepage": "https://github.com/nanijnv1/ngx-store", "keywords": [ "Angular9", "LocalStorage", "SessionStorage", "Storage", "Wrapper", "Cookies", "Decorator", "Library" ], "license": "ISC", "dependencies": { "@angular/animations": "^9.1.0", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.merge": "^4.6.2", "lodash.set": "^4.3.2", "ts-debug": "^1.3.0", "tslib": "^1.11.1" }, "peerDependencies": {}, "devDependencies": { "@angular/common": "^9.1.0", "@angular/compiler": "^9.1.0", "@angular/compiler-cli": "^9.1.0", "@angular/core": "^9.1.0", "@angular/platform-browser": "^9.1.0", "@angular/platform-browser-dynamic": "^9.1.0", "@angular/platform-server": "^9.1.0", "@compodoc/compodoc": "^1.1.11", "@types/jasmine": "3.5.10", "@types/lodash.get": "^4.4.6", "@types/lodash.isequal": "^4.5.5", "@types/lodash.merge": "^4.6.6", "@types/lodash.set": "^4.3.6", "@types/node": "^13.9.8", "chalk": "3.0.0", "codelyzer": "5.2.2", "core-js": "3.6.4", "istanbul-instrumenter-loader": "3.0.1", "jasmine-core": "3.5.0", "karma": "^4.4.1", "karma-chrome-launcher": "3.1.0", "karma-coverage-istanbul-reporter": "2.1.1", "karma-jasmine": "3.1.1", "karma-sourcemap-loader": "0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "^4.0.2", "reflect-metadata": "0.1.13", "rollup": "2.3.1", "rollup-plugin-license": "^0.13.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-sourcemaps": "0.5.0", "rxjs": "^6.5.4", "shelljs": "0.8.3", "source-map-loader": "0.2.4", "ts-loader": "6.2.2", "tslint": "^6.1.0", "tslint-angular": "^3.0.2", "typescript": "3.8.3", "uglify-js": "3.8.1", "webpack": "4.42.1", "zone.js": "0.10.3" }, "//": "\"engineStrict\": false,", "engines": { "node": ">= 10", "npm": ">= 5" } }