{"maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"keywords":["Angular","session","timer","time out","expire","alert","expiration"],"dist-tags":{"latest":"21.0.1"},"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","readme":"# Session Expiration Alert\r\n\r\n[![Build Status](https://github.com/changhuixu/session-expiration-alert/actions/workflows/main.yml/badge.svg)](https://github.com/changhuixu/session-expiration-alert/actions)\r\n\r\n[![npm](https://img.shields.io/npm/v/session-expiration-alert.svg?style=flat-square)](https://www.npmjs.com/package/session-expiration-alert)\r\n\r\n[![npm License](https://img.shields.io/npm/l/session-expiration-alert.svg?style=flat-square)](https://github.com/changhuixu/session-expiration-alert/blob/master/LICENSE)\r\n\r\nAn Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and an alert dialog will ask for actions. A http interceptor is registered, so that session timer will restart at every http request.\r\n\r\n**v21.x** Dependencies: Angular 21+. Standalone component.\r\n\r\n**v19.x** Dependencies: Angular 19+.\r\n\r\n**v13.x** Dependencies: Angular 13+.\r\n\r\n**v12.x** Dependencies: Angular 12+, Bootstrap 4.5+ (css), NgBootstrap 10+.\r\n\r\n**v11.1.2** When user session is expired, timer will stop and an alert dialog will ask for actions.\r\n\r\n**v11.0.0** Breaking Change: Corrected the name for the `SessionInterruptService` service.\r\n\r\n**v11.x** Dependencies: Angular 10+, Bootstrap 4.5+ (css), NgBootstrap 7+.\r\n\r\n**v10.x** Dependencies: Angular 10+, Bootstrap 4.5+ (css), NgBootstrap 7+.\r\n\r\n**v9.x** Dependencies: Angular 9+, Bootstrap 4+ (css), NgBootstrap 6+.\r\n\r\n**v6.x** Dependencies: Angular 6+, Bootstrap 4+ (css), NgBootstrap 3+.\r\n\r\n## [Demo](https://session-expiration-alert.netlify.com/)\r\n\r\n## Usage\r\n\r\nIn `app.config.ts`\r\n\r\n```typescript\r\nexport const appConfig: ApplicationConfig = {\r\n  providers: [\r\n    ...// other providers\r\n    provideSessionExpirationServices(AppSessionInterruptService),\r\n  ],\r\n};\r\n```\r\n\r\nIn `app.html`\r\n\r\n```html\r\n<session-expiration-alert />\r\n```\r\n\r\nIn `app.ts`\r\n\r\n```typescript\r\n@Component({\r\n  selector: 'app-root',\r\n  imports: [SessionExpirationAlert], // import the standalone component\r\n  templateUrl: './app.html',\r\n  styleUrl: './app.css',\r\n})\r\n```\r\n\r\nIn `app-session-interrupt.service.ts`, customize your interrupt service using your application's auth services or backend API calls.\r\n\r\n```typescript\r\n@Injectable()\r\nexport class AppSessionInterruptService extends SessionInterruptService {\r\n  constructor(private readonly httpClient: HttpClient) {\r\n    super();\r\n  }\r\n  continueSession() {\r\n    console.log(`I issue an API request to server.`);\r\n  }\r\n  stopSession() {\r\n    console.log(`I logout.`);\r\n  }\r\n}\r\n```\r\n\r\nThen the `SessionTimerService` will start to count down at each second.\r\n\r\n- To provide actions in the alert modal dialog, you want to provide a `AppSessionInterruptService` class, which will be able to continue session via refreshing cookie, or stop session via logging out.\r\n\r\n- To start/stop/reset timer, inject `SessionTimerService` into your component or service, then call `startTimer()`, `stopTimer()`, `resetTimer()` as needed.\r\n\r\n- To get the remain time (in seconds), you can subscribe to `remainSeconds$` in `SessionTimerService`.\r\n\r\n## Configuration\r\n\r\n```typescript\r\nexport const appConfig: ApplicationConfig = {\r\n  providers: [\r\n    provideSessionExpirationServices(AppSessionInterruptService, {\r\n      totalMinutes: 0.5,\r\n    }),\r\n  ],\r\n};\r\n```\r\n\r\nThe `appConfig` accepts a configuration with interface of `SessionExpirationConfig`, which is an optional input and has a default value of total minutes = 20 min.\r\n\r\n```html\r\n<session-expiration-alert [startTimer]=\"true\" [alertAt]=\"2*60\" />\r\n```\r\n\r\n[optional] `startTimer` indicates if the app needs to work on session expiration check or not. Default: true.\r\n\r\n[optional] `alertAt` indicates when the alert modal dialog should show up. The value means how many seconds left till session becomes expired. Default: 60 (seconds).\r\n","repository":{"type":"git","url":"git+https://github.com/changhuixu/session-expiration-alert.git"},"bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"license":"MIT","versions":{"5.2.0":{"name":"session-expiration-alert","version":"5.2.0","author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@5.2.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"dist":{"shasum":"e68fc62758d5dd6125dff4a553623a9807a39366","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-5.2.0.tgz","fileCount":20,"integrity":"sha512-I47nxNT7RKBDFYLE+uX6gu5HGxkTgPyTlO0K95mB4+dsWZFcp8p0nGHaaNloslkl7kFBstsGNiCjkwShgA119w==","signatures":[{"sig":"MEYCIQDZnBNZLVQ3iCprILaHozzr8cf3aDdikToa+Aq0+MWy3QIhAIv9Rfy1Q4Xf5/yIaVqD9cGl1tKoU76oJtKNt5PDrHj+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104151},"main":"bundles/session-expiration-alert.umd.js","es2015":"esm2015/session-expiration-alert.js","module":"esm5/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"metadata":"session-expiration-alert.metadata.json","_npmVersion":"5.8.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"_nodeVersion":"6.11.3","dependencies":{"tslib":"^1.7.1"},"_hasShrinkwrap":false,"peerDependencies":{"bootstrap":"^4.0.0","@angular/core":"^5.2.0","@ng-bootstrap/ng-bootstrap":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_5.2.0_1523117402710_0.20176394948543552","host":"s3://npm-registry-packages"}},"5.2.1":{"name":"session-expiration-alert","version":"5.2.1","keywords":["Angular","session","timer","time out","expire","alert"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@5.2.1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"7b72e1708c3d6e7652ad0a9572e293d4f8502528","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-5.2.1.tgz","fileCount":20,"integrity":"sha512-aow15K++Qn7p2Ukt5WM4byMS9MJ02wKKMZZf6uFV1k9pjRt1I+zpj0MZbkF3woEzAOl/zduXbSuJyQOndM1QzA==","signatures":[{"sig":"MEYCIQDBqAUOQ1Bu/bATGUYrxhtgENrf2zIBy2OJ0VL/E7lRmwIhAOau97Y158Ct4YG5ARUGGBFV64I94egFDoE4y/wh2qSd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104451},"main":"bundles/session-expiration-alert.umd.js","es2015":"esm2015/session-expiration-alert.js","module":"esm5/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"5.8.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"_nodeVersion":"6.11.3","dependencies":{"tslib":"^1.7.1"},"_hasShrinkwrap":false,"peerDependencies":{"bootstrap":"^4.0.0","@angular/core":"^5.2.0","@ng-bootstrap/ng-bootstrap":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_5.2.1_1523118273415_0.4504057420987042","host":"s3://npm-registry-packages"}},"5.2.2":{"name":"session-expiration-alert","version":"5.2.2","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@5.2.2","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"795a02c0a804a695f4eee5db60b046b93f4a509b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-5.2.2.tgz","fileCount":21,"integrity":"sha512-1tMLsqBtwC3RGDmLsl0TDXEl7XBi1z6NoZdXABU+PbdSKin8gD7IQ4PODz7no0j8up5DiUIWT8Osp6qeGqbh1w==","signatures":[{"sig":"MEUCIQDHyWHEGDDt0vDJ2BEIfaO0BbQVa63jUesjwcZOMGyJ7AIgTlechqgQUay3WJOY1OInNQPlsdhUBElFirK+OqwsXQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106018},"main":"bundles/session-expiration-alert.umd.js","es2015":"esm2015/session-expiration-alert.js","module":"esm5/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"5.8.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"_nodeVersion":"6.11.3","dependencies":{"tslib":"^1.7.1"},"_hasShrinkwrap":false,"peerDependencies":{"bootstrap":"^4.0.0","@angular/core":"^5.2.0","@ng-bootstrap/ng-bootstrap":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_5.2.2_1523136965177_0.9366178242382062","host":"s3://npm-registry-packages"}},"5.2.3":{"name":"session-expiration-alert","version":"5.2.3","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@5.2.3","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"776437897ef52af925fde5b26bec53b1a29d2863","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-5.2.3.tgz","fileCount":21,"integrity":"sha512-lGqzrWzwI0lb5IRcPT2E5fIoHT7Y8zmXrGEIp7hr16Z1HWGjheSlIpYr/gDR4CGjXiWlujdIknjVAjke4TVMXQ==","signatures":[{"sig":"MEYCIQDwIdZ7BmKxM5ZMcvRojLT2K+ijvcJFAMbXocfbuZg02wIhAOoEXJNFB+SKfw1DojL7B7GR+/jFM16HhMwOmIO0urOz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106243},"main":"bundles/session-expiration-alert.umd.js","es2015":"esm2015/session-expiration-alert.js","module":"esm5/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"5.8.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"_nodeVersion":"6.11.3","dependencies":{"tslib":"^1.7.1"},"_hasShrinkwrap":false,"peerDependencies":{"bootstrap":"^4.0.0","@angular/core":"^5.2.0","@ng-bootstrap/ng-bootstrap":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_5.2.3_1523150664173_0.27381385200739383","host":"s3://npm-registry-packages"}},"5.2.4":{"name":"session-expiration-alert","version":"5.2.4","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@5.2.4","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"2f0a833a471995238aefe312197eba8adb4a4d38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-5.2.4.tgz","fileCount":21,"integrity":"sha512-S8AqIbQmOJymjjuDT/smrNlbB4keKTlym7hH1v7LHE6q5/osPBBo/RoKJ/4ciPrGzaDluO3cZS7JZK+3EcdbPA==","signatures":[{"sig":"MEUCIQCj7S61H2HTr9fsxD2VSQ9qZqbozlLDlpicsC9jxpr9kQIgcA+ogSIVbmh8uScuzmUc9U/Qf+3Ti007mtMmcZNBYn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5JvgCRA9TVsSAnZWagAANGkP/00YibeE5ZL44kyUT/gC\ntMCuZGzvsjL5267vNvMpjPCqMLnzwH30s5o8c4p1k6arxCkb3JOfxhEJQEIy\nahVhHvqc8OAPte//RUGkgBi3LuJLw6kIbx31Zu7/+n9dloPWZGNewgByP3kC\nFknJHVM4WnaycRN9ASek4d0ODZoDDlsQW2MQQXl72bs7Qw6qH45RPl7MK/Ih\n8TnG98ZStCg3BDuhggWbtz5sD4KkIYyXmN0h/O6hZuOGUmTe9I94UtfbTDVT\nui7kGIjO0BTisrhi03G4bSudfn4PkoLemowOa7aNco6pLHGcYVHBvHhlq3Y4\n5gC2Y5i4Z4X2Xrl01B4mK5Wh9pgL7mpse1LIcz/Ea9Iqaw2BZMgBat6tcfub\nFScWBnUjwT+UHNtCJhxBXmKVp1vCwnN+kvsnkxhpW2Loo3/BekpCpQKMU64D\nz0pyaBZt7Za+K66hYyEOpFeTGUkxokWQgwN8VPYu1TEc0ZKMElyvksHQ/Cyl\nqNncQ9QK/i6iaCCkV0FBxGzL5xFkO8cKbgY6XHuNOWF6htJEgUDlWcy/mde1\nfCCYOp5t9+SP+owNHjc1s+MeBX3uZMqxlbbYS3+HTPVwxa73a03BaFpYmJc9\nb6+Cad6zMMD9dos0GCKLCKgxH2QXH7AfxEZF3lZZ8YX3PlhLuHjq76mkGXPr\nDJXE\r\n=EQBq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"esm2015/session-expiration-alert.js","module":"esm5/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.0.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"_nodeVersion":"6.11.3","dependencies":{"tslib":"^1.7.1"},"_hasShrinkwrap":false,"peerDependencies":{"bootstrap":"^4.0.0","@angular/core":"^5.2.0","@ng-bootstrap/ng-bootstrap":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_5.2.4_1524931551762_0.6420750588554289","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"session-expiration-alert","version":"6.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@6.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"a4142d0fd5cb0e04fea3d4dd872afaff62616d39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-6.0.0.tgz","fileCount":57,"integrity":"sha512-y4iFCaFDLvOGV0ej0ARyPxleJZdE7UTQOdDK1bnflt02mE7L+B3805/PvU0BvDC/UHpjcJvXw+ZXJi3OMsRnog==","signatures":[{"sig":"MEUCICiMwTQIGnNtkM6eWzgDXtRhKS+I/ICbApg9t4HB5+sMAiEAiKxo/YGIkri27gMJmjQUMUkH2c0VFy2oPOLs6fhLCs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":180950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8PitCRA9TVsSAnZWagAAg5kP+wRf3KZ9Zfbq1okIc/xe\nO/n6YmJakwAGjLp2BBjDOgUT7AKtRR0gbSi+heo5pAiVWtZakmQR/YmrAggh\nh822f+xHwfnTL9aag1kjvYTyJ788CyRzG6YY5xzQLPEgzXrVOj6Ng8wihpov\nNWYRPprmgBr5balIwQJ/GUzVMmZz19ZtMAw+vsnAM1wMfmPiVYhbA8YaQ86d\nlSbaaMItQBD69o05tlMbT63S3l8VBEH4XErQt8WytgSPTSh67snzN5tNZlHg\nkXbCxGjbWCa6S57DdmD5iCV7wfBKE1yt8PP9BmVhzngjG8v0y158i/MvGIkp\nl0sSEKOoxxwdqwcJ8FT6oXjOgnO1ZQ824Ijy4aT9HyVcJsfSkN6n9HGLZqlm\na/vukGWuAWh8OJ0Tjcm5pdCgEXpugeB4UlY87D1JpMUZ1x8wTFPQ/JP5XFyG\nixjxVqD+kdU8BJ32h3dXm8HD6ukDCT/eMO30Nb+HbqWA5BXTyX0J3nr2UlZu\nqoXmND1SPn0f31TRjA/8/V9nayESEujoWHE8YA4bdfT8++s07qPTRFQhdz2B\n8sA5NWjJ407k+Tf6vzPSwS8t9ZKMKPughCfPbvi6UW0ACuh6FuJxije85ggV\nXBUvg0KMzI2kWGWKEqfn8K7YFl/NTpMrLNZujfhSayxiFhXXB/MjvUzfbPfC\nXAmu\r\n=97SP\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/session-expiration-alert.js","main":"bundles/session-expiration-alert.umd.js","fesm5":"fesm5/session-expiration-alert.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm5/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.0.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"10.0.0","dependencies":{"tslib":"^1.9.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":"^6.0.0","bootstrap":"^4.1.0","@angular/core":"^6.0.0","@angular/common":"^6.0.0","@ng-bootstrap/ng-bootstrap":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_6.0.0_1525741739291_0.9253615057786471","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"session-expiration-alert","version":"6.0.1","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@6.0.1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"3b0a06f7f91e9991205ccfe13c767a5d7bbf92c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-6.0.1.tgz","fileCount":39,"integrity":"sha512-DzppiDN+KGwvhomZVDby+zYYyoaG7+EU/SZvYy3h9GdegI4Q5KhA0JV6O3HzRQlasmxOanRobNzMmf0YJBF0Ng==","signatures":[{"sig":"MEUCIQCVy3fsAO4v980Eh3ckCvJKTPIMBjus+NbDFG5kTnj2ggIget/SccBualk8xhEcTyaWVSmr4cQ0NcXDO+dzSm8431c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrpctCRA9TVsSAnZWagAA6N8P/01ZvWGYszVgDAS6BzUP\nG2WXxh0POoSWga4voR3oHcxODTSqbWFzlaU4lAdEH6NdL7Tm51eSdIrOAxHD\nUKUyqLIJ2cFkSSPXgDiznAYZ3cIZx3Apg3tfFxVjUhvRkz0wOZ4JVqUFGnRD\nuNz1CYiFV0Q5QgO3eEuxcKp0C5b5QmQ4P1Mzk3q2huyJOZ3tXs500URKi0TP\n3l0QE5+S1bTtEaGbkZg0mKW/+TIc1Ld7qheVgPdWQwm0T5oltUZKsw1uArpX\nO6QyQQk1OWASy+6xkgIdP15pm+IkL480PkdYtLzGpVv7I0rcHhMyOvhFb0jc\nFjEZtg4muINDhUVqnPbX/iOqPpNQDfy+v7Kz/FpJ2sopyZaXNG7KrlmqFRtn\no+5TcCyAzFP0QANskMcHaVAO7iEhRNXTvsWP0f+y+eLubsRwyg0mVs2/kO1h\nL5HanrabLfPQ5m9pTcATnA5xdl7BWoJs2OQQPD512d4zG7tWVgO0UxYoozWB\nQYaKZRQ3A2529JnNLC5fCQqWB0nWL5utWZE2pKzrobW98sZOBqutVOlsVwuk\n0KYD7ieDLrGYtamQjhnRyX8zhxZGI9NRE+7AtwG3WlTIizmCHZHYYDVwhXQe\nNlUl3e9E5xCKVTzHlHLimXrNAMIsPITH9lMxFs/1G6zIgIK2ezLv2DadyG3Q\nwyj7\r\n=0rpZ\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/session-expiration-alert.js","main":"bundles/session-expiration-alert.umd.js","fesm5":"fesm5/session-expiration-alert.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm5/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.4.1","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":"^6.0.0","bootstrap":">=4.1.3","@angular/core":"^6.0.0","@angular/common":"^6.0.0","@ng-bootstrap/ng-bootstrap":">=3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_6.0.1_1538168620060_0.1255316378106972","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"session-expiration-alert","version":"6.0.2","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@6.0.2","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"74988c06071d970aee2b40c8dd102424a3c3c7f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-6.0.2.tgz","fileCount":39,"integrity":"sha512-jgHTw6KnL76/B1mhvyU2nfoC3m42RlWWNA1K4qa1LiuaAE6RKjqEqnogd0Oe1l+ARFSe/laPOD+u3GD9cvpKQQ==","signatures":[{"sig":"MEUCIQDAMtE4IJNE6RBDE7C+2gzrS/+/T/mebbrchj9wyWE/jwIge8SajkGs2pz3XCqWJDLN61CS6KLwTgXD5ub9tsWEvBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb213FCRA9TVsSAnZWagAAMf0P/3hzzcgI/r6afdVddcMJ\n9m8b8KXtU8X4Eh2VGA25v3e/MTsk1nwR5sAKm1SCPyQFdwO7z3xnln88w2a0\nCXJEoRLdgk1BldRBwAZGbM1VHt6Ish/rBcoK6CFl7XvzxBYE5nXQECpCVkp9\nTjZT/aoksu+GQ47ToF1OImz1P76BBIY8VkBEcA0hJ2wg9NQaM5MS+BsYkw57\n4uR80DU+BxDc1f/8MDscuvInkZedRQCaIgEPSE0wBzwQOQndwg71JQSbZ9QE\nP9YBQgQ/gb6kj/PoOZEyy3CpZU36tOrBxerRAFNFPJy0JYZ+mKaj57e9n1VT\neTT5UhfWqGSCzaq9YF/ZVsDA1EL3qyYPOsLRAGmBwv7Ar8QlF71BkQQ1W18U\n04Y9QJiNwikTy5gLuZPCw/N5Ji/z1SczIMfRy8On4WGuZ0JdV53/vjTSpagh\nQgMyFCnxG6hnFquTr7lssyTlVbQvRwfidwRXl8p6zecb9Q+83XTmfzBG9vLj\njCKYKq0FzkPgCYFgsdBQ0KO/+bWJqzVzt+Lh6WRYfyAXg8yFWy3az15iBjeB\neMCGTL5ZQxtoHhlPZbMeGZYkN6tjn0kglpIJrymBQwnvPyrYjjieXHHXBGkm\nSP2xwwV/qx0X6czzCtt3z8Jo0PQ0lrn/zRXOmo7+OCpGidrQD6GDfK58LSku\nV1ps\r\n=n+N9\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/session-expiration-alert.js","main":"bundles/session-expiration-alert.umd.js","fesm5":"fesm5/session-expiration-alert.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm5/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.4.1","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.1.3","@angular/core":">=6.0.0","@angular/common":">=6.0.0","@ng-bootstrap/ng-bootstrap":">=3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_6.0.2_1541103044880_0.502475849638109","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"session-expiration-alert","version":"6.0.3","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@6.0.3","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"209603fefb13d3a90e6fbdcecf1d4d796584f54d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-6.0.3.tgz","fileCount":39,"integrity":"sha512-NkNMIb7HdX1bUB1oZ3TwbF8bBVQ6DFg7VRzcOgbA/TqIWoEuVrjobUQEfyE61zqLp4Oa+/I+ah8TlZHEUGVz5Q==","signatures":[{"sig":"MEUCIQDTHESbrSJ/0Ku8gYs3eTNgcEusOxmdMpKF9ZNCFiPPhQIgRgdcHrvS6PlR7mebToj85YdfjYrtPc1y+/314fFHF9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":188031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUwNCCRA9TVsSAnZWagAACbMQAIEjG/yJ0IX95qxoTwGQ\n/0FWguQwLKKfAW0DQC4I9v3ThJhzmKjux1RJSIo2woEiO4fYiNw6aMLz/Ofa\nGCxVxf67Q7swh8seGS8SWcJ7Jy9+XZFz699rWlgxD5SojfyytiTAcBsePpqw\nbrjcUEH0fHZKe2NRAR2eg/n3AGMQJlAjW3apjzgAnKa8dvUufGz1b4nVvEkN\nknW4ZiT0PK1OO0vmp2oDGZOGbcl/iujhKhWcDHNFqQBXYaEmwlTVbir/0CVP\nFHvzJBEdprmoWVRbldQn274d5YRvAyxy+yVefz5mm1D3QKYE2kOQ6Kvpg5DC\n2hfWkErvV7NkUMDbD+9EBvVpkRX883flVX1iuHc+RP0IC1z6tU+93Q6p4hE4\n7B4SCUn94dMAdLrU11MPYXpTtH0pCwsfWlVV/rxQx5mjok32QpFv6CA9txMi\nsA483vdqv3X/oCPG4ZDNQWtU+Hg2q3AikUBrQWLvrG784qWQyn1sBLNcMVLI\nHkaZMx5foP7pMTu2Y3DVQkWRDk/ybzndDPUEgRHP0e8preaxbjsDPO3LyeLR\nSJ3YDjzEEVadf7lAd/A/7M2BmK8gaoD6brJhOWmTZT2sj8Cs+TBDVNZLuDTM\nHqEU8Tfl4bBtL5b2CDzLi2PXY2zxquNXn2U/tiE95bEHkzxLNTkTYPruBTsR\n6wqj\r\n=c7OX\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/session-expiration-alert.js","main":"bundles/session-expiration-alert.umd.js","fesm5":"fesm5/session-expiration-alert.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm5/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.1.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"10.0.0","dependencies":{"tslib":"^1.9.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.1.3","@angular/core":">=6.0.0","@angular/common":">=6.0.0","@ng-bootstrap/ng-bootstrap":">=3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_6.0.3_1548944194283_0.381844851972053","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"session-expiration-alert","version":"9.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@9.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"51f3fbe1cc70b044a4f690457c37e0b31aa0c2d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-9.0.0.tgz","fileCount":39,"integrity":"sha512-Rd38w+gE/VYKBnq0CnXwH0g18Y3/2V5tA9Usg/Ws/N9cw6eVl8jNGH4vahmJZK9IxMjdRclZull1X7/aZA5ekg==","signatures":[{"sig":"MEQCIBRqT2N96HSSsa5rvxtjlNSFOE3YfBTquBbHD9Qm78JAAiAoQ8UcdvQJvH/0P1uLkWsLiedxfzIor2NcXhgi41eShw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":222829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUoJSCRA9TVsSAnZWagAA7jIP/3Woviu3Ukh+JeLPJZOa\nr0fXSv1EE8NO5Fg2XZ14MESY5+GY4FD4rtiLWCzYj1CsVa94XYfUQS/L1sYt\nuUrpJbJXy5FpB6indOEDU3QTdz3J3ybSybDv8BqhziZ4Ub95C8pHN1QkepKU\nn+UExTCa89kcEizS/XDmvVqPkfNsRyOUYCcvkh9frgUmHyIhIUHNsriMF9oD\ncZHntSYL1wDOMJbQFENPE+GOX0Vk8UfZ2IGWQuWlVAyf9r5oOQLzu+DlHDrb\nSokDYtndGIBY8pQGt3tK7GqZKY3xQ5/5XLWpPoMkCEehIms5kP9h4NegL5lO\nwb+t13y4uWUZlthIgk+hH8E8jIyEbqFJV2eSnAIpgzZ7CqRXNiMoR+ELfBTj\neSVZ01KDgEigD7ZBpq71emdxYA4qT4AKUUGM23dynR6701h3PO+769z5qx+u\n+izN6qazs3xI1tsDMXYbzb97WKcexf9g88gobDYRM22Kz2x2v9rS0DL9UEBW\nbz8B9WZnPxiGAgwbTmCem8fzY2vfCh0x/snWR1JHBLQBIzqkhpvjvlfBDf2E\ng5Cvuzrboq0XCjkW+4/pJZpZqgQB4I+cYV/BpAYesxYWDJXXyESZYk/IWz0U\nekzgsnl5w6Vo62fQcJQHIFt1vxIbTK91drk/rmWiJRueiI0b+m4g0XEAE5p7\n2DO3\r\n=9UT2\r\n-----END PGP SIGNATURE-----\r\n"},"esm5":"esm5/session-expiration-alert.js","main":"bundles/session-expiration-alert.umd.js","fesm5":"fesm5/session-expiration-alert.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm5/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.12.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"12.3.1","_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","tslib":">=1.10.0","bootstrap":">=4.1.3","@angular/core":">=9.0.0","@angular/common":">=9.0.0","@ng-bootstrap/ng-bootstrap":">=6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_9.0.0_1582465618153_0.5407627789922806","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"session-expiration-alert","version":"10.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@10.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"a70547e9f6f74c5bdeb2cafda6ee5883f3587b6b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-10.0.0.tgz","fileCount":28,"integrity":"sha512-g69atgEJS+Kb94YdvOmuGra4L3xLlgGsQuA18xU+0FZf73vMKhhUIZe8RVANJAxrnXiJjflP5FvGCZUtnU5+jA==","signatures":[{"sig":"MEUCIF1QHHO4q6uIJWsWzkk2iBVauDthSPsaelQVl/HatmINAiEAhhhZ/Rew5/rTVz7pLbPwIeTVHNyMx7nLnhaCVc8aehQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCNBlCRA9TVsSAnZWagAAV7oP/2+c2/HMXxIm7N+shgr4\ng+BiiwvrM3VKPJ+hyB4BF1/wzwNV1zpdJv4qh37AC13E2gSTy8HVAVA0gJi4\n0oENDE+pf36KwYc76wJXPTuOYSFrLiNQI0ACfEJ5p6JQql9zd4KiTiK8TJel\nczyyFGtCnotvh/XmOmfLuSS0FRRCJ9rX7oxBhEgDF8G3iLLCqLi5M2izAFm/\nLrWVUTp6bP5t+fgg4sS3xDjAYuzytBy5wzfmx/5QD0BuaVYuZdwWsyRDMU2r\nI9qw92XxKsKfUGhDzzWCVjucry0QSHWypsSy5xAEaVTjzD6/cS90ABSpUJ9U\nbNbxH/N78rTfmOLY3YTYGOVonc+GsL8S+In79oI385JLmBq25TdkoBRskYfx\nGVh2xJ4AFUxOyxoOqu4b/fR5ajMxoO2mitOvccYx2Cw66fJOq7Pz9rjKNtzt\nkgpXOe9O1S/WV9eDwvvREP3y372odjX9m9wrl09Hj7C6DyF9gRRY1QO/pFSd\nU0CBTcwgZ6yuvFyMm9yTYbkURv7B4WGuAASBRLYy1US2XgA97s2cBYFT5G/I\nYNSkqGxf7XOS795Bf0xSZPh5rrBNt5qrG8X7FxmjhvZTZWId+TGfxoR4HLYp\n72GAjHeQrYabnu7xtqLcTox9fRc1+sarGQVmXIp3WVR9DMIwbUTvKvZQm6YL\nQID5\r\n=2ucF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.14.5","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_10.0.0_1594413157145_0.7967182989548269","host":"s3://npm-registry-packages"}},"10.0.1":{"name":"session-expiration-alert","version":"10.0.1","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@10.0.1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"e5167609c746fdfc4ffb95c58bb4d49ece61b9c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-10.0.1.tgz","fileCount":28,"integrity":"sha512-YPyb4M4mwgOUldjmXC+SBqstErlvGbKsBDKbrRXCGcedeczVz7PP6Ovpw0AR5T6Kv2NTz7PdWzBkC2aY3Bdbdw==","signatures":[{"sig":"MEUCIAdbSEwkLY/aX3Aux/o5m/P/LtJuR5NomkF135kOlb52AiEAsG3TGlcldLJeH77Z5eDw2Pw/jCO8l+Zp8oNEm1u3M3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHuZHCRA9TVsSAnZWagAAT6wQAIrCU1DfQsCOuk7pkY5i\nneZPCIa0V5KRXMAXdqqseb9G8xdGVnP9hhC9GLbwcFwmWiYQTgUnCIIm1TYt\nDUi8eaE8Mudihq731otLOuMjtiAT8Vl+RQhKl3KRP+YwMH8cVu6TzRqBpaMj\nsoz3f0cD+qIJVIfUMXjKZqKSO5TA8VWTixvxm0foq0LzgS/iI6V1TeksNKHC\nJo0VvvK+0HeUCUx4j2WZZU+0pLJ+uT77JstXEHwO9Qb/FZcoeBa9YCIjZ/5F\n2KAs4itgr8MZVfWGjDk7+4+M/IQgDdQNkUZmtBcA5CpExVRrsyaEeoPP610S\noi4/HPdgFPIlegGnfYBo3C/fFGoh5ylm2wnFphW19FpZ+QPwr5kyH7/osi7Q\n+nXiIHo/nOiAv6r3o64ae00OVVNoZ7b6D317yU6gJU6kDyWfV6grjPS9ogTJ\nfifeGRIysEAVulbEkFe6KvbEstHAWZ8auADkfrhpisyjA9CAVNIsnEJPUAcs\nnF35T+4+E4z3wQmNNPJVheczZ6E/dZXM5wMwrHpbi2/PTxBQeNHAgjHvodUW\noWXeZy1aU5Z/yoMWAxhl8InyXAlC6+e4ky+YbNeJvM3Kna2riaPB05bWLwar\nH3b6bNsOfI1PJ7mnhNK+nWscpoOZPPcTxxncBswNLT1G8MfQJ06HKvqg1/U4\nCdiD\r\n=mmzh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.14.5","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_10.0.1_1595860551020_0.2933598901731289","host":"s3://npm-registry-packages"}},"11.0.0":{"name":"session-expiration-alert","version":"11.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@11.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"117774d62f4dc513e74a24ece18774b166139bfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-11.0.0.tgz","fileCount":28,"integrity":"sha512-cMRdA2g5QGlnNUKca7fJoBj4KBQcilXVyI54WX0ibQPWYMG6SBKdjY/a7wDP9R/9KzJKoN8S4GrMQTPYwhfGLw==","signatures":[{"sig":"MEUCIQCf5/7dRTi3L1ycx0SrpHm3/rVx+T5c8CapBOBXQCE2OwIgBMhowmZ+Zj0xH8DhUkSRqvdyh6XtBbqLNlwzLqK5R+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuANpCRA9TVsSAnZWagAAtZoP/2havhOM3ksNthBzXvZA\nN6Zop9xoaCU+FWCcWZr860LzdYxWRHMUhgLjDLsUwoAARRh6DGg1iWOuI66x\nLWZ9IPVBl2/8dYfu24NvjGOgUVjQrBymFhPd55NreretFU2Ne5QgE0R4k2mX\nKp7EiWhxFdLdK4UuuuB0c8Owb7GE2yB2oQZS6DMgrymI8gubRVqkFjZs9yTU\nOH2SghwJauQvudI/55jJnDxzZivvZcyTWg8HxRzlpHbPAEsBAQM/qEuVQ7M7\nmMPz01BdP4B12dZaIncUosrzA1UtQ5OMMiAHJf9e1ExKTt6Wj+A3d9vRqwDG\nFUGrDZm36GxfSRMNYNXXDqHpq1qmE2RCgo1m950wOtlxlkl98Fyda09nlFd7\nJDygNKdv+QwMSDW8GXSVBFSBJ3FPfI/VMIjLvZCktTjyFyoFQhSyo2zUpYFI\no69cYV+60tybmvK6XsIqNTaz3yQjiL5w+xCyOl9IP2X8AgJz3azXX8rJd858\nQgUGKZRluUc/aiKA8nBe5ZnK4LSs2/Qsqq8bWwGEqw7ILoPspTAUnzehwDAh\nDhF3yImSIj3+I8uN08rRYfzKzyFFDsWvF8KR4EVTlsHt19YFkke87NMD4W0N\nsyJOcbvZTD41iZiMirNua5ymz6DWDUTsXYNraHvLaPx6+bzEPvCg3ZXqPxJo\nSobx\r\n=6vJl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.14.8","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_11.0.0_1605895016977_0.5120769144407535","host":"s3://npm-registry-packages"}},"11.1.0":{"name":"session-expiration-alert","version":"11.1.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@11.1.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"45c9da2bcc1c0e7afba4851e475f77f71fc31a71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-11.1.0.tgz","fileCount":28,"integrity":"sha512-v5MG/A04QPTXnoWFn/VuaJ1BpaEcEK4Lip8j4yDDEQl1jOUV4oFHlYZ1sLASVZmik1tZyLAlJyYTWntOiC7BGQ==","signatures":[{"sig":"MEUCIQDL9aHHk/H/CHgwKbEbgVjHMCpV6tTebyv5HPqvbPoETAIgHWLiNskdLMwcCSQZHbGo3Tu4g/IOF2srJ+DaEBmQPa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLBTrCRA9TVsSAnZWagAAysgP/jDB5DMCYWaYW8bzp3V5\nDVqIfCB9urf080/J0POBdBXP1143EgFmcXZ+RgJ/ualKGkEncn+nykb9ag3A\n29Wzr4jwMcYJpfeUw9UHIFs1tRVedEYviZkWKF7bZz4e3A+AFyUcZnxfHiAy\nqTuaBrt6bqqxbbjMX5rDmY4PkOhVQKUcJ8Hm90eER4zZooDf+dTov+j7YhHU\nF0az5MmHZZ+7mzOkgIgpsufRdz4TQ8fQ3JFtUSyuOsx8uuP9H0wAVkJAsBDH\nPm1LN0UkBIVzICpT5TbjtzwsJte3v8xXQLHkz5M9/+X9g+rIcgrBSQ7jUfwm\nI6rzQYGc7oSGb4jkB0LzFagomacZp3WraoSTRnc0jyt8eeEb7YaPK3ALYCPh\nOhXw238q1rlxlahsc6pABXRduQmU0FItEUTLXcwUmIoMXbfrwAAfylXeILbX\nafsOEmbmNnLlHNVvLA3sa9kVhCZLbIhpJJEPRsPxu9VMK9ZTDzBN6cXHF2Ve\nS2zctJK45X5JGFGGkJPh4MnPczEWeEhY2RkY92aAW4QtU/761NYBahJqtyS2\nv6A0Us/bUEoTwg+GJeCs/GYIvg9m3Zc0erLccUnwW7CPBead/eWD3LM5DBlF\nUzlSOYUkzHEatUpRJ6CS28ytA8ogWJxEjMxJXkcHdYjC0gZLjQ2it0GAqmEI\nZ6Ov\r\n=LnUM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"7.5.3","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"12.19.1","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_11.1.0_1613501674665_0.25220105051102304","host":"s3://npm-registry-packages"}},"11.1.1":{"name":"session-expiration-alert","version":"11.1.1","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@11.1.1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"529f4dae1c260d00bb796cc128c11507c4c5e263","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-11.1.1.tgz","fileCount":30,"integrity":"sha512-ZdRh+Vvc2oFSkVhMz8jvVvlpCLioX7U6w1sFtcabsSVTOFhRg702ELoFUyJmIwkrwt42cdBhJwweX/jCuDilCw==","signatures":[{"sig":"MEQCIFS1iVdrrJlz4p831tOHMFrcqMANIiw+K5fwVz/QEK+FAiAUqa0L5EQVRKTRwmbRafphJKQC2mcIDnxoc4PTeY7gOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLHndCRA9TVsSAnZWagAAhYUP/0nRvWupo7vIFwR9CgGs\nzNVKKnEDhh4I2RaM9ynoQWN/skTTL6xTNzuoggfjOErNmwd9ORLys776869Z\noFYSB/mWuaxzUtKojeCrthhzfP48rjFjO8apJdn9zY+IO9sbZnb7ALBvOJNH\nngEbg31lKCZtAg6qAu2pMoGD5glHEITCkhyT165qvR2rEUGL/ximhY9NeGPQ\nyW8o3aSwjW9NE8eE/HA8sPEWA4LlFLvI2Rs2ltWhBfST/qefvUO/4GFHpN63\ngY/n0geNQyy4YxLS/5jyfNr2/v8eTQGXCE7PUH49J+bhYgtd0MbIFbzdS6BR\n6l9/mwfkzSTj9PkVaMa/3xrHdI13hnS4AL1J8YhY6kSDjM31ElYrzZtslbFh\nAHdbGxgOOSYD63wkl0pIGsj1c/YllDOAvb2I726N7IzjLOJaBl+D0w2KH8Zx\nZmQfnkdtpSUU54fpCqRhrqgTphh5WYlWG8WTdWwqjBWTjxO/+qNGJwQsDU9U\nrrx7u7hvn2OZlmHK83nqsl7SltIt12FVzCQWIbF0YqSA1eyA9fv2r4Ufd57x\nVTm1mM6wA+CfwNiWWduScuYsA6Y32WAxUG70T0DToU1O9ei+zoslHUyzxgas\n0c1ewjdptnxZuhX+jG6omdvOUwuWkJDn4ulq7rKdrkOwBNCZqwobmJ81kfkU\nEitX\r\n=JE8L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.14.11","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"15.8.0","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_11.1.1_1613527517224_0.25008644357526433","host":"s3://npm-registry-packages"}},"11.1.2":{"name":"session-expiration-alert","version":"11.1.2","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@11.1.2","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"524a0a28184f81e59b705c3f7d977ebd71dc07cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-11.1.2.tgz","fileCount":30,"integrity":"sha512-27oVe2w0S6dxEIWcC0rgYMM+C8Navx1TmeP6HtZeMHNZKkQ0rPdzdAsGZ0DHR+XIWBVK/IybTS1aPJu+p/P8jA==","signatures":[{"sig":"MEQCIBMiqws37cMANX/2aPrUgYeX3Hj/qU8YjOZe+NAwGeogAiBn603rZBvF4j16hN0QD7Vqisliemchyeha8dlmlgpv7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLHq5CRA9TVsSAnZWagAAcYAP/0DyHXIMKSl9qzo7VP6W\nuJJieA/CZFFX+EgdFB/fnx5sPTwTY37VoYMNuYzQtEFdwNooEI2iHJtYDv5k\n5h47HRpbxPZmZeLR9k15n/nQenJFcPhZEjC8YCJXdQOE1D7VlSXz56DtHnEI\nKZaurvJB0Ew6E1j1iD0iOYAg5Mra5QarMxaFMyuNpwx8i8JV6rD0NYfZtx0N\nXEVef2J3TnBIIsb9aNwHZtf+xm7IW0cfUaGlB+8IjdZxHT4aGieFVspWt4yt\nw4olnXrss4UJ1hSJh0w4LdDuBKB+NSp2CKQEhk3CEUCDMiu8Izp/9+RX/aQ/\nV7iEaAKxBsKBeVVnKst//s36xMQQx50sclvgdgOpFPFodthHwxqCs9+xjyRt\n+3jQpBRntvE9pDiwok2bAQz9hQCaa/lKZLkS82JKpPNohKFSPF0S9xcREWJ2\n646ePZ6NEPm4Lzc2coh0UjxV+U0bzi7rziGWyGjS9f4Rtt6bCuO65QkCP358\nrYv5JExV/e5PknxxX6EcnHqi09fpJ1G8yu8fck6nmPkW27MVIripHwAIh8At\njEpI7Fas8KgSpDPWSE2vAk8xlZQOK2tJhk11gnCAGi34uikXmx5Wj5blUWqE\npyPeQRN0z0AyBCTGRoNy4Nf2IWvkHYA36nBKcrSXHqclDW/e+6iYCLntsqse\nTpqp\r\n=pYkB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"6.14.11","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"15.8.0","dependencies":{"tslib":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=10.0.0","@angular/common":">=10.0.0","@ng-bootstrap/ng-bootstrap":">=7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_11.1.2_1613527736548_0.03384587626901281","host":"s3://npm-registry-packages"}},"12.0.0":{"name":"session-expiration-alert","version":"12.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@12.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"0e8a98eb41a0240103c317670c4108f78514ad1d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-12.0.0.tgz","fileCount":28,"integrity":"sha512-ftwLRCCvt2FuA/mGDkn9mCZTJ6E9r4LoHxs7RbQKdqBljdSBLWdzczQRPrGXxUCU3WrThY2BsTKJ76+/XML32w==","signatures":[{"sig":"MEYCIQDxB1dwmNJoHyxTC9oRx8VgOAXEHeMXgeaPc7tddbjpqgIhANOkVpYNLHOyE9umlxtL/UQQPO8keMQcFPok3eEF/H6I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5LD1CRA9TVsSAnZWagAACq0QAJRJF642YrL+XCRCxJQB\nTV+vd6DL9Csl08DLVcEyt4wX9ihwxrIIHJYlEK9yVcdj5h6kvK1tFkeve4n/\n9T2HTCR3YZSNAb78Bd7OEZvlqOaqBgplucD7vlkOMiHg5oiEKKQauuRd8YH7\nML6W/AthOUpGvPIyyJ41adOhN+DUMsCz/eNWNyFjBZ1owSx4To7go/A177kh\n+7hTfJdfOpRQd3SUskM29ZLhUmuPBwQrgi+avnOOWvjq1T9uvBriHiuCxrQC\n3U+wsmoDflxLI6M4HlPeAshGXFKjlvTLM+kMWAfRIZc3oHdjW6WkUj9wCwgM\nWeDuIGs9O/gCJuEEHruTPa5MRsSlpHyiWd9GU7dWY2DvGwLhpLmDK/wGuBer\n3eEAjQsW9sF1i0hhXxTW2TxuZwXEQSDVFgOdZCxWRaZ9yJxNDfPB0wuVDCQw\ng+MsGIIqRrKR4PbRyx+KIXl1ZAYoxAsPXdccM7lmrFtZVZfJXHmbYmSfZFKd\nvJGHRFqwz/TpvDZQErL6BVDG7nl/XewrUrd9uXO05WPGDtJt6xL7X7IQ7MFW\nAQYB9zK0qeRqlEGdoQsvXY+6doscgix9JwS1dwy16Q7NYNSF39s4gpnfqngj\nAo4l52AxKLQU3P0M1on/rgbV4bi/GI0ChRPlLftUuWL4Eqd9X4eB1Dm2p4hu\naLc+\r\n=ldpQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"bundles/session-expiration-alert.umd.js","es2015":"fesm2015/session-expiration-alert.js","module":"fesm2015/session-expiration-alert.js","esm2015":"esm2015/session-expiration-alert.js","typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.js","metadata":"session-expiration-alert.metadata.json","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"7.17.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"16.3.0","dependencies":{"tslib":"^2.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","bootstrap":">=4.5.0","@angular/core":">=12.0.0","@angular/common":">=12.0.0","@ng-bootstrap/ng-bootstrap":">=10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_12.0.0_1625600245313_0.1134076703117719","host":"s3://npm-registry-packages"}},"13.0.0":{"name":"session-expiration-alert","version":"13.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@13.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"4db908d81c0522637806eaa0fefff0605e61043e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-13.0.0.tgz","fileCount":23,"integrity":"sha512-/jhDVEMcj81mkTRfRRUUqWcw0c6etrgUofSJ+6iK+OQYY697m+9LdVWk6g4/RiuoZAv7KNvLymIJQLU2BZqEhQ==","signatures":[{"sig":"MEQCIA+vBu8GP8JF47dc04w5lrscFHrs+My4XFDv1pbW2usnAiAsQAOPNM68WLxr1EnYHUytvbgAOPDC7AL5SVLdp+ppaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3MB/CRA9TVsSAnZWagAA3lgQAI1pwbRTGef3iZIl1JIJ\nbvSzLpbRmCIl6eLcpULrVlhskh+OtS0k1v37Tqr1bhXGimqWyxKpjjbbXIVG\ne4zna2D4fnbAGR84QMYnzApqRwpL67Iw0A3BYzy4bu0xQo1DTF0ADjV24sXi\nDegGuMz2cfwXy7whp6+Si9F+UA5PlxpNNExZ8MRaBzGPecbo9X2JIj+O6TEz\nCLzZoKVUSuIuPa4r8yEs9qY7TCavQwbu3Cuo55u+iuctUDTdgWJgbo/WJb+d\nIceBgT3R47FGIduJSjO3VXXnOuNfTmDYP+ne7mRe0WhqT5tVbZFjtwitp0P0\nDveyKV0YlzDu2aH3D8CwIrNVNT7MMCKmwNE8U7W6pmsW032/sWmuQZqOOmxy\nISbh7KQKu+14RxIscszWDPuhTyo4s+JZI56sYYANF3TQNqSV2XYa3Xqcusw0\nKpcdKcym5x3BaflatRILukOz+2cUXridprlNJ6DYCKOPsD4QS06bDqX67JVO\nYgab+79hs6jw0tp7sYYkB5acDYyT8xEw3Ebyj2yDZ48XPe10y9wonFHl/J8U\nsSnSOxUHeCD3R9Xd6eCdOcqmVAdJoxuLXIUcTuyVXOmWIr8l4Cj1AdysUpWw\nh7/qlnn0dIO6lr3GrZ8WhBwKjnnaZ5LaS51DUyv5eFd6r5dxvI5cJOOdjvc4\nAZtO\r\n=ol73\r\n-----END PGP SIGNATURE-----\r\n"},"es2020":"fesm2020/session-expiration-alert.mjs","module":"fesm2015/session-expiration-alert.mjs","esm2020":"esm2020/session-expiration-alert.mjs","exports":{".":{"node":"./fesm2015/session-expiration-alert.mjs","types":"./session-expiration-alert.d.ts","es2015":"./fesm2015/session-expiration-alert.mjs","es2020":"./fesm2020/session-expiration-alert.mjs","default":"./fesm2020/session-expiration-alert.mjs","esm2020":"./esm2020/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.mjs","fesm2020":"fesm2020/session-expiration-alert.mjs","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"7.17.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","@angular/core":">=13.0.0","@angular/common":">=13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_13.0.0_1641857151479_0.8083923211565702","host":"s3://npm-registry-packages"}},"13.1.0-preview1":{"name":"session-expiration-alert","version":"13.1.0-preview1","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@13.1.0-preview1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"d46d47ac639e51cd255757184a42651e8b2616d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-13.1.0-preview1.tgz","fileCount":23,"integrity":"sha512-5qJqB3YfxsS+kz1GXZsKjcTNe1/ewxm+T1RlLr0hvW3xHn5Dv+CoYwQiPOTGkVfAVLOECjCwUYQX5HjqheQR6g==","signatures":[{"sig":"MEYCIQCQ7nf8/PfpHhbyfSC2tGusSHSu6JNrzWbAB5nZq9bEwQIhAICkgN5v2r4jUKJG7wRUxHl4j342GzWZDS4JEfKgIqAk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":139101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0b7jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr38Q//cAzklqUVskLqTcJyRVQ9KJc9poVq3kc1ijLhglAGsxTsuOa0\r\nAPs7T/xwpUWG9aRbxWGQFomglfCuPDCQhg6U44jBLUHVBMd4wYouuIOUt1pm\r\nmWQfyWxfl+A9a6nA7MQ94mvNnqb8cnU7vtLB6UBgbvRy25bmzuaxIdS8+fl7\r\n2A4lge+UA2fnilQ8NVx8cLCabcyy/F3n555qfh+zsxMW/qd0pNZeyZF+sTjI\r\ngmxU77TujZqN6Kg3NA0lnqTJsvTqLVDni4rokCnf3erwWnV4QpTOqq/yY/CR\r\nlrJQqcmCqonSuCZL9gN4ttZWmo2krOwIAalaccBKXO8gB6SgwgS6toKdIMwN\r\nALxfFEzdbgzDOCj8I8/2xTC2lV1FSw4wW5dTVXrwxBXyF1tqPQfMofNc0HgN\r\ndiFcMksJX5rpfjJyQTt28oUDw5pgze5uDve6OTpaLI6gWLyOQ+f2SJi0PdL3\r\nVt8000vgJs6Hwv09hNXzxqL+mUtgW3PRSSDR0YPxOvK9X1zoaYNsfLOsZej+\r\nf/qSA+YGOeh+589mnixKhtD9l3ntMBlp8yRN4zVFYq9/F6NffBPSm2uK8CEt\r\nLAqQuYbmkiZKGxDfpOTdVCHmJZVWgoxf65b6V5H6RdoEKVbN1Rd21qYTFxbB\r\nagIq6mec8kC0UfcxcR1fCpW60n+Lok7u03Y=\r\n=kVmQ\r\n-----END PGP SIGNATURE-----\r\n"},"es2020":"fesm2020/session-expiration-alert.mjs","module":"fesm2015/session-expiration-alert.mjs","esm2020":"esm2020/session-expiration-alert.mjs","exports":{".":{"node":"./fesm2015/session-expiration-alert.mjs","types":"./session-expiration-alert.d.ts","es2015":"./fesm2015/session-expiration-alert.mjs","es2020":"./fesm2020/session-expiration-alert.mjs","default":"./fesm2020/session-expiration-alert.mjs","esm2020":"./esm2020/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.mjs","fesm2020":"fesm2020/session-expiration-alert.mjs","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"7.17.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","@angular/core":">=13.0.0","@angular/common":">=13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_13.1.0-preview1_1657913058869_0.5152668791590223","host":"s3://npm-registry-packages"}},"13.1.0":{"name":"session-expiration-alert","version":"13.1.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@13.1.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"b4f05827f901eecaea91b20279fd75b94aa79cc6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-13.1.0.tgz","fileCount":23,"integrity":"sha512-8ZE5+I14V9dKIRzRR9uY7+HOxq4g4I/BtJtWozwAIr2BFW9HGr5f37TAsXAOFwX7REfgvNVo2RONcPbeYko3AA==","signatures":[{"sig":"MEUCIHJGZH/aa1CKLQpywRBmZ5d3yuHCtvVn6oOoREBLlhDDAiEAgXoEojhrqTULt0iD+xSfhD378NN+8TEkU2jmjH87Prg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":135948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIjQsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZyg/+KxeXsi2zBf97bLawgqGGB1ss2nTcL+ojapuEtgpU6/VHdPKt\r\nu/t6bkXbqpAX5URuxa6YQ8bAx9nt+nZ9siQwRLqDuRRbe+/ho7VDY28SwgEt\r\n03Vo23MPEy3OQ6HTSGIcFJ24CePi/sXD60iuwvhOW5wLl+LteXZFUdf/9IuB\r\n4qsEj7kHtwIZmZgWAPRqPC7DCKEa6JW/hN3asptw7n1qn+8npvVItBFK6IrW\r\ncIZ3q1qZZtjaNwbFUP4hZuKBsi6MyQLSUo1bhaE9g6OoFWHO4GuHuzBdQ4vn\r\nqeR6yYCOtLJMllFgL8qSTDKOfJbZmLhz3yRj2ZuHS5gNhAhI+SRNQ/JpVtep\r\ncK76TOOPe1CYhd5LqNgaW9p58wieuKbLuhURJ+qauJMGl3LOWIeylupaE3IY\r\n5LdsIO2gQdZJuJ+bUlkSZeaqBoN/LMKsXWVdAbFpfHUc6VRp7j0brpy+kD5N\r\nkoXdDeYlJesNc0C9O8OuuzMeNcJ+Uw2FmZtVFeyPXZH+Efw8Y62HjF5le7QL\r\n0QH/bfeHmaHrjuqaZQxFcgRZGNi4Xh9YHSKrpIjWjL2Uhsa7QNNcuf9TNQ+R\r\neha2O1WU+Z4jELy9n4Xjfh2kJsT4l0CgBX76x09vtPPj8Tlzsp+EMUsWUMe+\r\nTLa+gPpxi0g3wRJSumzlXNMb0FtA4KnjrQQ=\r\n=Mc1+\r\n-----END PGP SIGNATURE-----\r\n"},"es2020":"fesm2020/session-expiration-alert.mjs","module":"fesm2015/session-expiration-alert.mjs","esm2020":"esm2020/session-expiration-alert.mjs","exports":{".":{"node":"./fesm2015/session-expiration-alert.mjs","types":"./session-expiration-alert.d.ts","es2015":"./fesm2015/session-expiration-alert.mjs","es2020":"./fesm2020/session-expiration-alert.mjs","default":"./fesm2020/session-expiration-alert.mjs","esm2020":"./esm2020/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"typings":"session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"fesm2015":"fesm2015/session-expiration-alert.mjs","fesm2020":"fesm2020/session-expiration-alert.mjs","repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"7.17.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","@angular/core":">=13.0.0","@angular/common":">=13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_13.1.0_1663185964157_0.42875495318557433","host":"s3://npm-registry-packages"}},"19.0.0":{"name":"session-expiration-alert","version":"19.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@19.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"7881b6e2c237696d0fa843ba61470bcf546e93ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-19.0.0.tgz","fileCount":13,"integrity":"sha512-0ALwG3F5AWAOQttR2IdkygNM+m/x6TYjHJAdjVlZ/VWyDmPWK7Z83obMelpBbl9OkzBTqgMET2zNNHizUhT+oA==","signatures":[{"sig":"MEYCIQD1RKCcD7ckSmLsBSTX/fOnvp/dWblQe3tDY6RpzNmdhgIhANQix8m0pSR/KVhfC8vVLb0MPSJ2NmoUX6FaFzjJTUBZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47368},"module":"fesm2022/session-expiration-alert.mjs","exports":{".":{"types":"./index.d.ts","default":"./fesm2022/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"gitHead":"b98e8e3fab38923388f7cf5ad540a7c92c3e2f0d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"11.0.0","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","@angular/core":"^19.0.0","@angular/common":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_19.0.0_1745855749781_0.9259113522698506","host":"s3://npm-registry-packages-npm-production"}},"19.0.1":{"name":"session-expiration-alert","version":"19.0.1","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@19.0.1","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"326587df6aab480b64083bfa981e2b371c12e9ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-19.0.1.tgz","fileCount":13,"integrity":"sha512-tzIt/cbE/YOusbAFQ7p13Rl3OOLDFrTPExmzNcSZH6H+/j3EBs4YNAF4E513tYe6etH/qikBcs0czE3tBSrY/w==","signatures":[{"sig":"MEYCIQCaGUezc/ytVzx9/M/IHiXpPUMS4bha14NGuMQC1z55LgIhAO0nSvlJdDLTYtcrCGt7iz67Q6uyXYRVjDkA54j++S79","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47370},"module":"fesm2022/session-expiration-alert.mjs","exports":{".":{"types":"./index.d.ts","default":"./fesm2022/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"gitHead":"35a6ffca92bd3514923335d9f8f8a48c2965f78a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"11.4.1","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"rxjs":">=6.0.0","@angular/core":">=19.0.0","@angular/common":">=19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_19.0.1_1752630425793_0.8398330735503541","host":"s3://npm-registry-packages-npm-production"}},"21.0.0":{"name":"session-expiration-alert","version":"21.0.0","keywords":["Angular","session","timer","time out","expire","alert","expiration"],"author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"license":"MIT","_id":"session-expiration-alert@21.0.0","maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"dist":{"shasum":"9074a73580dd0087460ef6dce426adb262b9799f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-21.0.0.tgz","fileCount":6,"integrity":"sha512-UHjMJXhe+UXN5VdCUq1XrTW7n7/Yga81otWKFG3QJyXqQeqXGikfHzKLrBUYl5VfqFA7AmHHpzSmufHvDTT1RQ==","signatures":[{"sig":"MEUCIGFlW/DFN4v+vSoZSTHROD4wbfff/vOodf270asO2oO0AiEAu3ItULDM8mrdTjycsPpgxkZDRDOqp4Ba8MsAt1gDGdI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41750},"module":"fesm2022/session-expiration-alert.mjs","exports":{".":{"types":"./types/session-expiration-alert.d.ts","default":"./fesm2022/session-expiration-alert.mjs"},"./package.json":{"default":"./package.json"}},"gitHead":"be024d44ded41b98536340ace11d9633e9814a56","typings":"types/session-expiration-alert.d.ts","_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"repository":{"url":"git+https://github.com/changhuixu/session-expiration-alert.git","type":"git"},"_npmVersion":"11.6.3","description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","directories":{},"sideEffects":false,"_nodeVersion":"25.2.1","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"@angular/core":">=21.0.0","@angular/common":">=21.0.0"},"_npmOperationalInternal":{"tmp":"tmp/session-expiration-alert_21.0.0_1765562212743_0.8468866317201733","host":"s3://npm-registry-packages-npm-production"}},"21.0.1":{"name":"session-expiration-alert","version":"21.0.1","author":{"name":"Changhui Xu","email":"changhuixu@hotmail.com"},"keywords":["Angular","session","timer","time out","expire","alert","expiration"],"repository":{"type":"git","url":"git+https://github.com/changhuixu/session-expiration-alert.git"},"description":"An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o","license":"MIT","peerDependencies":{"@angular/common":">=21.0.0","@angular/core":">=21.0.0"},"dependencies":{"tslib":"^2.3.0"},"sideEffects":false,"module":"fesm2022/session-expiration-alert.mjs","typings":"types/session-expiration-alert.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./types/session-expiration-alert.d.ts","default":"./fesm2022/session-expiration-alert.mjs"}},"gitHead":"0526b75b63372056d754ac404f90e506e47e40b4","_id":"session-expiration-alert@21.0.1","bugs":{"url":"https://github.com/changhuixu/session-expiration-alert/issues"},"homepage":"https://github.com/changhuixu/session-expiration-alert#readme","_nodeVersion":"25.2.1","_npmVersion":"11.6.3","dist":{"integrity":"sha512-bVKfRA3cKDqJ6PrgtxV9DwQ2C2Rr28/i/gTzEa0y7apiMBZFlXWRUPGLeY5RF8MTP7W8xV946vlCZVLAvO4khg==","shasum":"3a01b9144a4f7f7c43ca327fa6c67e267e933c0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/session-expiration-alert/-/session-expiration-alert-21.0.1.tgz","fileCount":6,"unpackedSize":40291,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDDIIcTB7NgAnYqsrV+w2Q40xKh6qF24R1R1BXFJiNGZgIhAOV2IHy/3uOrMVhW5uIJsuERS1i9cr2VStzXq0qt5tmf"}]},"_npmUser":{"name":"anonymous","email":"changhuixu@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"changhuixu@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/session-expiration-alert_21.0.1_1766209320343_0.142614640990262"},"_hasShrinkwrap":false}},"name":"session-expiration-alert","time":{"created":"2018-04-07T16:10:02.709Z","modified":"2025-12-20T05:42:00.697Z","5.2.0":"2018-04-07T16:10:02.829Z","5.2.1":"2018-04-07T16:24:33.520Z","5.2.2":"2018-04-07T21:36:05.300Z","5.2.3":"2018-04-08T01:24:24.308Z","5.2.4":"2018-04-28T16:05:51.849Z","6.0.0":"2018-05-08T01:08:59.952Z","6.0.1":"2018-09-28T21:03:40.273Z","6.0.2":"2018-11-01T20:10:45.035Z","6.0.3":"2019-01-31T14:16:34.395Z","9.0.0":"2020-02-23T13:46:58.300Z","10.0.0":"2020-07-10T20:32:37.290Z","10.0.1":"2020-07-27T14:35:51.169Z","11.0.0":"2020-11-20T17:56:57.099Z","11.1.0":"2021-02-16T18:54:34.773Z","11.1.1":"2021-02-17T02:05:17.383Z","11.1.2":"2021-02-17T02:08:56.726Z","12.0.0":"2021-07-06T19:37:25.443Z","13.0.0":"2022-01-10T23:25:51.676Z","13.1.0-preview1":"2022-07-15T19:24:19.090Z","13.1.0":"2022-09-14T20:06:04.347Z","19.0.0":"2025-04-28T15:55:49.968Z","19.0.1":"2025-07-16T01:47:06.006Z","21.0.0":"2025-12-12T17:56:52.908Z","21.0.1":"2025-12-20T05:42:00.479Z"},"readmeFilename":"README.md","homepage":"https://github.com/changhuixu/session-expiration-alert#readme"}