{"_id":"angular-stormpath","_rev":"26-aced73c4ded7e3140555c4bdbb2cf731","name":"angular-stormpath","description":"Stormpath Components for Angular.","dist-tags":{"latest":"0.2.0"},"versions":{"0.0.1":{"name":"angular-stormpath","version":"0.0.1","description":"Stormpath Components for Angular 2.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"~2.0.0","@angular/compiler":"~2.0.0","@angular/compiler-cli":"~0.6.3","@angular/core":"~2.0.0","@angular/forms":"~2.0.0","@angular/http":"~2.0.0","@angular/platform-browser":"~2.0.0","@angular/platform-browser-dynamic":"~2.0.0","@angular/platform-server":"~2.0.1","@types/chai":"~3.4.30","@types/core-js":"~0.9.32","@types/jasmine":"~2.2.33","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","chai":"~3.5.0","commitizen":"~2.8.1","concurrently":"~3.0.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"~1.2.0","core-js":"~2.4.1","cz-conventional-changelog":"~1.2.0","express-stormpath":"^3.1.5","ghooks":"~1.3.2","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":"~2.4.0","ts-loader":"~0.8.2","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.4.3","typescript":"~2.0.3","validate-commit-msg":"~2.8.0","webpack":"~1.13.0","webpack-dev-server":"~1.16.1","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"5.0.0-beta.12"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"global":"^4.3.1","typedoc":"^0.5.1"},"gitHead":"715637169167b7bda84c78aaca80c77f07311d83","_id":"angular-stormpath@0.0.1","_shasum":"3d77d60a1ccf382089ab55b6f01e02f6bb7f9075","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.5.0","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"3d77d60a1ccf382089ab55b6f01e02f6bb7f9075","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.0.1.tgz","integrity":"sha512-94QHUUlnQMDPtKc8tmldSei1jPuYZ5DAH+ukCXlRmBbi/LhJ+UhGPqxbypOS3CBndytUP1plXYHseOM0Q5epNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKYgSEAADRnmaxll06dIn7bSVy4zi+spakjIvV8bnyDQIhAOdgCGShZl4rzql2bVKOL+SljGwJul0DB76FQALrOLXN"}]},"maintainers":[{"name":"mraible","email":"matt@raibledesigns.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.0.1.tgz_1478801124520_0.3740711328573525"}},"0.0.2":{"name":"angular-stormpath","version":"0.0.2","description":"Stormpath Components for Angular 2.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"~2.0.0","@angular/compiler":"~2.0.0","@angular/compiler-cli":"~0.6.3","@angular/core":"~2.0.0","@angular/forms":"~2.0.0","@angular/http":"~2.0.0","@angular/platform-browser":"~2.0.0","@angular/platform-browser-dynamic":"~2.0.0","@angular/platform-server":"~2.0.1","@types/chai":"~3.4.30","@types/core-js":"~0.9.32","@types/jasmine":"~2.2.33","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","chai":"~3.5.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","express-stormpath":"^3.1.5","ghooks":"~1.3.2","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","ts-loader":"^1.1.0","tslint":"~3.15.1","tslint-loader":"~2.1.4","typedoc":"~0.4.3","typescript":"^2.0.8","validate-commit-msg":"~2.8.0","webpack":"~1.13.0","webpack-dev-server":"~1.16.1","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"5.0.0-beta.12"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"global":"^4.3.1","typedoc":"^0.5.1"},"gitHead":"cbf3918c21a134a9a8737ad5f8d4c13b6dac401e","_id":"angular-stormpath@0.0.2","_shasum":"38fbf0e5b3bec5b93e382d2f9b8a92d64e4762f2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.5.0","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"38fbf0e5b3bec5b93e382d2f9b8a92d64e4762f2","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.0.2.tgz","integrity":"sha512-eIFWh+YwqUcbMbTXhen4ygqKPVhGvIivNeSH4q2DkiJjMVpxcyqC6B8LTKcGC8zi4f2TiUA0IKtEoo5T/eSL0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFefikAkdoU22/8EqYSE85idxeFW8AbMwkFhJ94LlTOTAiB9EHkROrp0H/hZhaB8qjHnuCC9sGwifCYisaT46eZQqg=="}]},"maintainers":[{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.0.2.tgz_1478830272939_0.33966189436614513"}},"0.0.3":{"name":"angular-stormpath","version":"0.0.3","description":"Stormpath Components for Angular 2.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"~2.0.0","@angular/compiler":"~2.0.0","@angular/compiler-cli":"~0.6.3","@angular/core":"~2.0.0","@angular/forms":"~2.0.0","@angular/http":"~2.0.0","@angular/platform-browser":"~2.0.0","@angular/platform-browser-dynamic":"~2.0.0","@angular/platform-server":"~2.0.1","@types/chai":"~3.4.30","@types/core-js":"~0.9.32","@types/jasmine":"~2.2.33","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^2.2.4","chai":"~3.5.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","express-stormpath":"^3.1.5","ghooks":"~1.3.2","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","raw-loader":"^0.5.1","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","ts-loader":"^1.1.0","tslint":"~3.15.1","typedoc":"~0.4.3","typescript":"^2.0.8","validate-commit-msg":"~2.8.0","webpack":"~1.13.0","webpack-dev-server":"~1.16.1","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"5.0.0-beta.12"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"global":"^4.3.1","typedoc":"^0.5.1"},"gitHead":"7db8366db0b478cfd0362a8a62b6643da226e69d","_id":"angular-stormpath@0.0.3","_shasum":"da069411bc394fd9d47afabf85dd59404f0ffc19","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.5.0","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"da069411bc394fd9d47afabf85dd59404f0ffc19","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.0.3.tgz","integrity":"sha512-n9s/GKDGMT5RKDxnBrzEMYcieLUtti4siFpCrfbApCmh/t/dk2+AsYjWprEIX4hawEg/ai9iJ8k1ijS5y0BpuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN4gDWMTxqFzOrbbYW/18XJyaNnJO12/KHGWsLTP3mWAIgbrlul4DphVvvMG1IAmXKptvEdinVIKxe69TCUkv/RuE="}]},"maintainers":[{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.0.3.tgz_1480709060854_0.8000387633219361"}},"0.0.4":{"name":"angular-stormpath","version":"0.0.4","description":"Stormpath Components for Angular 2.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"~2.0.0","@angular/compiler":"~2.0.0","@angular/compiler-cli":"~0.6.3","@angular/core":"~2.0.0","@angular/forms":"~2.0.0","@angular/http":"~2.0.0","@angular/platform-browser":"~2.0.0","@angular/platform-browser-dynamic":"~2.0.0","@angular/platform-server":"~2.0.1","@types/chai":"~3.4.30","@types/core-js":"~0.9.32","@types/jasmine":"~2.2.33","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^2.2.4","chai":"~3.5.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","express-stormpath":"^3.1.5","ghooks":"~1.3.2","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","raw-loader":"^0.5.1","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","ts-loader":"^1.1.0","tslint":"~3.15.1","typescript":"^2.0.8","validate-commit-msg":"~2.8.0","webpack":"~1.13.0","webpack-dev-server":"~1.16.1","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"5.0.0-beta.12"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"global":"^4.3.1","typedoc":"^0.5.1"},"gitHead":"c4b52a11627bf83dc250dc65de9ba304bddda1c0","_id":"angular-stormpath@0.0.4","_shasum":"f6077417388eadffd6481383ce0fb3120aee1779","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"f6077417388eadffd6481383ce0fb3120aee1779","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.0.4.tgz","integrity":"sha512-EOlCanq/tt739k9AWXhdDp5qBB9uHy+OBPivFuCIztUZuEjbZMQSBHtQs8ouzUOT+YJO6DHzXNjcspbfRW3bRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFttGwvjGR07qzDA/HyIkV+MhpqQ4px6LREsahJrr/hvAiAVmx0u0gntZBRInnYimVyrP6bqb6Rj/Uo4WWtKarQe2Q=="}]},"maintainers":[{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.0.4.tgz_1481043217355_0.09926855866797268"}},"0.0.5":{"name":"angular-stormpath","version":"0.0.5","description":"Stormpath Components for Angular 2.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"~2.0.0","@angular/compiler":"~2.0.0","@angular/compiler-cli":"~0.6.3","@angular/core":"~2.0.0","@angular/forms":"~2.0.0","@angular/http":"~2.0.0","@angular/platform-browser":"~2.0.0","@angular/platform-browser-dynamic":"~2.0.0","@angular/platform-server":"~2.0.1","@types/chai":"~3.4.30","@types/core-js":"~0.9.32","@types/jasmine":"~2.2.33","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^2.2.4","chai":"~3.5.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","express-stormpath":"^3.1.5","ghooks":"~1.3.2","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","raw-loader":"^0.5.1","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","ts-loader":"^1.1.0","tslint":"~3.15.1","typescript":"^2.0.8","validate-commit-msg":"~2.8.0","webpack":"~1.13.0","webpack-dev-server":"~1.16.1","zone.js":"~0.6.12"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"5.0.0-beta.12"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"dependencies":{"global":"^4.3.1","typedoc":"^0.5.1"},"gitHead":"6e7b6f6a4f0782b3a5542373adac4176e16929bb","_id":"angular-stormpath@0.0.5","_shasum":"5e44a991cad735dbea72d92ddd44b07e85cb928c","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"5e44a991cad735dbea72d92ddd44b07e85cb928c","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.0.5.tgz","integrity":"sha512-VXhsU58HgNHjSxSZAXPn1MDwH/MZGYL/QyE710C8Z0av+42qWTup+NafRrFjr9aaVfoHBLr+v3VPMYZRMKIjow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGoVT6tq3AbAbIktDMtztCWP89FxJ7IFqwgP3oYRdoakAiBhjJGae6teNM73jDNjGoFGMYS2lPmLx+n2dp+6ZQtPsQ=="}]},"maintainers":[{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.0.5.tgz_1481725876984_0.169430919457227"}},"0.1.0":{"name":"angular-stormpath","version":"0.1.0","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:cookies":"protractor --params.storage cookies","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-template-loader":"^0.6.0","angular2-cookie":"^1.2.6","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"~1.3.2","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"~1.3.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.3.2","karma-sourcemap-loader":"~0.3.7","karma-webpack":"~1.8.0","ng2-webstorage":"^1.4.2","phantomjs-prebuilt":"~2.1.7","protractor":"4.0.14","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"^0.0.4","ts-loader":"^1.3.2s","ts-node":"^1.7.2","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0-rc.3","webpack-dev-server":"^1.16.2","zone.js":"^0.7.4"},"dependencies":{"@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","rxjs":"^5.0.2","ng2-webstorage":"^1.4.2","angular2-cookie":"^1.2.6"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"06786657a9e32dc05399bdfd9802d7f0c0c5d063","_id":"angular-stormpath@0.1.0","_shasum":"cdb77e1bf0af11ca0bccd411650ccf634429c1f3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"cdb77e1bf0af11ca0bccd411650ccf634429c1f3","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.0.tgz","integrity":"sha512-FeE7btlUCGffYt7S6ysPogKP3DYmpbKDVe3eWDN+ksjrw6/S3n6cVhUphM3KhFnTrrXySSPVb2kTOmOOMal6hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYIBuBlK9Tw6G2/utYYY8s6ZEMoc7zcX36xFHzqAJkBgIgQ+0YQdAazViS7Lm4Ug+lW5oThisOaWLj1HA0YFVbFdo="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.0.tgz_1484266834421_0.11393124400638044"}},"0.1.1":{"name":"angular-stormpath","version":"0.1.1","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:cookies":"protractor --params.storage cookies","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"dependencies":{"@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","rxjs":"^5.0.2","ng2-webstorage":"1.4.3","angular2-cookie":"^1.2.6"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"3cd4e5a0894a149c3db7413e8e61e601adf701c3","_id":"angular-stormpath@0.1.1","_shasum":"3a219d5df987af01c8419b82a5a483705462f63c","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"3a219d5df987af01c8419b82a5a483705462f63c","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.1.tgz","integrity":"sha512-QhoNHuEoG1ybNwOqJokhvhTTqOPuqdegcBPDNatEY0wXYP6UGyJQ9WkUruAccga1yQPqCwpa/wuNBmbLesfvgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5VIYxN9yPEj+anEHnENfYExD2jydFsATZZSbzB+77FgIgc0oXfKUILdnsc3RCSjUs4cT+q9GtLjgenoZyXnB2JII="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.1.tgz_1484923107322_0.2945454402361065"}},"0.1.2":{"name":"angular-stormpath","version":"0.1.2","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:cookies":"protractor --params.storage cookies","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"dependencies":{"@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","rxjs":"^5.0.2","ng2-webstorage":"1.4.3","angular2-cookie":"^1.2.6"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"380abceaa1112311374435bdfae510ddcc2c8bf4","_id":"angular-stormpath@0.1.2","_shasum":"ee3cb75e3c63a2ce12498a83c527d3a73f399359","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"ee3cb75e3c63a2ce12498a83c527d3a73f399359","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.2.tgz","integrity":"sha512-nwNKaC3Db3QfCO4TvZEBEhS5tBoSSW3d0Wfw1sXGEfHJfrmyZnBV7EjCnBlbJt4MrRSvRBN4HlZe7syAfcCUdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGWfpWdCB7BWEGaAg0/DoEi/QjPxq/eP4KhgC5OjxRxgIhAKW2hjqB6PCo+pMUxCK5MebuEaOzYVMFAEJDJwAqpnJl"}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.2.tgz_1485531994577_0.06221714918501675"}},"0.1.3":{"name":"angular-stormpath","version":"0.1.3","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:cookies":"protractor --params.storage cookies","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"^5.0.2","ng2-webstorage":"1.4.3","angular2-cookie":"^1.2.6"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"53f39846ffb4670f9cab23cedc536e627041a9e3","_id":"angular-stormpath@0.1.3","_shasum":"ed666fe628683af392a26d8b4d382717f05fd36a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"ed666fe628683af392a26d8b4d382717f05fd36a","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.3.tgz","integrity":"sha512-7Z32o2vZYo2EQ5/oDOAl8bo2v0Q5TnxzSF9nVRAv/cuxBK0BKp/u5DA7di+v9sphRcMvptQ1XTBEpKoUnbPEXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGoP77/2Gd15gluoBVBDa/ddvXl9XCVCPq18tNG2tePUAiEAvLlP/tgj6+G7TuEV2rYNuKJktgagzZWxb5SGdWMSnio="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.3.tgz_1485804245522_0.47568057058379054"}},"0.1.4":{"name":"angular-stormpath","version":"0.1.4","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:cookies":"protractor --params.storage cookies","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","dependencies":{"ng2-webstorage":"1.4.3","angular2-cookie":"^1.2.6"},"devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"^5.0.2"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"45a874acc9f4b77597a26c0f09c3e19ca3bbec66","_id":"angular-stormpath@0.1.4","_shasum":"d6456db617ebe400a231e22302a8f449352f9721","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"d6456db617ebe400a231e22302a8f449352f9721","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.4.tgz","integrity":"sha512-g5xxhEfxKvgBMngqHTjO54ans0+7NSTOXKSRuWP9i/NHegxHSpU9lpO+qLf4s15oY8cFugOqxppiy7Xp3W74Yg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvH/6R0i7YnawpGz/uzThLsyo6tiS89JpTE4KcB1lQQAIhAPy4VGX3l8/K68U6kSFcjj7I/qxO14HoGOxjXnBT4jqF"}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.4.tgz_1485805427535_0.25810528243891895"}},"0.1.5":{"name":"angular-stormpath","version":"0.1.5","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","e2e:all":"npm run e2e && npm run e2e:client && npm run e2e:client+cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","dependencies":{"angular2-cookie":"^1.2.6","ng2-webstorage":"1.4.3"},"devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","ionic-angular":"^2.0.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"^5.0.2"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"a2273502a21dd7a30f5ca8b2b9455c96e2da38d0","_id":"angular-stormpath@0.1.5","_shasum":"3004655227f1cea27292d9781954f973bf5066cf","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"3004655227f1cea27292d9781954f973bf5066cf","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.5.tgz","integrity":"sha512-BM4AFW23cDSxlNPTM7rLiYAVjI16a9rvaZQSNe+16IsELDODNrehq33OR0J2Xal5GQ8ln5aKiD2NpBzKPLXLPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6H8gtCAQkYL3p0zb24xr3yfukpsoeHdBMih1FRyqLxAiEA2Dh8FPuTqz0zZ5KxVNSESHRCVculszvUx43+asaY0zU="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.5.tgz_1486146169781_0.7011820995248854"}},"0.1.6":{"name":"angular-stormpath","version":"0.1.6","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","e2e:all":"npm run e2e && npm run e2e:client && npm run e2e:client+cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && 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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","dependencies":{"angular2-cookie":"^1.2.6","ng2-webstorage":"1.4.3"},"devDependencies":{"@angular/common":"^2.4.0","@angular/compiler":"^2.4.0","@angular/compiler-cli":"^2.4.0","@angular/core":"^2.4.0","@angular/forms":"^2.4.0","@angular/http":"^2.4.0","@angular/platform-browser":"^2.4.0","@angular/platform-browser-dynamic":"^2.4.0","@angular/platform-server":"^2.4.0","@types/chai":"~3.4.30","@types/jasmine":"^2.5.38","@types/sinon":"~1.16.27","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-cookie":"^1.2.6","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"~3.5.0","commitizen":"^2.9.2","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","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"~2.5.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.4.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","ng2-webstorage":"1.4.3","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"0.3.2","raw-loader":"^0.5.1","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","string-replace-webpack-plugin":"0.0.5","ts-loader":"^1.3.2s","ts-node":"^2.0.0","tslint":"^4.0.2","tslint-loader":"^3.3.0","typedoc":"^0.5.1","typescript":"~2.0.10","validate-commit-msg":"~2.8.0","webpack":"2.2.0","webpack-dev-server":"2.2.0","zone.js":"^0.7.4"},"peerDependencies":{"@angular/core":"^2.0.0","@angular/forms":"^2.0.0","@angular/http":"^2.0.0","rxjs":"^5.0.2"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"d2daccb2132be41c183841074d0c29fc2b915945","_id":"angular-stormpath@0.1.6","_shasum":"7a262d7125bf8dc00ca166a215da821495ee79da","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"shasum":"7a262d7125bf8dc00ca166a215da821495ee79da","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.1.6.tgz","integrity":"sha512-+klAll/fay1jt8oe3/uth5h7JiG23TSjBmD+69Kz09THcij/96kR+FD5rvkRTCUMXUqf9xCUgxNqqXOmWgxqNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxMJqxJ4hl6b9zZqjIp0MESLirCizDw6gYO2ioByTZCwIgLHTNKrkPPqeCdm5dy2KuQnaMLS9zHspud0srIMDH3YI="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-stormpath-0.1.6.tgz_1486168941483_0.013838652055710554"}},"0.2.0":{"name":"angular-stormpath","version":"0.2.0","description":"Stormpath Components for Angular.","main":"./dist/umd/stormpath-sdk-angular.js","module":"./dist/esm/src/index.js","typings":"./dist/esm/src/index.d.ts","scripts":{"start":"concurrently --raw \"webpack-dev-server --open\" \"node demo/server/server.js stormpath-api\" \"npm run test:watch\"","stop":"killall -SIGINT stormpath-api","build:demo":"webpack -p","build:umd":"webpack --config webpack.config.umd.js","build:ngc":"ngc -p tsconfig-ngc.json","build:dist":"npm run build:umd && npm run build:ngc","build:clean":"rm -rf dist","test":"karma start","test:watch":"karma start --watch","pree2e":"webdriver-manager update","e2e":"protractor","e2e:client":"protractor --params.api https://raible.apps.stormpath.io","e2e:client+cookies":"protractor --params.api https://raible.apps.stormpath.io --params.storage cookies","e2e:all":"npm run e2e && npm run e2e:client && npm run e2e:client+cookies","commit":"git-cz","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","typedoc":"mkdir -p dist/docs && typedoc --options typedoc.json src/*.ts --out dist/docs","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":"standard-version --first-release && 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/stormpath/stormpath-sdk-angular.git"},"keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"author":{"name":"Stormpath, Inc."},"license":"Apache-2.0","bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","dependencies":{"angular2-cookie":"^1.2.6","ng2-webstorage":"^2.0.0"},"devDependencies":{"@angular/common":"^5.0.0","@angular/compiler":"^5.0.0","@angular/compiler-cli":"^5.0.0","@angular/core":"^5.0.0","@angular/forms":"^5.0.0","@angular/http":"^5.0.0","@angular/platform-browser":"^5.0.0","@angular/platform-browser-dynamic":"^5.0.0","@angular/platform-server":"^5.0.0","@types/chai":"^4.0.5","@types/jasmine":"^2.5.38","@types/sinon":"^4.0.0","@types/sinon-chai":"~2.7.26","@types/tether":"^1.4.0","angular2-template-loader":"^0.6.0","awesome-typescript-loader":"^3.0.0-beta.17","chai":"^4.1.2","commitizen":"^2.9.2","concurrently":"^3.1.0","conventional-changelog":"~1.1.0","conventional-changelog-cli":"^1.3.5","core-js":"^2.5.1","cz-conventional-changelog":"^2.1.0","express-stormpath":"^3.1.5","ghooks":"^2.0.0","imports-loader":"^0.7.0","jasmine-core":"^2.8.0","jasmine-reporters":"^2.2.0","karma":"^1.4.0","karma-coverage":"~1.1.0","karma-jasmine":"^1.1.0","karma-phantomjs-launcher":"~1.0.0","karma-remap-istanbul":"^0.6.0","karma-sourcemap-loader":"~0.3.7","karma-webpack":"^2.0.1","phantomjs-prebuilt":"~2.1.7","protractor":"^5.0.0","protractor-jasmine2-screenshot-reporter":"^0.5.0","raw-loader":"^0.5.1","rxjs":"^5.0.2","sinon":"^4.1.2","sinon-chai":"^2.14.0","sourcemap-istanbul-instrumenter-loader":"~0.2.0","standard-version":"^4.0.0","string-replace-webpack-plugin":"^0.1.3","ts-loader":"^1.3.2s","ts-node":"^3.3.0","tslint":"^5.8.0","tslint-loader":"^3.3.0","typedoc":"^0.9.0","typescript":"^2.4.2","validate-commit-msg":"^2.14.0","webpack":"^3.8.1","webpack-dev-server":"^2.9.4","zone.js":"^0.8.18"},"peerDependencies":{"@angular/core":"^5.0.0","@angular/forms":"^5.0.0","@angular/http":"^5.0.0","rxjs":"^5.0.2"},"files":["dist"],"config":{"ghooks":{"commit-msg":"validate-commit-msg"},"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"gitHead":"902640ef46bf1b3beb6e160bf999c3e5955096f7","_id":"angular-stormpath@0.2.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"mraible","email":"matt@raibledesigns.com"},"dist":{"integrity":"sha512-zTqpKDBkSC5aCHrapieyzDjNxnnEh8bpAebwqstNbwC32c1neO3W7zuiCumOSDF5oz6f1qBsQpMiJnAEgG7vpQ==","shasum":"6f9fa0a43a75bdc263b45f3fac6a2c800afa3418","tarball":"https://registry.npmjs.org/angular-stormpath/-/angular-stormpath-0.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1EkdGjv1ew3L1kofCf0pzd81G5hfygWrrp7/NPgz9cAiEAkXdUDGxlIBqcCI0y+USNRU+K1hVqY6NbOszQaxbZ5UI="}]},"maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-stormpath-0.2.0.tgz_1511280254824_0.8835818029474467"}}},"readme":"# Stormpath is Joining Okta\nWe are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.\n\nWe're available to answer all questions at [support@stormpath.com](mailto:support@stormpath.com).\n\n# Stormpath Angular SDK\n[![Build Status](https://travis-ci.org/stormpath/stormpath-sdk-angular.svg?branch=master)](https://travis-ci.org/stormpath/stormpath-sdk-angular)\n[![npm version](https://badge.fury.io/js/angular-stormpath.svg)](http://badge.fury.io/js/angular-stormpath)\n[![devDependency Status](https://david-dm.org/stormpath/stormpath-sdk-angular/dev-status.svg)](https://david-dm.org/stormpath/stormpath-sdk-angular#info=devDependencies)\n[![GitHub issues](https://img.shields.io/github/issues/stormpath/stormpath-sdk-angular.svg)](https://github.com/stormpath/stormpath-sdk-angular/issues)\n[![GitHub stars](https://img.shields.io/github/stars/stormpath/stormpath-sdk-angular.svg)](https://github.com/stormpath/stormpath-sdk-angular/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-APACHE-red.svg)](https://raw.githubusercontent.com/stormpath/stormpath-sdk-angular/master/LICENSE)\n\n> Angular Components for integrating with Stormpath's API\n\n<div>\n  <a href=\"http://angular.io\">\n    <img src=\"https://github.com/stormpath/stormpath-sdk-angular/raw/master/static/angular.png\"></a>\n  <a href=\"https://www.stormpath.com/\">\n    <img src=\"https://github.com/stormpath/stormpath-sdk-angular/raw/master/static/stormpath.png\"></a>\n</div>\n\n## Table of contents\n\n- [About](#about)\n- [Installation](#installation)\n  - [Configuration](#configuration)\n- [Documentation](#documentation)\n- [Development](#development)\n- [License](#licence)\n\n## About\n\nAngular SDK for Stormpath's API. If you're looking for **AngularJS** support, please see [stormpath-sdk-angularjs](https://github.com/stormpath/stormpath-sdk-angularjs).\n\n## Installation\n\nInstall through npm:\n```\nnpm install --save angular-stormpath\n```\n\nThen use it in your app like so:\n\n```typescript\nimport { Component } from '@angular/core';\nimport { AuthPortComponent } from 'angular-stormpath';\n\n@Component({\n  selector: 'app-root',\n  template: `<div *ngIf=\"(user$ | async)\" class=\"row text-center\">\n <h2>\n   Welcome, {{ ( user$ | async ).fullName }}.\n </h2>\n\n <ul class=\"nav nav-pills nav-stacked text-centered\">\n   <li role=\"presentation\" (click)=\"logout()\"><a href=\"#\">Logout</a></li>\n </ul>\n</div>\n\n<sp-authport></sp-authport>`\n})\nexport class AppComponent extends AuthPortComponent {\n}\n```\n\nIf you're using a version of Angular < 2.3, extending AuthPortComponent won't work for you. As an alternative, you can inject the `Stormpath` service into your component, subscribe to `stormpath.user$` and implement `logout()` yourself.\n\n```typescript\nimport { Account, Stormpath } from 'angular-stormpath';\n...\nexport class AppComponent {\n  user$: Observable<Account | boolean>;\n\n  constructor(private stormpath: Stormpath) {\n    this.user$ = this.stormpath.user$;\n  }\n\n  logout(): void {\n    this.stormpath.logout();\n  }\n}\n```\n\nYou may also find it useful to view the [demo source](https://github.com/stormpath/stormpath-sdk-angular/blob/master/demo/app.component.ts).\n\n### Configuration\n\nTo override the endpoint prefix or URIs for the various endpoints, you can modify the defaults in [StormpathConfiguration](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/stormpath/stormpath.config.ts).\n\nFor example, to override the endpoint prefix and `/me` URI in [demo.module.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/demo/demo.module.ts), change it to the following:\n\n```typescript\nexport function stormpathConfig(): StormpathConfiguration {\n let spConfig: StormpathConfiguration = new StormpathConfiguration();\n spConfig.endpointPrefix = 'http://api.mycompany.com';\n spConfig.meUri = '/account';\n return spConfig;\n}\n\n@NgModule({\n  declarations: [AppComponent],\n  imports: [BrowserModule, StormpathModule],\n  bootstrap: [AppComponent],\n  providers: [{\n    provide: StormpathConfiguration, useFactory: stormpathConfig\n  }]\n})\nexport class DemoModule {\n}\n```\n\n#### OAuth\n\nIf your Angular app is on a different domain than your endpoints, OAuth will be used for login/logout. The access token will be stored in localStorage under the name `stormpath:token` and it will be automatically added as an `Authorization` header when you send HTTP requests to your `/me` endpoint. \n\nIf you'd like to add this header to additional URLs, you'll need to add them as follows:\n\n```typescript\nlet config: StormpathConfiguration = new StormpathConfiguration();\nconfig.autoAuthorizedUris.push(new RegExp('http://localhost:3000/myapi/*)');\n```\n\n#### Templates\n\nTo override templates, you can use the `customTemplate` attribute on a component. Below is an example of [app.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/demo/app.component.ts) with a custom `<sp-authport>` and `<login-form>`:\n\n```typescript\nimport { Component, OnInit } from '@angular/core';\nimport { Observable } from 'rxjs/Observable';\nimport { Stormpath, StormpathErrorResponse, Account, LoginFormModel } from 'angular-stormpath';\n\n@Component({\n  selector: 'demo-app',\n  template: `<div class=\"container\">\n<div *ngIf=\"(user$ | async)\" class=\"row text-center\">\n  <h2>\n    Welcome, {{ ( user$ | async ).fullName }}.\n  </h2>\n  <hr/>\n\n  <ul class=\"nav nav-pills nav-stacked text-centered\">\n    <li role=\"presentation\" (click)=\"logout(); false\"><a href=\"\">Logout</a></li>\n  </ul>\n</div>\n\n<ng-template #loginform>\n  <div *ngIf=\"error\" class=\"alert alert-danger\">{{error}}</div>\n  <form>\n      <label for=\"email\">Email</label>\n      <input id=\"email\" name=\"login\" type=\"text\" [(ngModel)]=\"loginFormModel.login\">\n      <label for=\"passwordField\">Password</label>\n      <input id=\"passwordField\" name=\"password\" type=\"password\" [(ngModel)]=\"loginFormModel.password\">\n      <button (click)=\"login()\">Login</button>\n  </form>\n</ng-template>\n\n<ng-template #authport>\n  <div *ngIf=\"(user$ | async) === false\">\n      <h2>Sign In</h2>\n      <login-form [customTemplate]=\"loginform\"></login-form>\n  </div>\n</ng-template>\n\n<sp-authport [customTemplate]=\"authport\"></sp-authport>\n\n</div>`\n})\nexport class AppComponent implements OnInit {\n\n  protected loginFormModel: LoginFormModel;\n  protected error: string;\n\n  private user$: Observable<Account | boolean>;\n  private loggedIn$: Observable<boolean>;\n  private _login: boolean;\n  private _register: boolean;\n\n  constructor(public stormpath: Stormpath) {\n    this.loginFormModel = {\n      login: '',\n      password: ''\n    };\n  }\n\n  ngOnInit(): void {\n    this._login = true;\n    this._register = false;\n    this.user$ = this.stormpath.user$;\n    this.loggedIn$ = this.user$.map(user => !!user);\n  }\n\n  showLogin(): void {\n    this._login = !(this._register = false);\n  }\n\n  showRegister(): void {\n    this._register = !(this._login = false);\n  }\n\n  login(): void {\n    this.error = null;\n    this.stormpath.login(this.loginFormModel)\n      .subscribe(null, (error: StormpathErrorResponse) => {\n        this.error = error.message;\n      });\n  }\n\n  logout(): void {\n    this.stormpath.logout();\n  }\n}\n```\n\n**NOTE:** One problem with this approach is you'll need to copy all the referenced variables in the template into your component. Another option is to extend the existing Stormpath component and override its `template` variable in `@Component`. This is the recommended solution if you're using Angular 2.3+.\n\n#### Access Token Storage\n\nTo change the storage mechanism for authentication tokens from localStorage (the default), to cookies, change the class for the 'tokenStore' provider.\n\n```typescript\n{\n  provide: 'tokenStore', useClass: CookieTokenStoreManager\n}\n```\n\nBelow is a list of direct links to each component. You can use the HTML defined in their `template` variable as a starting point for your customizations.\n\n* [authport.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/authport/authport.component.ts)\n* [email-verification.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/email-verification/email-verification.component.ts)\n* [forgot-password.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/forgot-password/forgot-password.component.ts)\n* [login.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/login/login.component.ts)\n* [register.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/register/register.component.ts)\n* [resend-email-verification.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/resend-email-verification/resend-email-verification.component.ts)\n* [reset-password-component.component.ts](https://github.com/stormpath/stormpath-sdk-angular/blob/master/src/reset-password/reset-password.component.ts)\n\n### Usage without a module bundler\n```\n<script src=\"node_modules/dist/umd/stormpath-sdk-angular/stormpath-sdk-angular.js\"></script>\n<script>\n    // everything is exported Stormpath namespace\n</script>\n```\n\n## Documentation\nAll documentation is auto-generated from the source via typedoc and can be viewed at https://docs.stormpath.com/angular/api.\n\n## Development\n\n### Prepare your environment\n* Install [Node.js](http://nodejs.org/) and npm\n* Install local dev dependencies: `npm install` while current directory is this repo\n\n### Development server\nRun `npm start` to start a development server on port 8000 with auto reload + tests.\n\n### Testing\nRun `npm test` to run tests once or `npm run test:watch` to continually run tests.\n\n### Using npm link\n\nIf you want to use `npm link` to use this module in another Angular project, follow the steps below:\n\n1. Build this project using `npm run build:dist`.\n2. Run `npm link` in this project's directory.\n3. Run `npm link angular-stormpath` in the `<test-project>`.\n4. Run `rm -rf node_modules/angular-stormpath/node_modules` in `<test-project>`.\n5. Manually install dependencies required by `angular-stormpath`:\n\n```\nnpm install ng2-webstorage angular2-cookie --save\n```\n\nYou'll know if this doesn't work because you'll see an error message like the following:\n\n```\nType 'Observable<boolean | Account>' is not assignable to type 'Observable<boolean | Account>'. '\nProperty 'source' is protected but type 'Observable<T>' is not a class derived from 'Observable<T>'.\n```\n\nWhen this happens, you can use the ol' fashioned copy and paste method. If you have `stormpath-sdk-angular` in an adjacent directory, the commands below should work on your project that has `angular-stormpath` already installed. You will need to run `npm run build:dist` every time you change code in this project.\n\n```\nrm -rf node_modules/angular-stormpath/dist\ncp -r ../stormpath-sdk-angular/dist node_modules/angular-stormpath/.\ncp ../stormpath-sdk-angular/package.json node_modules/angular-stormpath/.\n```\n\n### Release\n\nBump the version in package.json (once the module hits 1.0 this will become automatic).\n\n```bash\nnpm run release\n```\n\nFor more information, see [generator-angular-library](https://www.npmjs.com/package/generator-angular-library). \nIt was used to create this project.\n\n## License\n\nApache-2.0 © [Stormpath](https://stormpath.com)\n","maintainers":[{"name":"afitnerd","email":"micah@afitnerd.com"},{"name":"mraible","email":"matt@raibledesigns.com"},{"name":"robertjd","email":"robert@robertjd.com"}],"time":{"modified":"2022-06-13T02:58:04.121Z","created":"2016-11-10T18:05:26.851Z","0.0.1":"2016-11-10T18:05:26.851Z","0.0.2":"2016-11-11T02:11:13.536Z","0.0.3":"2016-12-02T20:04:21.596Z","0.0.4":"2016-12-06T16:53:38.044Z","0.0.5":"2016-12-14T14:31:17.618Z","0.0.6":"2017-01-12T07:41:30.812Z","0.0.7":"2017-01-12T08:50:03.289Z","0.0.8":"2017-01-12T14:49:36.373Z","0.0.9":"2017-01-12T15:04:07.005Z","0.1.0":"2017-01-13T00:20:37.012Z","0.1.1":"2017-01-20T14:38:30.537Z","0.1.2":"2017-01-27T15:46:34.833Z","0.1.3":"2017-01-30T19:24:05.804Z","0.1.4":"2017-01-30T19:43:49.914Z","0.1.5":"2017-02-03T18:22:55.143Z","0.1.6":"2017-02-04T00:42:21.742Z","0.2.0":"2017-11-21T16:04:15.028Z"},"homepage":"https://github.com/stormpath/stormpath-sdk-angular#readme","keywords":["angular","angular2","angular-component","stormpath","authentication","authorization","security"],"repository":{"type":"git","url":"git+https://github.com/stormpath/stormpath-sdk-angular.git"},"author":{"name":"Stormpath, Inc."},"bugs":{"url":"https://github.com/stormpath/stormpath-sdk-angular/issues"},"license":"Apache-2.0","readmeFilename":"README.md"}