{"_id":"angular-confirmation-popover","_rev":"35-5017cb4f915e3de7cfefcde2321f36e3","name":"angular-confirmation-popover","description":"An angular 15.0+ bootstrap confirmation popover","dist-tags":{"latest":"7.0.0","beta":"2.1.1-beta.2"},"versions":{"2.0.0":{"name":"angular-confirmation-popover","version":"2.0.0","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"~2.1.1","@angular/compiler":"~2.1.1","@angular/compiler-cli":"~2.1.1","@angular/core":"~2.1.1","@angular/forms":"~2.1.1","@angular/platform-browser":"~2.1.1","@angular/platform-browser-dynamic":"~2.1.1","@angular/platform-server":"~2.1.1","@types/chai":"~3.4.33","@types/chai-dom":"0.0.4","@types/core-js":"~0.9.34","@types/jasmine":"~2.5.35","@types/node":"~6.0.41","@types/sinon":"~1.16.30","@types/sinon-chai":"~2.7.27","awesome-typescript-loader":"~2.2.4","chai":"~3.5.0","chai-dom":"~1.4.0","commitizen":"~2.8.1","concurrently":"~3.1.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"~1.2.0","core-js":"~2.4.1","cz-conventional-changelog":"~1.2.0","del-cli":"~0.2.0","ghooks":"~1.3.0","imports-loader":"~0.6.5","jasmine-core":"~2.5.0","karma":"~1.3.0","karma-coverage":"~1.1.0","karma-jasmine":"~1.0.2","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"~0.2.1","karma-sourcemap-loader":"~0.3.7","karma-webpack":"~1.8.0","phantomjs-prebuilt":"~2.1.7","rxjs":"5.0.0-beta.12","sinon":"~1.17.4","sinon-chai":"~2.8.0","sourcemap-istanbul-instrumenter-loader":"~0.2.0","standard-version":"~3.0.0","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.5.0","typescript":"~2.0.2","validate-commit-msg":"~2.8.0","webpack":"~2.1.0-beta.22","webpack-dev-server":"~2.1.0-beta.4","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/common":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"@ng-bootstrap/ng-bootstrap":"~1.0.0-alpha.0"},"gitHead":"ed65605da6fdeab2a429d364d019cc155c12ec01","_id":"angular-confirmation-popover@2.0.0","_shasum":"feb150a03466f9949245cd64ab2659266485000a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"feb150a03466f9949245cd64ab2659266485000a","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.0.0.tgz","integrity":"sha512-XSeLdofRXJ3PLbYqeJxM3X2XJ8/xNAHcV2MYIx+oUcAqnzxfENeMZjFqPdoPp1L2BQUZsBybiHDH3Am1HIt4jw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICalfPj5VFuTokEW9EkJqaBmFYcDQMKOfasWxuiaqJgwAiBvFAL0c8Z+HorypgdyD1UTK5uwuQv3lLm7rQ/YOe6YTQ=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.0.0.tgz_1478621667324_0.28734534070827067"},"directories":{}},"2.0.1":{"name":"angular-confirmation-popover","version":"2.0.1","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"~2.1.1","@angular/compiler":"~2.1.1","@angular/compiler-cli":"~2.1.1","@angular/core":"~2.1.1","@angular/forms":"~2.1.1","@angular/platform-browser":"~2.1.1","@angular/platform-browser-dynamic":"~2.1.1","@angular/platform-server":"~2.1.1","@types/chai":"~3.4.33","@types/chai-dom":"0.0.4","@types/core-js":"~0.9.34","@types/jasmine":"~2.5.35","@types/node":"~6.0.41","@types/sinon":"~1.16.30","@types/sinon-chai":"~2.7.27","awesome-typescript-loader":"~2.2.4","chai":"~3.5.0","chai-dom":"~1.4.0","commitizen":"~2.8.1","concurrently":"~3.1.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"~1.2.0","core-js":"~2.4.1","cz-conventional-changelog":"~1.2.0","del-cli":"~0.2.0","ghooks":"~1.3.0","imports-loader":"~0.6.5","jasmine-core":"~2.5.0","karma":"~1.3.0","karma-coverage":"~1.1.0","karma-jasmine":"~1.0.2","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"~0.2.1","karma-sourcemap-loader":"~0.3.7","karma-webpack":"~1.8.0","phantomjs-prebuilt":"~2.1.7","rxjs":"5.0.0-beta.12","sinon":"~1.17.4","sinon-chai":"~2.8.0","sourcemap-istanbul-instrumenter-loader":"~0.2.0","standard-version":"~3.0.0","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.5.0","typescript":"~2.0.2","validate-commit-msg":"~2.8.0","webpack":"~2.1.0-beta.22","webpack-dev-server":"~2.1.0-beta.4","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/common":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"@ng-bootstrap/ng-bootstrap":"~1.0.0-alpha.0"},"gitHead":"466ffada6923a5cc468dabcd55acea47be5fbba5","_id":"angular-confirmation-popover@2.0.1","_shasum":"ee4f45c076d23d0ae8d72de5ca5c1a6575e22bd8","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"ee4f45c076d23d0ae8d72de5ca5c1a6575e22bd8","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.0.1.tgz","integrity":"sha512-vmh+u/b5Z7APth6wrMMMmGIOXBahXCyf3iQ/MpIVTssFhc7b8ZCAkItfPLeDMLiTMhT+ILFPXLFxddUF5LnQ+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICabR4f6qBUrIV6HgHP24WUz0dtmjEB1JpeUYzUi77KbAiEAuLiIZgiGfJEWfZjz6yjE6GtUx/MHTxTgTr5BXTZIAmE="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.0.1.tgz_1478622858111_0.2592119269538671"},"directories":{}},"2.0.2":{"name":"angular-confirmation-popover","version":"2.0.2","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"~2.1.1","@angular/compiler":"~2.1.1","@angular/compiler-cli":"~2.1.1","@angular/core":"~2.1.1","@angular/forms":"~2.1.1","@angular/platform-browser":"~2.1.1","@angular/platform-browser-dynamic":"~2.1.1","@angular/platform-server":"~2.1.1","@types/chai":"~3.4.33","@types/chai-dom":"0.0.4","@types/core-js":"~0.9.34","@types/jasmine":"~2.5.35","@types/node":"~6.0.41","@types/sinon":"~1.16.30","@types/sinon-chai":"~2.7.27","awesome-typescript-loader":"~2.2.4","chai":"~3.5.0","chai-dom":"~1.4.0","commitizen":"~2.8.1","concurrently":"~3.1.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"~1.2.0","core-js":"~2.4.1","cz-conventional-changelog":"~1.2.0","del-cli":"~0.2.0","ghooks":"~1.3.0","imports-loader":"~0.6.5","jasmine-core":"~2.5.0","karma":"~1.3.0","karma-coverage":"~1.1.0","karma-jasmine":"~1.0.2","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"~0.2.1","karma-sourcemap-loader":"~0.3.7","karma-webpack":"~1.8.0","phantomjs-prebuilt":"~2.1.7","rxjs":"5.0.0-beta.12","sinon":"~1.17.4","sinon-chai":"~2.8.0","sourcemap-istanbul-instrumenter-loader":"~0.2.0","standard-version":"~3.0.0","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.5.0","typescript":"~2.0.2","validate-commit-msg":"~2.8.0","webpack":"~2.1.0-beta.22","webpack-dev-server":"~2.1.0-beta.4","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/common":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"@ng-bootstrap/ng-bootstrap":"~1.0.0-alpha.0"},"gitHead":"e805c062eb5c7df8cfa7c063113611a14d8a6181","_id":"angular-confirmation-popover@2.0.2","_shasum":"393e48016c657ff73815005b5251b682ffd105c6","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"393e48016c657ff73815005b5251b682ffd105c6","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.0.2.tgz","integrity":"sha512-SqrcxQx8KgQIGchRQUSsuIQgr7zrTRK0HYRZJ8KTGh/mwawIwvrWDIQYAyERnAHAtJqYLOYDG3PAGdYXsyKwcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDakieksLbFjAgBC8byZYS8q4qB+A3CvJcGq4q6bqAVOwIgEzHzoIL+VoFKEmEEMBjZbkz3/a6MyWGTa7tbZtuW6Wk="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.0.2.tgz_1478623102084_0.4157160820905119"},"directories":{}},"2.0.3":{"name":"angular-confirmation-popover","version":"2.0.3","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"~2.1.1","@angular/compiler":"~2.1.1","@angular/compiler-cli":"~2.1.1","@angular/core":"~2.1.1","@angular/forms":"~2.1.1","@angular/platform-browser":"~2.1.1","@angular/platform-browser-dynamic":"~2.1.1","@angular/platform-server":"~2.1.1","@types/chai":"~3.4.33","@types/chai-dom":"0.0.4","@types/core-js":"~0.9.34","@types/jasmine":"~2.5.35","@types/node":"~6.0.41","@types/sinon":"~1.16.30","@types/sinon-chai":"~2.7.27","awesome-typescript-loader":"~2.2.4","chai":"~3.5.0","chai-dom":"~1.4.0","commitizen":"~2.8.1","concurrently":"~3.1.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"~1.2.0","core-js":"~2.4.1","cz-conventional-changelog":"~1.2.0","del-cli":"~0.2.0","ghooks":"~1.3.0","imports-loader":"~0.6.5","jasmine-core":"~2.5.0","karma":"~1.3.0","karma-coverage":"~1.1.0","karma-jasmine":"~1.0.2","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"~0.2.1","karma-sourcemap-loader":"~0.3.7","karma-webpack":"~1.8.0","phantomjs-prebuilt":"~2.1.7","rxjs":"5.0.0-beta.12","sinon":"~1.17.4","sinon-chai":"~2.8.0","sourcemap-istanbul-instrumenter-loader":"~0.2.0","standard-version":"~3.0.0","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.5.0","typescript":"~2.0.2","validate-commit-msg":"~2.8.0","webpack":"~2.1.0-beta.22","webpack-dev-server":"~2.1.0-beta.4","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/common":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"@ng-bootstrap/ng-bootstrap":"~1.0.0-alpha.0"},"gitHead":"d5c8d49bed6eb20684521d43217e0a64dd8cc593","_id":"angular-confirmation-popover@2.0.3","_shasum":"cfcf74b14f961ab43a2b1c4a0d8b225a82e78f09","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"cfcf74b14f961ab43a2b1c4a0d8b225a82e78f09","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.0.3.tgz","integrity":"sha512-z3Y64WwHXmyUmH+0Hii25N84nnkDtLn2qKCp2GGspFc+A6fILpUaD0Go8atDZ+G/2cx/CBYmqGt+tLymacPn+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7HrhqxHdSl69X2IOxgxkZ6CY5kny3e1/JxmCueZQMKAIhAOkcSaxu5knT6CBJHJE/y06eRo0VlYR5Z+9rYFf4iCAP"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.0.3.tgz_1478623582436_0.2944926905911416"},"directories":{}},"2.1.0":{"name":"angular-confirmation-popover","version":"2.1.0","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^6.0.41","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"3.0.0-beta.17","chai":"^3.5.0","chai-dom":"^1.4.0","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.1.4","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.0.4"},"gitHead":"b2ffe55e2aca8cf18c6e31c50673c1a36c820cc0","_id":"angular-confirmation-popover@2.1.0","_shasum":"8f6fea0475ce3c910a5b54d069187b1378ae362f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"8f6fea0475ce3c910a5b54d069187b1378ae362f","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.0.tgz","integrity":"sha512-/OCBzUB8i3xCaf8Qss6RiTePO+OPJsEjIJyyyW2l52DrWO/As6RdK81/sErpxtJsCr+aNc1YG7dS+k9YeCmisA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsGadflCdJnuy0XVhP7e3J4DCsy1IrHVTIe1xGfSSY2AiEA22A6IuXfZehuSNW5Y6TfPbJUfGNKwGSCR7KnplO3z0w="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.0.tgz_1483808056553_0.236350713763386"},"directories":{}},"2.1.1-beta.0":{"name":"angular-confirmation-popover","version":"2.1.1-beta.0","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^6.0.41","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"3.0.0-beta.17","chai":"^3.5.0","chai-dom":"^1.4.0","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.1.4","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.0.4"},"gitHead":"b2ffe55e2aca8cf18c6e31c50673c1a36c820cc0","_id":"angular-confirmation-popover@2.1.1-beta.0","_shasum":"f2dc9c90909e52fb7e02044dfdd977c0f3a1bbda","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"f2dc9c90909e52fb7e02044dfdd977c0f3a1bbda","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.1-beta.0.tgz","integrity":"sha512-ftezxSytLTuN7Rhv3f0y6Qx8YtF8HWGC6WzE211VsrjkGG1zAta1znkUtUmpJ8poPYXCcDurLWdzpoekhRMB4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHv+kwFEY9sXKGnI7dUFV8DgYvH9qD4ox3w5jq5doF87AiAyTIUM1uo52zMvL9HsYsKpmgdGzIKKDWXE/B3UOaOf8w=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.1-beta.0.tgz_1483808465420_0.6275157197378576"},"directories":{}},"2.1.1-beta.1":{"name":"angular-confirmation-popover","version":"2.1.1-beta.1","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^6.0.41","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"3.0.0-beta.17","chai":"^3.5.0","chai-dom":"^1.4.0","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.1.4","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.0.4"},"gitHead":"b2ffe55e2aca8cf18c6e31c50673c1a36c820cc0","_id":"angular-confirmation-popover@2.1.1-beta.1","_shasum":"58922d5869f0f16f3e0966beba1fd816e98fdba9","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"58922d5869f0f16f3e0966beba1fd816e98fdba9","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.1-beta.1.tgz","integrity":"sha512-bYMn4KDhbOw3vxkXY5eVNBxO1kEj4WO42czXamiVt7v2xM0efRlBiKm+DNBbWx/CJWBOjVF+E4VzHpY/8+3lVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICP8F0pg/Gu3C5pbzV/EUKb70In+LEFsOf/lWMv9UTH4AiB6UR7lOE0IpOmTg5+vmy0TxjNkBTlND+ivUbrzoorhyw=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.1-beta.1.tgz_1483808580543_0.35347060952335596"},"directories":{}},"2.1.1-beta.2":{"name":"angular-confirmation-popover","version":"2.1.1-beta.2","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^6.0.41","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"3.0.0-beta.17","chai":"^3.5.0","chai-dom":"^1.4.0","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.0.10","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.0.4"},"gitHead":"b2ffe55e2aca8cf18c6e31c50673c1a36c820cc0","_id":"angular-confirmation-popover@2.1.1-beta.2","_shasum":"7ea7f7739b0b42860b4d6a7f350288cf4eeb6cef","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"7ea7f7739b0b42860b4d6a7f350288cf4eeb6cef","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.1-beta.2.tgz","integrity":"sha512-u8ISWQUoTXkNMVkxnP6G7el/sZy73jFiQUm9pWp1K+atxVQvNfVrqbPXYRuRVWZrQPVgdOILBcYJj5x3o0obdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPQX18tPq7QJ7gjN8NjMOg1Qw5At9VsqH1FGfcuNXTvAiEAr6Yqt2cBTjyPPqX6wc430Hm/3QjJyBTt81Tg7IwHwAA="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.1-beta.2.tgz_1483808699743_0.017908808775246143"},"directories":{}},"2.1.1":{"name":"angular-confirmation-popover","version":"2.1.1","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^6.0.41","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","chai-dom":"^1.4.0","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.0.10","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.0.4"},"gitHead":"6908c21b198a79b61d8cf3a59361e4c60e7fafe7","_id":"angular-confirmation-popover@2.1.1","_shasum":"25bdd9d70cb734928c5f0824338a41b485eabe69","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"25bdd9d70cb734928c5f0824338a41b485eabe69","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.1.tgz","integrity":"sha512-BpMlGqmD1gh/T0FkVPybhLbOhoFFZ2QmhBlbzFPO2+p8qmPF5X/p8Ke0frNUfqjLNfUJtNt+Y9y1AYGDzhQzGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUiDEE/2XLJbCkDmBDAhV9SIqfLAqoC8nt7o/Il2fhKQIhAIIX8GPV6rMQrcmHrGbfpFsRjHlaDCVuCKX3rX9UP2qa"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.1.tgz_1483808922876_0.45320302760228515"},"directories":{}},"2.1.2":{"name":"angular-confirmation-popover","version":"2.1.2","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run","test:watch":"karma start --auto-watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"typedoc --options typedoc.json src/*.ts","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/core-js":"^0.9.34","@types/jasmine":"^2.5.35","@types/node":"^7.0.0","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","chai-dom":"^1.4.0","codecov":"^1.0.1","commitizen":"^2.8.1","concurrently":"^3.1.0","conventional-changelog":"^1.1.0","conventional-changelog-cli":"^1.2.0","core-js":"^2.4.1","cz-conventional-changelog":"^1.2.0","del-cli":"^0.2.0","husky":"^0.12.0","imports-loader":"^0.7.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage":"^1.1.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^1.17.4","sinon-chai":"^2.8.0","sourcemap-istanbul-instrumenter-loader":"^0.2.0","standard-version":"^4.0.0","tslint":"^4.0.2","tslint-loader":"^3.2.0","typedoc":"^0.5.0","typescript":"~2.0.10","validate-commit-msg":"^2.8.0","webpack":"~2.2.0-rc.1","webpack-dev-server":"~2.2.0-rc.0","zone.js":"~0.7.2"},"peerDependencies":{"@angular/common":"^2.0.0","@angular/core":"^2.0.0","@angular/platform-browser":"^2.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.1.0"},"gitHead":"3be8b5c106aecad9345e19bbd6834df89a0fcaf0","_id":"angular-confirmation-popover@2.1.2","_shasum":"780a6016ac1bb24912fe0b751de3c3f429f06aa5","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"780a6016ac1bb24912fe0b751de3c3f429f06aa5","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.2.tgz","integrity":"sha512-7GiOTPeODyoRw+zyj/4O67vGk0R+TU1oy8MwGexlKWeMTzIyZrfC+ysJJictkcSfHfuVJyJcD0BGN38CDU4m5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzd4IlGeHVMSm2VtnRxyGMwy/MURY/KEiKibEJzZjzwwIhANs4Xj1iHiugjcdwWEzldo0YpYk6UY2uwcdYZHtIU9d0"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.2.tgz_1484176894381_0.016514995135366917"},"directories":{}},"2.1.3":{"name":"angular-confirmation-popover","version":"2.1.3","description":"An angular 2.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs -b /angular-confirmation-popover/docs/ --disableGraph --disableCoverage","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^2.2.3","@angular/compiler":"^2.2.3","@angular/compiler-cli":"^2.2.3","@angular/core":"^2.2.3","@angular/forms":"^2.2.3","@angular/platform-browser":"^2.2.3","@angular/platform-browser-dynamic":"^2.2.3","@angular/platform-server":"^2.2.3","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/jasmine":"2.5.35","@types/node":"^7.0.0","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","@types/webpack":"^2.2.12","awesome-typescript-loader":"^3.1.2","chai":"^3.5.0","chai-dom":"^1.4.0","codecov":"^2.1.0","commitizen":"^2.8.1","compodoc":"0.0.38","concurrently":"^3.1.0","core-js":"^2.4.1","cz-conventional-changelog":"^2.0.0","del-cli":"^0.2.0","husky":"^0.13.2","istanbul-instrumenter-loader":"^2.0.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^2.1.0","sinon-chai":"^2.8.0","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^4.0.2","tslint-loader":"^3.2.0","typescript":"~2.0.10","validate-commit-msg":"^2.8.0","webpack":"^2.3.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.4.2","zone.js":"^0.8.5"},"peerDependencies":{"@angular/common":">=2.0.0 <5.0.0","@angular/core":">=2.0.0 <5.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.1.0"},"gitHead":"2bba597387de7fbd39bffbf6948793c3dc76bbee","_id":"angular-confirmation-popover@2.1.3","_shasum":"5cb35da1f2959d33a10a9fd6bfe0d9f47892a702","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"5cb35da1f2959d33a10a9fd6bfe0d9f47892a702","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-2.1.3.tgz","integrity":"sha512-SvEGEJmWtDjPYWamW7qVgFmjPQG5RE4+Cd+GgY3q4IOavGoacFg6+cKPA0ZlcTgn5NYJ5tWMhCVg/xRcotfT7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT/AKxyZtw7cek1x1K3QJXcNme5guYkuFY4LGJv3HpxgIhANQBl90cRSYAF8HliWS34H+4wWgli2w/1GDFhlUJachH"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-2.1.3.tgz_1490292973102_0.13787068449892104"},"directories":{}},"3.0.0":{"name":"angular-confirmation-popover","version":"3.0.0","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs -b /angular-confirmation-popover/docs/ --disableGraph --disableCoverage","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.0.0","@angular/compiler":"^4.0.0","@angular/compiler-cli":"^4.0.0","@angular/core":"^4.0.0","@angular/forms":"^4.0.0","@angular/platform-browser":"^4.0.0","@angular/platform-browser-dynamic":"^4.0.0","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/jasmine":"^2.5.46","@types/node":"^7.0.0","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","@types/webpack":"^2.2.12","awesome-typescript-loader":"^3.1.2","chai":"^3.5.0","chai-dom":"^1.4.0","codecov":"^2.1.0","commitizen":"^2.8.1","compodoc":"0.0.38","concurrently":"^3.1.0","core-js":"^2.4.1","cz-conventional-changelog":"^2.0.0","del-cli":"^0.2.0","husky":"^0.13.2","istanbul-instrumenter-loader":"^2.0.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^2.1.0","sinon-chai":"^2.8.0","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^4.0.2","tslint-loader":"^3.2.0","typescript":"~2.2.1","validate-commit-msg":"^2.8.0","webpack":"^2.3.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.4.2","zone.js":"^0.8.5"},"peerDependencies":{"@angular/common":"^4.0.0","@angular/core":"^4.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.1.0"},"gitHead":"807897d95cb899ca82e0d06d159dc996754457cf","_id":"angular-confirmation-popover@3.0.0","_shasum":"08f6205bb50ba1d96731bb90bc9f3ec877c43c74","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"08f6205bb50ba1d96731bb90bc9f3ec877c43c74","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.0.0.tgz","integrity":"sha512-MuZtnPxVuVm5+DkaYlVZIrmE2sd5fUVVyBg9qQWcWtHxKsk1cCU97jLL/9VKB5rPL+6IB3RoE8dGuAhBecWjfQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCckx2RdSjpW7uXv7d3mGsLgLdmNk41NdhfCiOppYsW3wIgfn60vSJszBEULjZWc83fv3kB21f9nTCRUkaXF7rK3rk="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-3.0.0.tgz_1490356386062_0.15689876023679972"},"directories":{}},"3.1.0":{"name":"angular-confirmation-popover","version":"3.1.0","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs -b /angular-confirmation-popover/docs/ --disableGraph --disableCoverage","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.0.0","@angular/compiler":"^4.0.0","@angular/compiler-cli":"^4.0.0","@angular/core":"^4.0.0","@angular/forms":"^4.0.0","@angular/platform-browser":"^4.0.0","@angular/platform-browser-dynamic":"^4.0.0","@types/chai":"^3.4.33","@types/chai-dom":"0.0.5","@types/jasmine":"^2.5.46","@types/node":"^7.0.0","@types/sinon":"^1.16.30","@types/sinon-chai":"^2.7.27","@types/webpack":"^2.2.12","awesome-typescript-loader":"^3.1.2","chai":"^3.5.0","chai-dom":"^1.4.0","codecov":"^2.1.0","commitizen":"^2.8.1","compodoc":"0.0.38","concurrently":"^3.1.0","core-js":"^2.4.1","cz-conventional-changelog":"^2.0.0","del-cli":"^0.2.0","husky":"^0.13.2","istanbul-instrumenter-loader":"^2.0.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^2.1.0","sinon-chai":"^2.8.0","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^4.0.2","tslint-loader":"^3.2.0","typescript":"~2.2.1","validate-commit-msg":"^2.8.0","webpack":"^2.3.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.4.2","zone.js":"^0.8.5"},"peerDependencies":{"@angular/common":"^4.0.0","@angular/core":"^4.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.1.0"},"gitHead":"9f04506671ab5619f9784565820a3a5b2fb8b405","_id":"angular-confirmation-popover@3.1.0","_shasum":"b6c0d525f2dae9cc0499946c7ced562d11d1631e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"shasum":"b6c0d525f2dae9cc0499946c7ced562d11d1631e","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.1.0.tgz","integrity":"sha512-X+hicpvBcqZyGg1A8UGu/VMiC8lQm8XpfUfZbkjNd/ZQc0wo+PNk1rb2VY031yeaAWCnHH3nCXHdw5UNtMVQag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOqNFR1W7nJPjT+xMtEeqNwFdmgXSxWlSR/fHi8TFArgIhALof3lgT9SJ7ep8EJHPjKmv44gCS7+HhdRt9H0jICS1x"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-confirmation-popover-3.1.0.tgz_1490436267205_0.41564815072342753"},"directories":{}},"3.1.1":{"name":"angular-confirmation-popover","version":"3.1.1","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivateOrInternalSupport","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.0.0","@angular/compiler":"^4.0.0","@angular/compiler-cli":"^4.0.0","@angular/core":"^4.0.0","@angular/forms":"^4.0.0","@angular/platform-browser":"^4.0.0","@angular/platform-browser-dynamic":"^4.0.0","@compodoc/compodoc":"^1.0.0-beta.8","@types/chai":"^4.0.0","@types/chai-dom":"0.0.5","@types/jasmine":"^2.5.46","@types/node":"^8.0.1","@types/sinon":"^2.2.1","@types/sinon-chai":"^2.7.27","@types/webpack":"^2.2.12","awesome-typescript-loader":"^3.1.2","chai":"^4.0.2","chai-dom":"^1.4.0","codecov":"^2.1.0","commitizen":"^2.8.1","concurrently":"^3.1.0","core-js":"^2.4.1","cz-conventional-changelog":"^2.0.0","del-cli":"^1.0.0","husky":"^0.13.2","istanbul-instrumenter-loader":"^2.0.0","jasmine-core":"^2.5.0","karma":"^1.3.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"^2.1.7","rxjs":"^5.0.2","sinon":"^2.1.0","sinon-chai":"^2.8.0","standard-version":"^4.0.0","ts-node":"^3.0.2","tslint":"^5.2.0","tslint-loader":"^3.2.0","typescript":"~2.3.2","validate-commit-msg":"^2.8.0","webpack":"^2.3.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.4.2","zone.js":"^0.8.5"},"peerDependencies":{"@angular/common":"^4.0.0","@angular/core":"^4.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.1.0"},"gitHead":"0c8ddf923e94d9f6716145aaaad13c684a20393d","_id":"angular-confirmation-popover@3.1.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-WsE+VG+97rEFnMv5PKHV+oxg7iZRknTid1oeFXkgiu91Wvt+RPbt+wOz5D3mX7VOChX5NK3gRIN0JZbJn3tgug==","shasum":"1a09bb876e01c0ad4cfa172c48a110831a1d4d8b","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6ys+tYoQ6EUgIp6CR5usGAzZRZQncI809aDhd8+7+MAIgfOhiC7GMR5eRyAryB6+2ZF6E4mnl2QRQ0OBDQ3LgACA="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.1.1.tgz_1498064027525_0.8916662859264761"},"directories":{}},"3.2.0":{"name":"angular-confirmation-popover","version":"3.2.0","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivateOrInternalSupport","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.0.0","@angular/compiler":"^4.0.0","@angular/compiler-cli":"^4.0.0","@angular/core":"^4.0.0","@angular/forms":"^4.0.0","@angular/platform-browser":"^4.0.0","@angular/platform-browser-dynamic":"^4.0.0","@compodoc/compodoc":"^1.0.0-beta.8","@types/chai":"^4.0.0","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.42","@types/node":"^8.0.1","@types/sinon":"^2.2.1","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.0.10","chai":"^4.0.2","chai-dom":"^1.4.0","codecov":"^2.1.0","commitizen":"^2.8.1","concurrently":"^3.1.0","core-js":"^2.4.1","cz-conventional-changelog":"^2.0.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.7","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.3.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.1","mocha":"^3.5.0","rxjs":"^5.0.2","sinon":"^3.2.1","sinon-chai":"^2.8.0","standard-version":"^4.0.0","ts-loader":"^2.3.4","ts-node":"^3.0.2","tslint":"^5.2.0","tslint-loader":"^3.2.0","typescript":"~2.4.2","validate-commit-msg":"^2.8.0","webpack":"^3.5.5","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.4.2","zone.js":"^0.8.5"},"peerDependencies":{"@angular/common":"^4.0.0","@angular/core":"^4.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"gitHead":"119f59851a0c17d22f44aa00296693f97a598a8e","_id":"angular-confirmation-popover@3.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-sScEbZe9INhHsIjjHXwnhsc+dBGnJlYACYZAKQ5edxVQOwaAynzDxAOAauxKWaL1y4CmxNYuc4Ax/6jAbs8SUA==","shasum":"62e1020e61b073ad829038d4163969d59106c218","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC417b2k1uJnROOf5k4YMKPcq/hbLNzKOqTbB1EXuEUfAiAMHbsAy6jFiM/wIOESyhAhABOg3ic21x7k6Qpfs94nyA=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.2.0.tgz_1503936949492_0.5028885747306049"},"directories":{}},"3.3.0":{"name":"angular-confirmation-popover","version":"3.3.0","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^5.0.2","@angular/compiler":"^5.0.2","@angular/compiler-cli":"^5.0.2","@angular/core":"^5.0.2","@angular/forms":"^5.0.2","@angular/platform-browser":"^5.0.2","@angular/platform-browser-dynamic":"^5.0.2","@compodoc/compodoc":"^1.0.0","@types/chai":"^4.0.5","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.44","@types/node":"^8.0.53","@types/sinon":"^4.0.0","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.1","chai":"^4.1.2","chai-dom":"^1.6.0","codecov":"^3.0.0","commitizen":"^2.8.1","concurrently":"^3.1.0","core-js":"^2.5.1","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.8","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.6","mocha":"^4.0.1","rxjs":"^5.5.2","sinon":"^4.1.2","sinon-chai":"^2.14.0","standard-version":"^4.0.0","ts-loader":"^3.1.1","ts-node":"^3.0.2","tslint":"^5.8.0","tslint-loader":"^3.2.0","typescript":"~2.4.2","validate-commit-msg":"^2.8.0","webpack":"^3.8.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.9.4","zone.js":"^0.8.18"},"peerDependencies":{"@angular/common":"^4.0.0 || ^5.0.0","@angular/core":"^4.0.0 || ^5.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"gitHead":"38b873077060a6f88ea98a510b4dd792ffc364d9","_id":"angular-confirmation-popover@3.3.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-449XVJrzwTRn0sk2fWPvCwEMB2OThYfyscdbYXaxO7q05dgreZCJg0okngtrUFg1n/qaTmTz30JVb6UDN9SqBg==","shasum":"a7c82f7e72af89d1dce97edbf4baf5217c5c6cd2","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAuxD3n6Gg00y5t/Sf4dJREJb0GnDBPCar8cAA5TcvVlAiBHBg7tu8wGi37EYvC1WiJnZpExnDZYLjqdK2baUbNU3A=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.3.0.tgz_1511209704485_0.20121786487288773"},"directories":{}},"3.4.0":{"name":"angular-confirmation-popover","version":"3.4.0","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.4.6","@angular/compiler":"^4.4.6","@angular/compiler-cli":"^4.4.6","@angular/core":"^4.4.6","@angular/forms":"^4.4.6","@angular/platform-browser":"^4.4.6","@angular/platform-browser-dynamic":"^4.4.6","@compodoc/compodoc":"^1.0.0","@types/chai":"^4.0.5","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.44","@types/node":"^8.0.53","@types/sinon":"^4.0.0","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.1","chai":"^4.1.2","chai-dom":"^1.6.0","codecov":"^3.0.0","commitizen":"^2.8.1","concurrently":"^3.1.0","core-js":"^2.5.1","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.8","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.6","mocha":"^4.0.1","rxjs":"^5.5.2","sinon":"^4.1.2","sinon-chai":"^2.14.0","standard-version":"^4.0.0","ts-loader":"^3.1.1","ts-node":"^3.0.2","tslint":"^5.8.0","tslint-loader":"^3.2.0","typescript":"~2.4.2","validate-commit-msg":"^2.8.0","webpack":"^3.8.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.9.4","zone.js":"^0.8.18"},"peerDependencies":{"@angular/common":"^4.0.0 || ^5.0.0","@angular/core":"^4.0.0 || ^5.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"gitHead":"4e6251523aedce50967621bece99db8c3a6effc8","_id":"angular-confirmation-popover@3.4.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-81RsfHXKkQaQPA1JPXBMb56hGj5R5SB4sqEFYkplWTFfHIhbDIdtdp2Qr+R2mlQvkgis0biGsgUrTUX5ZjanOg==","shasum":"67797e1548326f0a8c5655d9e2fef1c14d8d0a29","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICz0vcrVH8XP1zmky/ilqm5n2qn80cRWDSeRlb9gw7xxAiEA2V9/EfgZaOoU505Abl8pbM4n05vzCvZqKYowxUihhbE="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.4.0.tgz_1511258476175_0.2518889445345849"},"directories":{}},"3.4.1":{"name":"angular-confirmation-popover","version":"3.4.1","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov"},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.4.6","@angular/compiler":"^4.4.6","@angular/compiler-cli":"^4.4.6","@angular/core":"^4.4.6","@angular/forms":"^4.4.6","@angular/platform-browser":"^4.4.6","@angular/platform-browser-dynamic":"^4.4.6","@compodoc/compodoc":"^1.0.0","@types/chai":"^4.0.5","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.44","@types/node":"^8.0.53","@types/sinon":"^4.0.0","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.1","chai":"^4.1.2","chai-dom":"^1.6.0","codecov":"^3.0.0","commitizen":"^2.8.1","concurrently":"^3.1.0","core-js":"^2.5.1","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.8","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.0.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.6","mocha":"^4.0.1","rxjs":"^5.5.2","sinon":"^4.1.2","sinon-chai":"^2.14.0","standard-version":"^4.0.0","ts-loader":"^3.1.1","ts-node":"^3.0.2","tslint":"^5.8.0","tslint-loader":"^3.2.0","typescript":"~2.4.2","validate-commit-msg":"^2.8.0","webpack":"^3.8.1","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.9.4","zone.js":"^0.8.18"},"peerDependencies":{"@angular/common":"^4.0.0 || ^5.0.0","@angular/core":"^4.0.0 || ^5.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"gitHead":"4829888f58553a0b8ff3d1c6eac46bbfa7fe6d9b","_id":"angular-confirmation-popover@3.4.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-hDXz2dUNSlk/PjvUc9rq1Um8WxOiy4R6g2ltHn1Ggw9DFu9LKpm0B6/PpDJviWCmcnfv+xnsMCZ4gayUsEgvrA==","shasum":"8acd85114adbc42c258f67bf8b8df228de9d7fa4","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCW1Y8/LffMkhb/v7n39LSyMPxBLJAL7WWnn2rVfjYNgIhAN0vnpGjJAnBolquivMPxrPNwP/S9UAQ8AJf0flqHN2E"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.4.1.tgz_1511261962923_0.9887945188675076"},"directories":{}},"3.4.2":{"name":"angular-confirmation-popover","version":"3.4.2","description":"An angular 4.0+ bootstrap confirmation popover","main":"./dist/umd/angular-confirmation-popover.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.ts","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","prerelease":"npm test","release":"git pull && standard-version && git push --follow-tags origin master && npm run build:dist && npm publish","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov","prettier":"prettier --write","precommit":"lint-staged"},"lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular4","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^4.4.6","@angular/compiler":"^4.4.6","@angular/compiler-cli":"^4.4.6","@angular/core":"^4.4.6","@angular/forms":"^4.4.6","@angular/platform-browser":"^4.4.6","@angular/platform-browser-dynamic":"^4.4.6","@compodoc/compodoc":"^1.0.5","@types/chai":"^4.0.10","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.45","@types/node":"^8.5.2","@types/sinon":"^4.1.2","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.1","chai":"^4.1.2","chai-dom":"^1.6.0","codecov":"^3.0.0","codelyzer":"^3.2.2","commitizen":"^2.8.1","concurrently":"^3.5.1","core-js":"^2.5.3","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.10","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.9","lint-staged":"^6.0.0","mocha":"^4.0.1","prettier":"^1.9.2","rxjs":"^5.5.6","sinon":"^4.1.3","sinon-chai":"^2.14.0","standard-version":"^4.0.0","ts-loader":"^3.2.0","ts-node":"^4.1.0","tslint":"^5.8.0","tslint-config-mwl":"^0.2.1","tslint-loader":"^3.2.0","typescript":"~2.4.2","validate-commit-msg":"^2.8.0","webpack":"^3.10.0","webpack-angular-externals":"^1.0.2","webpack-dev-server":"^2.9.7","zone.js":"^0.8.18"},"peerDependencies":{"@angular/common":"^4.0.0 || ^5.0.0","@angular/core":"^4.0.0 || ^5.0.0"},"files":["dist"],"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"gitHead":"4cbd99f6fbf5c960ce801f51d1c37f2f59c9ed30","_id":"angular-confirmation-popover@3.4.2","_npmVersion":"5.6.0","_nodeVersion":"9.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-B3KkNAa9LhxUePn3uBddaKuZ2yVgOJT5yR8txQQcn9duKN8eWt1p5DbH3zNgboK6uiq7rM7QuzrbvS98Xmez8A==","shasum":"9a4f334763b77053c17ca176c4b383e4109845f7","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUTpdnia7vwle9bX49OAkEIKJeI/UClZZifgJJFMp//wIhAPD3yf/IF/je/tLVGN3wwqU2DpSbLtktYeZTq4X+P0IG"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-3.4.2.tgz_1514137078713_0.20994820026680827"},"directories":{}},"4.0.0":{"name":"angular-confirmation-popover","version":"4.0.0","description":"An angular 5.0+ bootstrap confirmation popover","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:dist":"ng-packagr -p package.json","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","copyfiles":"copyfiles CHANGELOG.md dist","prerelease":"npm test","release:git":"standard-version && git push --follow-tags origin master","release:npm":"npm run build:dist && npm run copyfiles && npm publish dist","release":"npm run release:git && npm run release:npm","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov","prettier":"prettier --write","precommit":"lint-staged"},"lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^5.1.2","@angular/compiler":"^5.1.2","@angular/compiler-cli":"^5.1.2","@angular/core":"^5.1.2","@angular/forms":"^5.1.2","@angular/platform-browser":"^5.1.2","@angular/platform-browser-dynamic":"^5.1.2","@compodoc/compodoc":"^1.0.5","@types/chai":"^4.0.10","@types/chai-dom":"0.0.5","@types/mocha":"^2.2.45","@types/node":"^8.5.2","@types/sinon":"^4.1.2","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.1","chai":"^4.1.2","chai-dom":"^1.6.0","codecov":"^3.0.0","codelyzer":"^4.0.2","commitizen":"^2.8.1","concurrently":"^3.5.1","copyfiles":"^1.2.0","core-js":"^2.5.3","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.2.10","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.9","lint-staged":"^6.0.0","mocha":"^4.0.1","ng-packagr":"2.0.0-rc.7","prettier":"^1.9.2","rxjs":"^5.5.6","sinon":"^4.1.3","sinon-chai":"^2.14.0","standard-version":"^4.0.0","ts-loader":"^3.2.0","ts-node":"^4.1.0","tslint":"^5.8.0","tslint-config-mwl":"^0.2.1","tslint-loader":"^3.2.0","typescript":"~2.5.3","validate-commit-msg":"^2.8.0","webpack":"^3.10.0","webpack-dev-server":"^2.9.7","zone.js":"^0.8.18"},"peerDependencies":{"@angular/common":">=5.0.0 <7.0.0","@angular/core":">=5.0.0 <7.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1"},"main":"bundles/angular-confirmation-popover.umd.js","module":"esm5/angular-confirmation-popover.js","es2015":"esm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","_id":"angular-confirmation-popover@4.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.2.1","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-ExIPUwyjPmiBHdaqw36VKLOvnsfjTRjIDXWt0pYhHykrVVS9ZOt4U2IL6qDpHhBnAqi6XLjYy0PbK6aM7x7icQ==","shasum":"7b5f52e62351af3143806d10eddac5cd52883f6f","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmCyLfK3n7Jl2U8ObJs+BC+RfnbLm1AhynOPjm6sQ/MAiBb1AtiF0NoPZafVB2M8WP9rvN5TouzqbgGscH4eFW4kw=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover-4.0.0.tgz_1514145454405_0.7420352397020906"},"directories":{}},"4.1.0":{"name":"angular-confirmation-popover","version":"4.1.0","description":"An angular 5.0+ bootstrap confirmation popover","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"","build:demo":"webpack -p","build:dist":"ng-packagr -p package.json","build:clean":"del ./dist","test":"karma start --single-run && npm run build:dist && npm run build:clean","test:watch":"karma start --auto-watch","commit":"git-cz","compodoc":"compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivate --disableInternal --disableLifeCycleHooks --disableProtected","gh-pages":"git checkout gh-pages && git merge master --no-edit && npm run build:demo && npm run compodoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master","copyfiles":"copyfiles CHANGELOG.md dist","prerelease":"npm test","release:git":"standard-version && git push --follow-tags origin master","release:npm":"npm run build:dist && npm run copyfiles && npm publish dist","release":"npm run release:git && npm run release:npm","postrelease":"npm run build:clean && npm run gh-pages","commitmsg":"validate-commit-msg","codecov":"cat coverage/lcov.info | codecov","prettier":"prettier --write","precommit":"lint-staged"},"lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^5.2.4","@angular/compiler":"^5.2.4","@angular/compiler-cli":"^5.2.4","@angular/core":"^5.2.4","@angular/forms":"^5.2.4","@angular/platform-browser":"^5.2.4","@angular/platform-browser-dynamic":"^5.2.4","@compodoc/compodoc":"^1.0.5","@types/chai":"^4.1.2","@types/chai-dom":"0.0.6","@types/mocha":"^2.2.48","@types/node":"^9.4.4","@types/sinon":"^4.1.3","@types/sinon-chai":"^2.7.27","@types/webpack":"^3.8.5","chai":"^4.1.2","chai-dom":"^1.7.0","codecov":"^3.0.0","codelyzer":"^4.1.0","commitizen":"^2.8.1","concurrently":"^3.5.1","copyfiles":"^1.2.0","core-js":"^2.5.3","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.3.0","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.4.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.9","lint-staged":"^6.1.0","mocha":"^5.0.0","ng-packagr":"^2.0.0","prettier":"^1.10.2","rxjs":"^5.5.6","sinon":"^4.2.2","sinon-chai":"^2.14.0","standard-version":"^4.3.0","ts-loader":"^3.5.0","ts-node":"^4.1.0","tslint":"^5.9.1","tslint-config-mwl":"^0.3.0","tslint-loader":"^3.2.0","typescript":"~2.6.1","validate-commit-msg":"^2.8.0","webpack":"^3.10.0","webpack-dev-server":"^2.11.1","zone.js":"^0.8.20"},"peerDependencies":{"@angular/common":">=5.0.0 <7.0.0","@angular/core":">=5.0.0 <7.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1","tslib":"^1.7.1"},"main":"bundles/angular-confirmation-popover.umd.js","module":"esm5/angular-confirmation-popover.js","es2015":"esm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","_id":"angular-confirmation-popover@4.1.0","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"},"dist":{"integrity":"sha512-zq9h96zNMz4IEh4V+huczdA4BL2yr+dMKhklFcRMoe1I0WUlQ6ojYyGSJ2QsBciTMof3VrVglf6H7jsn0Yv8bA==","shasum":"700dce59b45e40aedfea7954c04d07593bf6bc78","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.1.0.tgz","fileCount":21,"unpackedSize":224117,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG1gNXu4b15EtV7zjOe0YSaCZagLQBEM61RhxiKKHTLpAiEAmnmwJFhT9F4ybG2cfcMcmdPpXr+CGBQoCLN7FsWCCKo="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_4.1.0_1518267177776_0.7809122859415669"},"_hasShrinkwrap":false},"4.1.1":{"name":"angular-confirmation-popover","version":"4.1.1","description":"An angular 5.0+ bootstrap confirmation popover","lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^6.0.5","@angular/compiler":"^6.0.5","@angular/compiler-cli":"^6.0.5","@angular/core":"^6.0.5","@angular/forms":"^6.0.5","@angular/platform-browser":"^6.0.5","@angular/platform-browser-dynamic":"^6.0.5","@compodoc/compodoc":"^1.1.3","@types/chai":"^4.1.4","@types/chai-dom":"0.0.6","@types/fork-ts-checker-webpack-plugin":"^0.4.0","@types/mocha":"^5.2.2","@types/node":"^10.3.3","@types/sinon":"^4.3.3","@types/sinon-chai":"^3.2.0","@types/webpack":"^4.4.0","chai":"^4.1.2","chai-dom":"^1.8.0","codecov":"^3.0.2","codelyzer":"^4.3.0","commitizen":"^2.10.1","concurrently":"^3.5.1","copyfiles":"^2.0.0","core-js":"^2.5.7","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.4.2","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.1","karma":"^2.0.3","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.0","lint-staged":"^7.2.0","mocha":"^5.2.0","ng-packagr":"^3.0.2","prettier":"^1.13.5","rxjs":"^6.2.1","sinon":"^6.0.0","sinon-chai":"^3.2.0","standard-version":"^4.4.0","ts-loader":"^4.4.1","ts-node":"^6.1.1","tslint":"^5.10.0","tslint-config-mwl":"^0.4.1","tslint-loader":"^3.6.0","typescript":"~2.7.2","validate-commit-msg":"^2.8.0","webpack":"^4.12.0","webpack-cli":"^3.0.7","webpack-dev-server":"^3.1.4","zone.js":"^0.8.26"},"peerDependencies":{"@angular/common":">=5.0.0 <8.0.0","@angular/core":">=5.0.0 <8.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1","tslib":"^1.9.0"},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm5/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm5":"esm5/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm5":"fesm5/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@4.1.1","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"dist":{"integrity":"sha512-rxIx8WA+whrqervBJOdLYUmVBrqdfrdvrBy6VdU/UuGBFWoPGWVPKbhlLdu/SY+P2OEkVs+kGOOi13lvboaA+A==","shasum":"f98f114693994c3d710bb877fd9d0f3fb6f6eaa6","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.1.1.tgz","fileCount":37,"unpackedSize":461244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJPoLCRA9TVsSAnZWagAA0FAQAJ+SBrqivlBAfFdV9FQP\nxg+9y0JlwtHDZbsWxtXe4NrNGjaQoWa+xEWa41FwrK/LSwhEftmo3YKxl6F1\n9MYUt1wEvU+mjZM6e296iMKwtZj+jOlETVjKzdijValrVPhzZnjhB5Hv8641\nlPwNDIXHAQ7FQvdd888HL4R4r9n/LIqYd5wtrKf7DNYE3+AG6W858cH2FPlL\ne2ICAa8kxz6NJUl7uiFk8Kr4pzsdXMZK9Ah7UTDYgBbMlmDIqw7hoesOe9Un\ngI2w++3TFl5kAmQLRQ0JIGLTSdoFQyR5enHGT/W6vfG767JZOTQSZTum4sXw\nQSRNim/DDeusPpO2YhAAHInGBn4CWkTet6+H3EKEfoeSPVs/1inLxWLob4uJ\nxA0hNZklUQC2pP3NQDueL2tylTqWtba/akIiOAhtyXRvn2F6Ajk2m9Va4PEw\nqXbh8R53acX5RlDLQ5VtM7AtAn62KYviax3dwqaKDDpkPjEOnqPM6xMYgzos\nAWKndB6wSGcrXv3TKd5kET4vAUQ0m55ahfJgdp+NdTCrpfa7GArAtscaiUsY\nwEG5T3d66ZtMX4eslPgXmP+R6mCHLjX5E8scTzlIL0yg+Nq/lTnhNfuBS/T6\ncOTUp1FvkcXpyAw331ovhXg90l+x83MpTyv30zxT1rRT1Z4WSkv2zwBre8cx\nvPG2\r\n=64Jp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJ+nzZITOfJ1LZqvVfFbFoBvcwvoGW4uB6N+GpUdCRsAiBTLTlRdg4INQEVsaWq4EClNOoVUgF418Iel3Ff/+6FVA=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_4.1.1_1529149962710_0.1032419980489645"},"_hasShrinkwrap":false},"4.2.0":{"name":"angular-confirmation-popover","version":"4.2.0","description":"An angular 5.0+ bootstrap confirmation popover","lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^6.0.5","@angular/compiler":"^6.0.5","@angular/compiler-cli":"^6.0.5","@angular/core":"^6.0.5","@angular/forms":"^6.0.5","@angular/platform-browser":"^6.0.5","@angular/platform-browser-dynamic":"^6.0.5","@compodoc/compodoc":"^1.1.3","@types/chai":"^4.1.4","@types/chai-dom":"0.0.6","@types/fork-ts-checker-webpack-plugin":"^0.4.0","@types/mocha":"^5.2.2","@types/node":"^10.3.3","@types/sinon":"^4.3.3","@types/sinon-chai":"^3.2.0","@types/webpack":"^4.4.0","chai":"^4.1.2","chai-dom":"^1.8.0","codecov":"^3.0.2","codelyzer":"^4.3.0","commitizen":"^2.10.1","concurrently":"^3.5.1","copyfiles":"^2.0.0","core-js":"^2.5.7","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.4.2","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.1","karma":"^2.0.3","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.0","lint-staged":"^7.2.0","mocha":"^5.2.0","ng-packagr":"^3.0.2","prettier":"^1.13.5","rxjs":"^6.2.1","sinon":"^6.0.0","sinon-chai":"^3.2.0","standard-version":"^4.4.0","ts-loader":"^4.4.1","ts-node":"^6.1.1","tslint":"^5.10.0","tslint-config-mwl":"^0.4.1","tslint-loader":"^3.6.0","typescript":"~2.7.2","validate-commit-msg":"^2.8.0","webpack":"^4.12.0","webpack-cli":"^3.0.7","webpack-dev-server":"^3.1.4","zone.js":"^0.8.26"},"peerDependencies":{"@angular/common":">=5.0.0 <8.0.0","@angular/core":">=5.0.0 <8.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1","tslib":"^1.9.0"},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm5/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm5":"esm5/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm5":"fesm5/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@4.2.0","_npmVersion":"6.3.0","_nodeVersion":"10.5.0","_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"dist":{"integrity":"sha512-ItCPzV52user93NRk9rF4Rp8NpawBWJdkNf8+6lH//f5i/N5HY0Aq5Hcch3xk19h9P48k0WZnfwOQL181xe4MQ==","shasum":"4a5719f86b3947e87ff2fae8df7f600a22e6aa58","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.2.0.tgz","fileCount":37,"unpackedSize":471546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbGyDCRA9TVsSAnZWagAA8KYQAKMTgmwBMffj2xYfdZPb\nN2Nqw0cSHu9LLQALdaQqJ7hJQGIX9oGCyuXxpakGljDR2Da/gj+ozAjPCmKt\nl3P45fLWNojEgjIvBHa+OEEzgwcqdMj8GVHze8nm26HG13483nzlwMssRqRg\nYOBIf1mbvYh4twdAcwUI4O0soyMkPsOFba0B8eCzW5UlCPqUBHTjsTVkeOUX\n2eZ/Z3RazdaiP1p0hbfWyGZd0PmjUN0fLZSg+IjXJrd8gFVWGAda/AoMTiC8\nsPKvJo6wOhCv4oJeO853HXHKcFLigMvku5Fr3KdArZAKxHTqKbT89OFrvk19\nRKsIe7kzQcMvkbXPIPCTwaOMODugFhOPa24ipIBVgDlr8BOLoBPDexr//m1V\nqVNpzWuGMWnTzjiLf4SgTPz/CW9GA4oxtGuVVyjiZbC4/WaE8o/o8jPuhoMh\n+wr0SIhGsz7rMKIwn3hgYf0iBreXG80LoQ76fBYSIMYSTi9dABsxwfid1SrX\nEt/oQ7jiu9VnjZoe/Il4+l0LKW2osVxRohgX92bunUOFXJRs9KYFHYwlC8Qn\nx2i+avMfvJOszLCJS3vvqZ6FiQq2mPEs4/vhxmVK5gumR7beNHuCO25Uf80K\nk9CzI1yP1Sk3lYUrxJ3akmTXtthPNE2WSoFZfi72yVHsprZ7HiiQaMff0MrW\nFuqk\r\n=OBhJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID/A57z9ZlazfFM8RqmB072P3msB1GrosIqKvlV6QgaJAiAE/15xp7nSyEfetyXBgxw3lNMMXwrgjl1MtoToxn75tw=="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_4.2.0_1533832322397_0.9004763820065744"},"_hasShrinkwrap":false},"4.2.1":{"name":"angular-confirmation-popover","version":"4.2.1","description":"An angular 5.0+ bootstrap confirmation popover","lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^6.0.5","@angular/compiler":"^6.0.5","@angular/compiler-cli":"^6.0.5","@angular/core":"^6.0.5","@angular/forms":"^6.0.5","@angular/platform-browser":"^6.0.5","@angular/platform-browser-dynamic":"^6.0.5","@compodoc/compodoc":"^1.1.3","@types/chai":"^4.1.4","@types/chai-dom":"0.0.6","@types/fork-ts-checker-webpack-plugin":"^0.4.0","@types/mocha":"^5.2.2","@types/node":"^10.3.3","@types/sinon":"^4.3.3","@types/sinon-chai":"^3.2.0","@types/webpack":"^4.4.0","chai":"^4.1.2","chai-dom":"^1.8.0","codecov":"^3.0.2","codelyzer":"^4.3.0","commitizen":"^2.10.1","concurrently":"^3.5.1","copyfiles":"^2.0.0","core-js":"^2.5.7","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.4.2","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.1","karma":"^2.0.3","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.0","lint-staged":"^7.2.0","mocha":"^5.2.0","ng-packagr":"^3.0.2","prettier":"^1.13.5","rxjs":"^6.2.1","sinon":"^6.0.0","sinon-chai":"^3.2.0","standard-version":"^4.4.0","ts-loader":"^4.4.1","ts-node":"^6.1.1","tslint":"^5.10.0","tslint-config-mwl":"^0.4.1","tslint-loader":"^3.6.0","typescript":"~2.7.2","validate-commit-msg":"^2.8.0","webpack":"^4.12.0","webpack-cli":"^3.0.7","webpack-dev-server":"^3.1.4","zone.js":"^0.8.26"},"peerDependencies":{"@angular/common":">=5.0.0 <9.0.0","@angular/core":">=5.0.0 <9.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1","tslib":"^1.9.0"},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm5/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm5":"esm5/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm5":"fesm5/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@4.2.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"dist":{"integrity":"sha512-6794cWp9sISBfxAJNvjekbiLL3h6PbvFJ/7pOblV9RFcNq7QDR4r1VomYabYAcyOrm2vRUeUG2STXB/P9r1cLw==","shasum":"42308224ff95be3be28395c5b9f501baf117b77b","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.2.1.tgz","fileCount":37,"unpackedSize":471393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEVjbCRA9TVsSAnZWagAATvwP+wcWPIc40nvGRvmaw5aL\n+NhsOC5P4TcV5NS89SC7SlPfM0svYqUClBsxC5CvYFAVuxuNuB9D9tQYOlQb\nGz9SAKC0wuPwDEotAkLJkyWoKGNEIeH1IdzigktU5w4o3LX7bh44bcPbEMfi\naG0R+dHmlH5jzZY5yGvkcpgNJXvx09DYnI5maFK8btlzyil6y1z6flRFOZR+\n+nPnLcOES659/K5m7yl5HY7anJBuBbnHplIhio9KoHq61TKWToeZBKesvxNL\nEmedC+y7DaD2ZqfnrQCYwXKUio3GoYSPIPaCIxH4NyNA+Nb+ZMHOtu7uKF6+\nUBrUL5wwZgFu0MXIJSvxnk38hfZPzdcCf07SXOs35J+LtF1q587bhfEwbMDm\nw35eUd8chG9eIHl8giaKRyH8vlMy0BJTEb+00GZ+WmoIbXXERuclzYdB4rSX\nKRBDxT9spYX/C6+lRvIrVZQbC66cyNJ6iTupMawYxf8mCKA9RaP7IP8m+aJy\nO/Dco7lkjhpPl+bKvvUB4h+cEmcCboEN78arvb+cDdn6tdEu95LioW8JpWQp\nmQv96pzSHo07V8WFgMY0vWHTbIDLJrOgqv8e5TnhliwTXYEyAU4rJjZn2gq7\n3RZvBn1hMcveTRgDI14e08oiq45mTA9wBkMtHIn5qIYhN4ogxAztyY+wLEh8\nIWIj\r\n=1nVD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6YP2IPjzoC6zYsaTSkCL5xifwzRsTZE66eR+hnklOzgIgAo6drQdT+bCnfL1y1sERwgNmQBlBvjjKja13FVj5YTc="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_4.2.1_1561417946111_0.8952557405319257"},"_hasShrinkwrap":false},"4.2.2":{"name":"angular-confirmation-popover","version":"4.2.2","description":"An angular 5.0+ bootstrap confirmation popover","lint-staged":{"{demo,src,test}/**/*.ts":["npm run prettier","git add"]},"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","angular5","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","devDependencies":{"@angular/common":"^6.0.5","@angular/compiler":"^6.0.5","@angular/compiler-cli":"^6.0.5","@angular/core":"^6.0.5","@angular/forms":"^6.0.5","@angular/platform-browser":"^6.0.5","@angular/platform-browser-dynamic":"^6.0.5","@compodoc/compodoc":"^1.1.3","@types/chai":"^4.1.4","@types/chai-dom":"0.0.6","@types/fork-ts-checker-webpack-plugin":"^0.4.0","@types/mocha":"^5.2.2","@types/node":"^10.3.3","@types/sinon":"^4.3.3","@types/sinon-chai":"^3.2.0","@types/webpack":"^4.4.0","chai":"^4.1.2","chai-dom":"^1.8.0","codecov":"^3.0.2","codelyzer":"^4.3.0","commitizen":"^2.10.1","concurrently":"^3.5.1","copyfiles":"^2.0.0","core-js":"^2.5.7","cz-conventional-changelog":"^2.1.0","del-cli":"^1.0.0","fork-ts-checker-webpack-plugin":"^0.4.2","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.1","karma":"^2.0.3","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.0","lint-staged":"^7.2.0","mocha":"^5.2.0","ng-packagr":"^3.0.2","prettier":"^1.13.5","rxjs":"^6.2.1","sinon":"^6.0.0","sinon-chai":"^3.2.0","standard-version":"^4.4.0","ts-loader":"^4.4.1","ts-node":"^6.1.1","tslint":"^5.10.0","tslint-config-mwl":"^0.4.1","tslint-loader":"^3.6.0","typescript":"~2.7.2","validate-commit-msg":"^2.8.0","webpack":"^4.12.0","webpack-cli":"^3.0.7","webpack-dev-server":"^3.1.4","zone.js":"^0.8.26"},"peerDependencies":{"@angular/common":">=5.0.0 <10.0.0","@angular/core":">=5.0.0 <10.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"positioning":"^1.3.1","tslib":"^1.9.0"},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm5/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm5":"esm5/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm5":"fesm5/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@4.2.2","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-4QsG2oCY8uq42yO+EZ7NQiRoMsLLdkBS5MAi+KuLGCwdYbwFv5LLGiyX6PsiMOcjy+Lqj1O5hbxkh0Md1dQ/nw==","shasum":"81cb27604442e6a3342b582ff76fece5cae2bed4","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-4.2.2.tgz","fileCount":37,"unpackedSize":471644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTlurCRA9TVsSAnZWagAA+jsP/Ri2lrxPdEB1S/jbvwfj\nGUYiW2yAkwvKPX3VhRA5sWvzJTUH/fONSCWFBzZgNWlhE2B+TPoZ+jdlLuGH\nLCMpcnardyUqivKHODDfYQWFNJKWOWI4OOpmVdf7YdarCba9pZX3p1PMw/3R\ndY4je/gqUAwj/ALuTSEETGm4rwlr2wsNgOqiFHJ37b3B9qRV5XriX2kgpGQa\nGnt9cfvepMAUxLJc6fzG59jfDK988xCcj5Z6UgrjKTx0N85QdTmv2+FcF7/L\nCLxP62br1P+doEHj/rSaV2zWAX+AOgjBa3uk0Z7lC1OP0qf29TLuEipfZXTD\nU6uPk3dtNQnUCGHKMj44dA+JBPuwFH1KdA+ZTmbO96ObSm6lJYVbsn7sCfAN\nQ2IqUYMdej97dWUqRAjPunbClvwGPqGWpUOJFL5UL9F1cPpMMla0j93UVPgw\nI9wWgzzOpqcNUHC6MAUv1XjWEy8+jMVxwPE4ZyhM9GKZoZgUecs0lstIbtQ5\n72T9a+sIbXZGxPUqgB+32Iov/Bt69OkAwcESjYDBPc7pUEWRwXLmzf5u7eqD\n43oWYdICoEUMZ7l2RbUmSPoPyTG8Z1XNDzXNuXmGL+cEEQT1n1sjBDnlaCQW\nKxD+q8qls4ygVKodvawWo1rNtyt5QGyFypAT7Waov3tlItd54g216r6HUzqw\nBV4J\r\n=yEuJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8oYaGlPTcRV5Ncu2ysTuu6oznJaJzYjEzhN/HKe62iwIgTS5DaQ0iUGbC4jRGfKrsatexP9jdfw3vgcz9SwpStO8="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_4.2.2_1582193579357_0.7081360875451073"},"_hasShrinkwrap":false},"5.0.0":{"name":"angular-confirmation-popover","version":"5.0.0","description":"An angular 9.0+ bootstrap confirmation popover","repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","dependencies":{"positioning":"^2.0.1"},"peerDependencies":{"@angular/common":">=9.0.0","@angular/core":">=9.0.0","tslib":"^1.10.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm5/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm5":"esm5/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm5":"fesm5/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@5.0.0","_nodeVersion":"13.7.0","_npmVersion":"6.14.1","dist":{"integrity":"sha512-9jsoQ48ZEDeDqoD1GzSVUo6Tx6VOl1AvoXmKEzMGLV+IQ/ZLnFIq1TdHrb1YOtakH60ioNOu9F9vyk+OQG6FEg==","shasum":"5f37d37c149e45e169bc1d250e19ef7ccd8cf965","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-5.0.0.tgz","fileCount":37,"unpackedSize":352411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeltMOCRA9TVsSAnZWagAAUlAP/iz3bKUaXnc9WpsEMafD\ncg6fM9wa/HprUTj3XDWtk1xTXcSe/ebXT1HyKzcV9cfTR0vC29hbwaa40/47\nckIprMhYZjpOIXHNyMGT+8Fo9zRKRM1kLoTwKKnolabyRQVxv8uufvHsQIe3\nkGSAxIoSChigTokMh2iM1Cw9WVz3c1E9meCmzm/g+OaZXXxSQBavqtzoIumk\ncZiheQjLVc/QZKMA49ACXfI9WqB30arGZSMPBYYiDyM0YO8iT+hnR1IJl+6g\n2E4dHd+6XVWgWKBIqTG+3qTlLxxmApmCXxCSz/GxqlCOZP+0ZfKy4n1snptD\n0awHPhewgu4hD67w/9xDoWNh7SDBKyH8d0fL7gQ+9vx95s66vdmiUWkaCeLd\nsQt2FShrupQlinlxlpmE8nMAKgjm4NG9nv0Og1lbnqQzcYbbVYoiDeoJ7vx4\nubxNX2ckCb/qPapzwwYnSI+5RvKbeWLkZmyqzupg8KzAo5BMVp1VYTwvrd+y\nGBi/tk7Ba8ajirpo37G9200g7ihLtbASO6fhdvKVwngpJBme5K3IeiJkULbf\nXTSe+wA75BQK3dfoTxonITysDktNltPrpUKd3psNptjDjbFm+y52F/KcUF09\nSAKMXN+VhqBBrj5TwDP1qf7DZPSABmDdwYOalCnV4HlqB3kHUrQO7KQYKUL/\nLvdC\r\n=8roz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8GKzwE0eQ4cy293EaQQKTxcvEzEypSDE9LFQgrVAZhwIhAIo8CF6pnPzO10Qb7JXashJr2CAfe+in1fYV8SMM+orj"}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_5.0.0_1586942733449_0.8868078932355274"},"_hasShrinkwrap":false},"6.0.0":{"name":"angular-confirmation-popover","version":"6.0.0","description":"An angular 10.0+ bootstrap confirmation popover","repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","dependencies":{"positioning":"^2.0.1","tslib":"^2.0.0"},"peerDependencies":{"@angular/common":">=10.0.0","@angular/core":">=10.0.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"main":"bundles/angular-confirmation-popover.umd.js","module":"fesm2015/angular-confirmation-popover.js","es2015":"fesm2015/angular-confirmation-popover.js","esm2015":"esm2015/angular-confirmation-popover.js","fesm2015":"fesm2015/angular-confirmation-popover.js","typings":"angular-confirmation-popover.d.ts","metadata":"angular-confirmation-popover.metadata.json","sideEffects":false,"_id":"angular-confirmation-popover@6.0.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-V3i4ODYt7zjh5+Au0YffH3ykLxef6Vab8quDNQfPKB5yH+SsI3hA5YRGpp28krb5DlQPgLFNk4Fr0uVH7uXx4g==","shasum":"c3e5c300c9d135244c018a47de01afa82a1c8234","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-6.0.0.tgz","fileCount":27,"unpackedSize":255066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAxKbCRA9TVsSAnZWagAAbd0P/3FHp776xpKDEfV2sJ+u\nF9FIoeChC+7olrCrHMp7lvxATEehuVzX9nEvZ+gFJ5TiCrIzv1/9vKHAj7zz\nacWYHkDtWoAJDKtQZeRuRML1NVrPubSW1wcDJLInSjmsJofga0XiBRk/4Csu\newyfTiuzZXY5uB/Ct70ZTOIhf/XUoVhye5rJLZeNf9tOd9TGcGmSVAxXwG7B\nKASZYKUENsrTeNMUbt8mPz2fhWm+Q5WZWnhbgmw/ophGmSp/sxM4K2EcU6Ob\n1BFdfvqJj96uU9ciVbpyh22vV+DmIhrspruq+aZ7Ms6dvWQBiZMWPrAtydHI\nWAOSrnEEjisraPo+He7w8vgowdZxhhPsTmhltRTc4mt+qagrAYzy1zBg77AT\nG5bp8xL60bLEfk/xMegvY9dsJkXwOpUciJJHTaZ7PHw7OUU1rXE/Zai+mhYw\n9rjetB+3efh1DQj/Tqa8kTX0kTD9AD/gWpX8VAX3Za+PKr6ylYzYpVdfwmbF\nzUmezYXTApfdhIeM+63mN3pDuFovDUdaFtGLmpNZNcByfF1bFu0CaJi4MqD9\n1IA6+18B7IZELay63UnDVu0RHjBLSwv3ppD5W7YJZt32xerahxFsfiKqsXrV\nOCmcTzKpmmUToCPFC1FcJuvA9uaP+Ceh3b29iINnrfc8N2aW08MKDLWb329o\nGQ9e\r\n=DLds\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBa4NFQOZf0mJJDf/kEdqqRGoHJwH8l9tGmFgr5Qes9PAiEAzNCfXQj11V70lZJwriwca44lRFDj0crrGM+BsspYH1Q="}]},"maintainers":[{"name":"mattlewis92","email":"matthew.lewis@socialsignin.co.uk"}],"_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_6.0.0_1594036890638_0.9657241337968236"},"_hasShrinkwrap":false},"7.0.0":{"name":"angular-confirmation-popover","version":"7.0.0","description":"An angular 15.0+ bootstrap confirmation popover","repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"author":{"name":"Matt Lewis"},"license":"MIT","bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","dependencies":{"positioning":"^2.0.1","tslib":"^2.3.0"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"peerDependencies":{"@angular/core":">=15.0.0"},"packageManager":"pnpm@7.32.2","module":"fesm2015/angular-confirmation-popover.mjs","es2020":"fesm2020/angular-confirmation-popover.mjs","esm2020":"esm2020/angular-confirmation-popover.mjs","fesm2020":"fesm2020/angular-confirmation-popover.mjs","fesm2015":"fesm2015/angular-confirmation-popover.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2020":"./esm2020/angular-confirmation-popover.mjs","es2020":"./fesm2020/angular-confirmation-popover.mjs","es2015":"./fesm2015/angular-confirmation-popover.mjs","node":"./fesm2015/angular-confirmation-popover.mjs","default":"./fesm2020/angular-confirmation-popover.mjs"}},"sideEffects":false,"_id":"angular-confirmation-popover@7.0.0","_integrity":"sha512-EoKaBrWTU9OvTx80zf0svUT8NBWhmBOxjZJReVz8QNswEaGt1JtvTt5+xSsKHR//tM0505XhUEVmS3bX11mfZg==","_resolved":"/private/var/folders/np/y1m4krjn01176_wgf2yf8dx80000gn/T/fc602a44c91900382725acbef577c950/angular-confirmation-popover-7.0.0.tgz","_from":"file:angular-confirmation-popover-7.0.0.tgz","_nodeVersion":"16.17.1","_npmVersion":"9.6.5","dist":{"integrity":"sha512-EoKaBrWTU9OvTx80zf0svUT8NBWhmBOxjZJReVz8QNswEaGt1JtvTt5+xSsKHR//tM0505XhUEVmS3bX11mfZg==","shasum":"c2a1fe20194cd273cbd59b5b1467a9eda7cbbf9a","tarball":"https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-7.0.0.tgz","fileCount":24,"unpackedSize":196446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJ5QnXSA24eZzY0i/qw/QGDO29CMzET3YAVe6s3+71HwIhAORxYqvEyEVhihCUvc/EHnTN44xsMTtXI6EkjLdW1UvY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCWPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBMQ/+OT++bud4GrhKOzW9jxmc7KUddQoDK1gmNCaKICLVixbmUwpD\r\nN5IRhwvUdH3iODny/TXf+zCAlGRaOc73KO0XqSdLxUV5tKI9c2Mir1KSMyKx\r\neiQRxtVgNe9XSvTjEf+2Zvmm/MwdWyG2p4EQVwMWTqz68BhXdmrlQ6uroOZe\r\n353lbm9TYrRYjTpgJeEB8XRYpP5tYggJKMULiN0ZBJZyv4j+qGjyuiXhzeic\r\nexeVIhQcCaIyvK+YSUnf67KHiDbWLNKvo6laXW7yQo39okBNvosFeDPiw4+l\r\nWrSrB1yT9to3UJjAlkTA4T+bEJSnx+/p//8lpqUEdsgKkcLhK43rf7V8WP4H\r\nVQqIDW7Z9FLpMyxdD0OLcKnmTHctyTJSeQtcfOEzCXPpn8uuqlW55VnEMADq\r\nLklpQnY7Yp5qGQztrka/lYJFgZqxH76TYM8jAYhYCt/j3fsI04KEW8d45Vz8\r\nywGwRsfAM16CFzvzpFfU1/p1OZLmuDz/60m6uPZkRnVqyoyju9SEZg1rflYg\r\nhtRjjz7NBgsLLX+q91jb1bNqEDm95ntmtzHQY+E3gSk77hU0y17tW59UdncS\r\nm4bcSZqHTy6tQb6gkSnQhMZ5DJomkvvRzEcodVgazt21K5IerF4G/V1x8RBH\r\nKbcDlWcq2L+PZLr68iYNS3OTysHUYYbXVJ8=\r\n=eBso\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mattlewis92","email":"npm@mattlewis.me"},"directories":{},"maintainers":[{"name":"mattlewis92","email":"npm@mattlewis.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-confirmation-popover_7.0.0_1682449807008_0.24419594358185726"},"_hasShrinkwrap":false}},"readme":"# Angular confirmation popover\n\n[![Sponsorship](https://img.shields.io/badge/funding-github-%23EA4AAA)](https://github.com/users/mattlewis92/sponsorship)\n[![CI](https://github.com/mattlewis92/angular-confirmation-popover/actions/workflows/ci.yml/badge.svg)](https://github.com/mattlewis92/angular-confirmation-popover/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/mattlewis92/angular-confirmation-popover/branch/main/graph/badge.svg)](https://codecov.io/gh/mattlewis92/angular-confirmation-popover)\n[![npm version](https://badge.fury.io/js/angular-confirmation-popover.svg)](http://badge.fury.io/js/angular-confirmation-popover)\n[![Twitter Follow](https://img.shields.io/twitter/follow/mattlewis92_.svg)](https://twitter.com/mattlewis92_)\n\n## Demo\n\nhttps://mattlewis92.github.io/angular-confirmation-popover/\n\n## Table of contents\n\n- [About](#about)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Development](#development)\n- [License](#licence)\n\n## About\n\nA simple angular 15.0+ directive to display a bootstrap styled confirmation popover when an element is clicked.\n\n[AngularJS 1.x version](https://github.com/mattlewis92/angular-bootstrap-confirm)\n\n## Installation\n\n1. Install through npm:\n\n```\nnpm install angular-confirmation-popover\n```\n\n2. Install bootstrap (both v3 and v4 are supported). If not using bootstrap you could implement the popover styles yourself.\n\n3. Add the NgModule:\n\n```typescript\nimport { NgModule, Component } from '@angular/core';\nimport { ConfirmationPopoverModule } from 'angular-confirmation-popover';\n\n@NgModule({\n  declarations: [MyComponent],\n  imports: [\n    ConfirmationPopoverModule.forRoot({\n      confirmButtonType: 'danger', // set defaults here\n    }),\n  ],\n  bootstrap: [MyComponent],\n})\nclass MyModule {}\n```\n\n4. Now use it within your component\n\n```typescript\n@Component({\n  selector: 'my-component',\n  template: ` <button class=\"btn btn-outline-secondary\" mwlConfirmationPopover [popoverTitle]=\"popoverTitle\" [popoverMessage]=\"popoverMessage\" placement=\"left\" (confirm)=\"confirmClicked = true\" (cancel)=\"cancelClicked = true\">Click me!</button> `,\n})\nclass MyComponent {\n  popoverTitle = 'Popover title';\n  popoverMessage = 'Popover description';\n  confirmClicked = false;\n  cancelClicked = false;\n}\n```\n\nYou may also find it useful to view the [demo source](https://github.com/mattlewis92/angular-confirmation-popover/blob/main/projects/demo/app).\n\n## Documentation\n\nAll documentation is auto-generated from the source via compodoc and can be viewed here:\nhttps://mattlewis92.github.io/angular-confirmation-popover/docs/\n\nThe main `mwlConfirmationPopover` directive options can be viewed [here](https://mattlewis92.github.io/angular-confirmation-popover/docs/directives/ConfirmationPopoverDirective.html).\n\n## Development\n\n### Prepare your environment\n\n- Install [Node.js](http://nodejs.org/)\n- Install pnpm: `corepack enable`\n- Install local dev dependencies: `pnpm install` while current directory is this repo\n\n### Development server\n\nRun `pnpm start` to start a development server on port 8000 with auto reload + tests.\n\n### Testing\n\nRun `pnpm test` to run tests once or `pnpm test:watch` to continually run tests.\n\n### Release\n\n```bash\npnpm release\n```\n\n## License\n\nMIT\n","maintainers":[{"name":"mattlewis92","email":"npm@mattlewis.me"}],"time":{"modified":"2023-04-25T19:10:07.303Z","created":"2016-11-08T16:14:29.377Z","2.0.0":"2016-11-08T16:14:29.377Z","2.0.1":"2016-11-08T16:34:18.665Z","2.0.2":"2016-11-08T16:38:22.645Z","2.0.3":"2016-11-08T16:46:24.415Z","2.1.0":"2017-01-07T16:54:18.789Z","2.1.1-beta.0":"2017-01-07T17:01:06.085Z","2.1.1-beta.1":"2017-01-07T17:03:02.503Z","2.1.1-beta.2":"2017-01-07T17:05:00.437Z","2.1.1":"2017-01-07T17:08:44.905Z","2.1.2":"2017-01-11T23:21:35.061Z","2.1.3":"2017-03-23T18:16:13.692Z","3.0.0":"2017-03-24T11:53:07.817Z","3.1.0":"2017-03-25T10:04:27.825Z","3.1.1":"2017-06-21T16:53:48.551Z","3.2.0":"2017-08-28T16:15:50.467Z","3.3.0":"2017-11-20T20:28:25.459Z","3.4.0":"2017-11-21T10:01:17.256Z","3.4.1":"2017-11-21T10:59:24.516Z","3.4.2":"2017-12-24T17:37:59.842Z","4.0.0":"2017-12-24T19:57:35.370Z","4.1.0":"2018-02-10T12:52:58.689Z","4.1.1":"2018-06-16T11:52:42.763Z","4.2.0":"2018-08-09T16:32:02.648Z","4.2.1":"2019-06-24T23:12:26.497Z","4.2.2":"2020-02-20T10:12:59.485Z","5.0.0":"2020-04-15T09:25:33.659Z","6.0.0":"2020-07-06T12:01:30.765Z","7.0.0":"2023-04-25T19:10:07.195Z"},"homepage":"https://github.com/mattlewis92/angular-confirmation-popover#readme","keywords":["angular","angular2","bootstrap","popover","confirm","confirmation"],"repository":{"type":"git","url":"git+https://github.com/mattlewis92/angular-confirmation-popover.git"},"author":{"name":"Matt Lewis"},"bugs":{"url":"https://github.com/mattlewis92/angular-confirmation-popover/issues"},"license":"MIT","readmeFilename":"README.md","users":{"krocon":true,"adit.cmarix":true,"alfeo92":true,"arsafab":true}}