{"_id":"x-weather","_rev":"35-c4dfb49a192c022e2538710249bb99df","name":"x-weather","dist-tags":{"latest":"3.0.0"},"versions":{"0.0.2":{"name":"x-weather","version":"0.0.2","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"265c6b2e0e1cedd9e66b814a02485d07c7163260","_id":"x-weather@0.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-sjA2+aAqRSJdmYU/ayam7G9zjMpFc6IZBLwKOWaneNt4pKPndD+HTWDq7bM7VX8iczcM/DTIzXBfqzo5KIsY+w==","shasum":"fab8315ad889320f36ee00827e6df12f0af595a7","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.2.tgz","fileCount":72,"unpackedSize":111327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1d84CRA9TVsSAnZWagAArEsQAI3JfVmk+HKMiHtio1ra\niTtAejWVlLPkqKLMS5oiSj+M3k3WEsbZvDDlxXeZIPB96E5JgDBb8j+53sm5\nL+212xbr5UTY2eMvqDTktChHxlFk5XwCgy2S7Axh8ChL3vKyRWuXh8Sjh7O4\nAziVnmZgkBiYZe8XF1yOHBRyPWCV1298lOWwHcWkmXWVMi9KqWQmJx+5gXfQ\n6qcN+qV2fAeIZEodfBFv734ybjbh+kGyR5Z5EqNSdzWJvWMQJ/fp1FJwTxeQ\nCOs8SnY3y3bAoErKB1+YrMlDPBZ7BZHdDUpOC8XUgOeJyx0uVHI+JDJs9Qw2\nNTVmfiGiDTZI5hEBqV2RstoHyTbusOaAR8mACjb1mlckS1RwJvq8+RXiSIEy\nWPnvOGzcJi8GCBzmLq5UpWOZeodMDnzfhXbXC5xwdP++avFRVDG6UeT51Kg3\nsFl4r3N9kTF9cHpHLguWqsq0n2KJi1znjMgOpjfDWYaoFW5ZcxEqkxA0TEcE\nCtsOPN/P0j3TswqRU+x/pmyVUxg9ZMeIKNgKQBrnkqh8PHCNAd6DwCd1KXXH\nEpxI+I5t1X9mO8gPjkK/AS7QRngiWkAw+Rjt4TXJjuZNYAk+OZCSkUmYt8FY\nSaMYypEiDpmnUfZKdlzxh7DhX9lz6oaHoaTltbh6bMHUt10Bn81Ha6czoEIt\nOE/X\r\n=xhvw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoK6rS2gDqjjuQ1lH41i2V39Vq8bR5DnpPPtKhV78uJgIhAOai6IwmI2q49p83lbfcxFu9NSdOJyFsAVZz363td+BO"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.2_1540742967624_0.7359271739279967"},"_hasShrinkwrap":false},"0.0.3":{"name":"x-weather","version":"0.0.3","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"51a8ff260d06c3c2c06dda88932534cf55bbe481","_id":"x-weather@0.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-6K2cYcfq9fhBm/t7L5Gv26fcPTSQpoUsgFA2U2hRb5dBYGNy9VvLVAMHwu9x2xVXaMLlN+/4BwmCU4PFLJjB0g==","shasum":"196bdc3e02f2293c56714f83fb2bb2a4482fa8f6","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.3.tgz","fileCount":72,"unpackedSize":113221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1jxOCRA9TVsSAnZWagAAX6MQAJSI2l9cAtXoqDrDyKLv\nnJRcYyi9s1IVKZSUhq19hnpg5QI5WdBpf1YIO5OTqriWwVfp5JPkVgpNjkql\nK+zoFkzvz9DfC9Nxz55h1wJ+/AFvhksbtCLlYHL8PqZn1aJ/cKidqh3+WHMB\nLnp9JYqeR6OQam+ZCjSZRKxZ632MUKsrG31Gn89QQJzrenlfQCXVBcIy5Nn8\nS311u7+9DtexbJDiIJ+9oSmfwzWEYfONQepJrCiMg5N/cuhPP+eaipt9WX6r\nZoHPMoM2/2lTdG/pKI9h+qVrDjEqpWZaulPsXFy7Gqzt/r72MuosAMk2kYj6\n56cBmX5FPpKgCWO834dhbjNnuB8ro9gGEQj2FeMSlF5HOtrckr77HVU8LKjo\nxe5PJineShJBFuQ/1mLRdkrTk48FWgA6MZxVrr77B8SWPY01n0m7/feq4323\noW9zwU6ZGTyfPy2BgaZvk47hHW4n87Nci1DfV1xbVYCNA/XeHoMjcApUbmT4\nAU+GcM/7Gx6A9bpFDbuXx+VFZez607Qyd58/ID62h3cE7JcPGMN8xR06B3Ru\n6DBlG8trF0rVKGmJ1gw9ALgla5iiomh2nhTFsmnMgh9ADOFY49s8Spc5rqJL\nu2Ycwk1iwWZmOfvsAA+IodZl6PycNX59WeVAoj3m9FceGqqJMvUksD3jS3E2\ny3vj\r\n=Sjl/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCNafdTEBrN0hQM4BZAyCHbngLS30K81oy/hspi4Ab1QIgPjwiO+9ocMusGJ0KPQk5DgdLX6rBi7bhUHKOaVIcXtI="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.3_1540766797370_0.8173186459776833"},"_hasShrinkwrap":false},"0.0.4":{"name":"x-weather","version":"0.0.4","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"7ecf8257184ca943c07cbaaeaf2846de06d153c6","_id":"x-weather@0.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-BvRBZ0U/4OSehqWIcTKtSRI9TVLFIuqFLP3K38fcOwMUQBR84XsHGiShKwUWoMMM04nzqG4OQLRn5ki77v/f8A==","shasum":"9418f4be370b653f1a4d313e361c12be37622409","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.4.tgz","fileCount":72,"unpackedSize":113281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1lM2CRA9TVsSAnZWagAA/tMP/21pLjsNUHUd2usq/5RN\n5JInkAc9qMv/N4a7JntHoBbTv03o5EijbDmXZNnnED0sYr2sQhPfMIF/wOjt\nTi9amoeeapuOdhIevH/7GU3r7cVWzWp1jgbJfu7wCRfYIYQXgKFnEq0ttFkN\ngjgwirGChci1qr4tx0aakINviYjGQsZ0sR3yeFAldRc6LtIa5eqaMY+gkBFp\nwFaFhzvrBTyUGIjjox6EtDqBJQC+xya81TlsZnWtQ2rhVT4TK9pALcaMK/j7\nASdRfNB21O6Z/NzTipKWOC/PEfq6sEzIWRPxm5Rghijn4ZofVYiVSkeGCzaM\nhwsdr+lVlgIjgqrkoeh+fmnmtUD1LDKvb1vSJonptiE8MUUxwcA58H0DuggU\nHUlpODvrSxtNpx0jjQrh/P4HcmCEtrciQekUkBCq0syBZgrbRuH4TtB7abtE\nkTlKcErFLuz1s26EAP8TzjTPXZmTqWdGPf0rCTV/jOscKwYCnO4HUeCZg5II\nJRWXwlA69wDHc3TPLZGz5IJdxR23ekSQLzQ2puWIWl3F6ACLk+boob7Mttd7\nSPhwmP48zxaOikTZiWKSOWKTQ9pXHVNpWm49UQmQNEuCV1MxKubHGhee8tAA\nET73qX/xCsy2db2+nZ+55mbm69/K1xArJrcWv961dpzjKROd+Mxqw+3vSmOj\nOhdi\r\n=8Cp/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWwa5onn4yHvIwg0FR1a7LvUP/XTFQTdq/pUCrhK6Z0gIhAJSTr7+SP7o+vp5PjqjeaaH/Yom2cRih/mhWsmqvhNaO"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.4_1540772661546_0.9759789817032463"},"_hasShrinkwrap":false},"0.0.5":{"name":"x-weather","version":"0.0.5","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"cb874335ce5f630be9a60476a10746ee8f5f0e77","_id":"x-weather@0.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-eNXamLLuLUf3PQMNI1bACRj73C5R3IQ2fxzdd1ZIDIb+1kWsMPuiMT3691li+zCqCtYNCRYRHa7iiYLSZ/EbQQ==","shasum":"de1c90f1cc5ef78f2dc3918cabc5dd58aea4c5fb","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.5.tgz","fileCount":72,"unpackedSize":113288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1lnDCRA9TVsSAnZWagAAWwsP/AvpDBi6vYQQ5BHc3D/P\nS8OfJsNunKCqVCZuiAg/nJjgDD+n4S8Ckd1py8v8tTx5BT6xn3nmMDbSU65o\nx0fP6gUfecfEoyMobZmml9632QWHD5pUZoPEH7chnCpqmzqzGaSvJpGAcZ7R\n1muLnlZsJz6Y/r8TZCw0L2CJo6F1uJ1gl09PE/O8VVrZuUBQ8+4tYbmuc1U2\ntxNlf2dYd5zt9AG4DV+8hD1VvWrLbH/4Y86mCdXse97h/LsclVBmuM0oQMUm\nWHpK4p6BYDu42Ognxs2YmTb3zBQVwDWZTrOnCVzleD2+UrRzkhj4ITff5xfZ\nZMT6+dw0adhFlTh8tqOB9P8aV+cxrQ/t8H7ht08qsBjCbmAYY2U1hokXp/Fq\nlgR4zObukftA4NOeMEOlQafE7AJiRUcZHD2EMGnKyyMo/9zcTjIPG9mHCj6W\n8J/M4K4eL4gmovdV71m5x+1aRvpbRWb5PH/0MJhkKm6GchdrI8KYEuaTb7xW\n6o7z75EFg9q32QbJ9XHAFfio+RC8qWO86UiomZx/vlbwTBLhYwjspSMAz+4i\nfKr9p5wii9D3tmMtiid4HDVddXkSZkQGdIBHyTIfzrQTGeJYiWlPtpZC6cg/\nO+LBOtYaEWtUmpq7YSSaRwQuWhwak2ttUXIMjsAlCgiHz8ifcM2Qo/oPxzWE\nFwMw\r\n=dmyp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBzAj6jD55fBADHECP3IDfWYJWbSkbAkTNiCnPEfwLS6AiAeP/MRF55AiokkcS+0iApJsVeIcYsjEedlnnNJDg8ejQ=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.5_1540774339060_0.4394718645507565"},"_hasShrinkwrap":false},"0.0.6":{"name":"x-weather","version":"0.0.6","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"2e2321028438c04a5df4d57c24f9c8617ff156b0","_id":"x-weather@0.0.6","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-2TiS/un2KK4yLCDeW2lNf4Tg7jsMWAcvQFahDjOvKWN5h5KOmhEV3dVEadwGaJ3Z+CAjZo80kLrnvAsAJDqJCQ==","shasum":"d94a70082574235ad2a29f98093dc3f17e780729","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.6.tgz","fileCount":72,"unpackedSize":146182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3gOVCRA9TVsSAnZWagAAmxYP/jKx1s/Zr02h3/E8hmqP\nD7bZoDvWGDgPTG9Ww5iWnmWV6ARSayMrzBxbKSuoQfCoM5T/9/YO4rulSiB+\nx/MQFUQNRz8DEtl3yvVE/JgSKCJOwrszNX00B1mRDR48KRdjwtFOIx+FAnEt\nSlSEc7DfUIrfHlfxNS2Naltvi1oVcXQ/bWgjaiPskQiawEpX9azKTMdbfNcQ\nvJTnuPkZMA8s3vhMFPU/+bcuhKKmSXLii2fPgqsfx6byGSftlNizbLWjzyuk\nw89E41Yk0uIP2D9LmrtqYyLsVfJHiosuLE5ewXQcGQhQM7AJHlxoWxM2KU20\nO098arptAtvCExo0rFwICsJQvqD8Dl6abdfuo+zcXYk86d3IDyuhNoiBUp5p\nBQ9fFp4KCTJmKRmmLXq7oH0av6iQssahzjGv7BmQCO70prjfT5CMrzwaBI73\na6TQYzj4Wi6XTlmlHk30w4e+Ixw8V97roAgFI5hKoQ/iCCQUr5WE+pzkBD59\n8exGRNOOR/DySsDn68av/BqxMKY6qqwlLtW2+LK6vTENJIFDqS1rYxtiolFe\nUaInidGOv3/r8NRXhXjZFAYs4qKNqL+0Ydlj1zVZ5+X1o2llJt418IJLEV7I\n+VcfmSsikXYRfUZk7ClOySMenm2299cqZFDR3U1d11bbl/eBMArzxD11oSHh\nymAs\r\n=hNUP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM997kQe+4tmtg/OxQtqPioN3H8ypr0V1SCHwIpvbAkwIgaEHA12hydTb3OfRJoKAHmZe9hqYSPpFuOOkOIw8fTOY="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.6_1541276564290_0.010120975813208588"},"_hasShrinkwrap":false},"0.0.7":{"name":"x-weather","version":"0.0.7","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"3bde40db9030dea4217045bbfb6dd2909a7d3e72","_id":"x-weather@0.0.7","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-T0Uf4vWQvl5bzpbeXGTm8QEFG0mNFppxKOcVZeqMrONlV90l9xrSiNoSOdJ0DlDf8MGuxhPb+y8/hfotea3NpQ==","shasum":"e49b424ceb344e7acb13f799e12145a710ee3b03","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.7.tgz","fileCount":72,"unpackedSize":146809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3gVoCRA9TVsSAnZWagAA4EoP/2NHWtTBsgxLVddhkxeS\nY18OrcVUptuaLoWjJRo0yg3RHBus4Z24mJ8y806bXZzY6tL1B7OaKzsxZXtt\nSGWPQ+sngtcUFM0qJ4iNussDJ1lok4n6rFmtFE2oWC3XYQ3XYZ0gL+n+8q2A\neteymX0j5QEaNplVTU1GnlD8Lp2P8wEfdrJp9IT1ANZUSwam8mYhoXc4+UP0\nTtfRArsjXDDJG99CjaogwTE8K7GnOzqYjKG3N/zsE1MFDtl7CbTq84AnOyB0\namrAZU6sQ5KMeE8GHbN8QBUo6dhD5tYQzj8k9NwWp0ELG9bNjlGM9Uoh4+Zf\ns4S+zL/bMiHN5SwNCDHlUbuTw9GtaUWPXMjXqbXjRz3iiaYqfNFeKLWdTlqG\nIF0ay48mcp3WJ8bWjUflZwcERHu3Qs/fsOr3F8V8YMnJKUY050KoPIoVEthR\ncfOiht0XgmNe73S3DpIxBeM3A6T0Lm/3MXScZ28TNW55E84iECgDLrX2Ac3m\n6xAapOY1o31mH1AAys0Dm1+TtBiQ7XIHJR7H3jBBtmxkiySJcgpYAeU7/fp1\nr9GvT8dOHl2ASGVXMZyha8obBMhA7e+VCXYwUX1cWt4H5pwU0e2Y/g0VSywj\nAYtTtg25BWGoAIdCs71nBEgF6GO5tPq0yjrESka544Oiu80Xn2t3J0w0k546\n22iE\r\n=nO/C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGRTPTwAqIi2YHSgC3LFOjIzWxYZciyVQfFXS1Fmh33pAiBj5fHevmz7peUu2RmGSR3LwrGyjxU921huHQH9gOxROQ=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.7_1541277031723_0.13144796360512356"},"_hasShrinkwrap":false},"0.0.8":{"name":"x-weather","version":"0.0.8","description":"A project to view weather information.","main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"4a412ca6315c53d7630ac29e0a94183794a47766","_id":"x-weather@0.0.8","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-T8ao8GwTIE1LIaXvKIzX+CYIbYXKOkUZBh21bFa3NeLEUQeDfD+Va0Iq7uarVbAO0ZV7JUCuI/v/ZzppSMFglA==","shasum":"fe4fc0bee222cfca7a7716c7adf66b20e4a4f2b8","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.8.tgz","fileCount":72,"unpackedSize":147157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3iMOCRA9TVsSAnZWagAADHcP/ju0Hs8BrQPXt3EFq40A\nUJBoAuqlKyBYnEJ3hhOcSH608gjKS00Gz0PGDLXcGGfOLTXLDb4Tb4G3Hjpv\nDhlQCHzOLI/U/sTqc6GwjQ6eWUHZZvhNwhsO6kzPh01rDQl8LvQINQOZj0+c\n8emTtuNe4po+ZhIlFlq4EeuAKrfb6EHPtKGVqSWxuaBoZLcgR161hiIdpInt\nCJSafFFrRtyTbORsGHtLn6tiCHbLCwnZWFeiSCnyTTyuLPDpOeFWq3Sh/wOk\nr8SECvMU7JMLvXOlmLcB5nO84iOaS6iI2Hj/WSnFKtomJEn/Gn7Flj8iov5m\nyfsw+j3OWbvASiExLl0OXD12Kvp3PJf7m2LDDnCvegJxX6vs/bOpquiBT1wZ\nRkNYDCdgV+jlm9h3zxblnjhTgMRun/qgl6TOnRPmOJ/2M80xZvudBdbo80bB\nz/8PFieCQxuBSrYWHx8Mq4UIFRNlip4nV64TgXM2M41sleXIiYE1+lyuXXub\nWaG2NbH3fOB5hP0X1fobme14R0CnZch1JiA+nCmFuYadSNODQa5ZgQ55lYEO\nBr3vjzR+8VcNviF5Cyd5NiBnAlTVpOZaF6qM1AQiOlGwwb1++j7GrM1Uqv31\nnxCQ5x2OhmYVEs2s2gI+0vaI9cgosCOF5Ei29cYyV2Xj5foMIGZw/Wj65h3Z\nCPJc\r\n=ue7d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQakY7fwm9xMzQ7nyPuYHodqv3NLGksvyz9TDL0XKWvQIgJ5sdwWGwAnN+buCvhGkVJ2Bou6NfOeSo628zliTxGMY="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.8_1541284621821_0.48474412649311405"},"_hasShrinkwrap":false},"0.0.9":{"name":"x-weather","version":"0.0.9","description":"A project to view weather information.","keywords":["weather","weather app","web components","custom elements","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"4a9344aeaba469acb7aa747b02e0cea0112fc4d7","_id":"x-weather@0.0.9","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-sgz++gdkatJUoeCVa+Bk/tZy3xF1HrJyty/sJDa3PzIL9CR9Nr6fmC8Dx8LCG8c4/GHdyOHnQnKZQY2zNf9i6Q==","shasum":"8f6647e3c9bd60b8ba2a3a16645170611e974771","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.9.tgz","fileCount":72,"unpackedSize":147278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3ibsCRA9TVsSAnZWagAAXo8QAKIX9FMV7BJnRW/c+/ex\nqx0J4KoEZudCSWAhHqOHXuk8QIL7xzsinfGSfUAxhd4WWIFXIFXBB5OR5lp3\n9SyGmCSYfixuG1BMInnSSlHsEglX7EWdUxo8h0+m9xa3y9TWxXcj7IluD+Tg\n6J055jJOimevx8X2GOBZNii42jisT/xmcD/xUpTEz7UXmRl6VSqGo5M15JW6\n6EDyIY6bcGX8ZA//CPpLHGqnkvOUEa4jRtY+Qffm2ey3625BbiHOKT8gd2oC\nd0sXGEotOmntFo6EYvsja5fD6fp6Qv76XqWXTdUE9U/nkqIhwgd8WCh5A1lL\nbdn7i7Y11FPf9G6aTU7D5Ob4v2xlAaC0knIHy/rb3yLMZKqCSZ0G1qHbsenZ\nEGO4r53CiNg5Wt2XS8sMFfxjVkMl49L6OpgOdyekmaQIO5/bCpIbS+vRMtCQ\nFkFcDUhILl26Pp4ETZqjgaqG7fsMpLHTEuOYFzN25C3RRhYbErhPqHWi2GGu\nBFM/0GzAQhsEzPzew9s5M4VM45UAXXrsREbZdCDQ3AN7HhnJQuMIdyPi3MJ2\n025xaLZkwbN8efGpkwIDPJOpaJRoYBPyPl3L5cB2+CLktIPaHFx4GzWqesi2\nxJqkgGoaNdu7Chki+gmtIS5OGWTybJMD1Twtn0seoa14AlFS4DvdW/x3cvVT\nR1tf\r\n=cFsr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGqXw8EZEFG6TlvQtTPBl9nMKeD1a3Vpof5vq6zWVcRYAiAnjtapgCCaybo+xAZPBxaKIdchH3Zu4x2srY/IVYj77g=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.9_1541285612195_0.5732998233973128"},"_hasShrinkwrap":false},"0.0.10":{"name":"x-weather","version":"0.0.10","description":"A project to view weather information.","keywords":["weather","weather app","web components","custom elements","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"eafa4be6cf9179e91924206e70b663009861503f","_id":"x-weather@0.0.10","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-LCe7DnOT0e6jCxZVoebbbyQnzLweXCtk0jZUbVBFMkO6mE8yptl/QLnG5vnlZYV94WjFJ/+56CBRJc+gcGy8Ew==","shasum":"ca94964cd029f21e46e1f2bccf331caf8ce259cf","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.10.tgz","fileCount":72,"unpackedSize":147313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3iiACRA9TVsSAnZWagAAFPEP/3c/VIpl0Ye8/BM2UIpc\naEk+37fzDVV1lUs55EDv3/ESAK6mbDSClH3YYRSTxcBMd+ZvWW5SBjuUSepc\n15+bX42zJNIqiLjJM2aP7EucrejvJxqT7ljypj5sCeVtc8CqJe7YZESbdNjs\nCSdnlyXZuaFLw3jR6pkQz87YinuNK4l7brjmP797dDZ9Fg12otZlgUUVaSN7\ng7F1ekkniuc2D01VPm1Z3LZSs3lPpg13beGG51ApDKQ/iMd4ikNA+AJGWZdM\n/N47N+4ui2MHQjaQNIRVJz2uchqUUcMNVGOeC7i9NkbaAUcZpRloxXjLAzbZ\nIMvzKqT64VTsVfiJf0F01wypyjzI8T+RaVtLHKOi6rl48axUgFDdN/wrVSgU\ndJQf7skb1IXQlFkuwZn8zHQQc/HcDJAeyoRs4ELTyX/Yk/Nvw/tOQuB6xCwm\nKSVjLdr0uU6CZYBup2d4Pj6/FOn6O/Es4jJcSGXDPRwqQWfTeyndod9QsrdA\ndj/C9kqRaRCF+46zKDI6XjhwF/7LNHW455ZvI8Gta9QA472ofHTWM1OxxDjw\noE3RxvOxRJc9nf3zhWddaUQTosjIQBSN+xj3rOPBDHrjMZNACEkOZndTLfdD\nVXKedLvR/MCVK+7G/tfHhrTBXe2lzS/RhlEi8BifIbPd1C2ABPOvLX6r1LG9\nx4su\r\n=DR5N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFyQGyor73zME3lGdZdF762kKx0T8pnSJTZ788aHXigAiBkZgv4mlOGuO38XtJUEFLfXViQBEV2QfKIimkEmjWkVw=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.10_1541286015524_0.5638949806763685"},"_hasShrinkwrap":false},"0.0.11":{"name":"x-weather","version":"0.0.11","description":"A collection of web components implementing portions of the OpenWeatherMap API.","keywords":["weather","weather app","web components","custom elements","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"e918f8b1f6025cf101f561b00bad80abaea9bbe3","_id":"x-weather@0.0.11","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-sAwSJ82T/KD4yidrXTwwlQuNk335ntpHrNImDWksALAqoIrm8AFrRzaCIUVAX1rX54wcbLC98h7+YsP+vJUqMw==","shasum":"d34012f3d5abf1a6c82b44ede4d3dc3bdb1e7d30","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.11.tgz","fileCount":72,"unpackedSize":148143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3i8zCRA9TVsSAnZWagAAjiQQAJsi65UDwJZpr4ePRCRG\no/Jq9sMMGGiOkaUk90G7Tj+EEIaaooGdx4R36PR+iqc8j+V2DixcQ6aB2njD\nE7pja0gM6lakFb+0ezyV9Uh21JYKqmL+m43/XVC/sAfi76tvm1bp4GltTkF8\n2ciQL8AlRNa12dWhontPhqfxdtkQaw2bY8H+sfKQ1thIg799ZMNRa4eE/Vso\nNLlxQjhL6cHR+LDQvR+wcv9mA7bw74SPVXl8pdVuDyUrtYN9QJ9SCFt4cKEQ\n8LVPYU0mO/fqwx/q3CuKvnn5Q+rt4az9QDj8Lr82YSfx+qDaFWi7F1Pjlbky\n/TuDd7lT+jm5Rbf4Ac3G4pWx4/QcpZxfyMRlxivhmWR9tFUfPm7NMX/pdjJo\n/JHl6Bn81rPgOa6rOgHmGzE1jcjVxTPQKsln4GTTxAxwIHeYBRCf0SVp6yMI\norkleB3R6OiGZ6Fz0O5howsb77tVLujAIFd7VFEJPbRzZ4eMXJv5nrpIlXGE\nzPcNJcoOJXDx6lGY7nZ0yLGIienXv8cdR0WlPdxrjTmCL5NlqBYLe+fwV+nM\neeGv/IFWGZZk59b98JCxdkPnvYfkGwIgUHFGF28eEjpAVTrHgIOSZWlM09Bw\ni3wugcytTxihjxrBJnJqW8ES8tZIvnu3qegTSae01SLHWdS6hbt0EQQQvNCT\nk0Io\r\n=2NAW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQGX8t3dbv/y8+g4bNDajKrTUrgmAoXgUz2P7nPRbY2AIgeTnRImyLevd1R165s415nBKkVMMkrS5RC0hJ/WC6pDE="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.11_1541287730861_0.25199967548162916"},"_hasShrinkwrap":false},"0.0.12":{"name":"x-weather","version":"0.0.12","description":"A collection of web components implementing portions of the OpenWeatherMap API.","keywords":["weather","weather app","web components","custom elements","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"b9d96fd668111f6a156fc3c1778f95dd08e3e7c1","_id":"x-weather@0.0.12","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-gubkP/XDyCY5UjHhWg9p17JL8JUnsxHr86KUVPm4dqUD81lJ7jVJcI6s5NKoxErBNqZWE/mKax05LDitbKL6LA==","shasum":"5392df10857ff8e228c7f3660fad23c3597ad22d","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.0.12.tgz","fileCount":72,"unpackedSize":148108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3lBrCRA9TVsSAnZWagAAaLAQAJJ2TMwng7/hj38w7xxr\nI0KdfHxkDFRVHr3nPEvSzWn7FPVUO30R0XzlqUYkzq7UuGDII27R571R9QnL\nsStF24svSg/r+hgihAfVbXHE3l00Izc7N3BR/ut53gsnzv72mMRifHPWMjGb\n+uxGp4KrqSYNLQ5ns3v/j2GXA6ApSlW1O1d2sqyis4+XmoCBtZmgY4KbKwtY\nnOhBOGjcHm18+C8WDn2Ll8eIrxgKPVI67eXlEKq/W8E3tpuwQeTW4MbAjSJD\n6oPdwVWhZGJO0MmXCl53VuaPbhZfJY+YbjIwm4ikQryzgN0+uG4JZ7Us6yZx\nHUyxLcgW4dhSsO5ilPZB6HEHRboAJpcL0q1KlUy0i4CnPLEdhjCZTZfulvzH\nc0vCO0i8rwWNzY8ZJWkRcnWo8MXCto6YHckZGVDN9gsrhZF1t87wYImqTaVn\nFJTZkBkMvf7TX5sJ8VcFhfLBXoPTKjOZnV7Lj56fU2Sv+h9nqf7ka9s75oRV\niXvXZTx7g0IlwwQcRji67M2uiNkDxdq3bNIgWPG21Ih2/pyihGxa7SO293nU\n7eRqi4pzKczjNG961dAKkx/8VwV6X15Xvjz4fEKX22oXGaRUFG9j2Xa2n7xX\nW0yELT+3q1xFBeX8Fj+b9hp0lXJPEm33U2CteN6RlDiV/GRyICFtrvSZwnj/\nIPaC\r\n=3gys\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHb9NW8klf6Eblh5Snsq7M1eN0ZyzWtglx0bNiIGZ9SsAiEAyWOra60UzOCpZSfr4RvyjRcYJoCGNr9thERz4DBH8fk="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.0.12_1541296234451_0.6719151084395134"},"_hasShrinkwrap":false},"0.1.0":{"name":"x-weather","version":"0.1.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"a81ce32ea166b4e930f5975864e4c52d8787cdde","_id":"x-weather@0.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-XdHsn5Z4Q1h9aqCvZ1wwcdvVUiOdnFa4zFcwD46x3IDT8laEPc5388G2numj+Ex0P8Gl8SlFtokxhMIFzWShuw==","shasum":"064b3ba197c596becad73d5128f94226d9324944","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.1.0.tgz","fileCount":72,"unpackedSize":148132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3me0CRA9TVsSAnZWagAAjegP/RlGsnt6AZtpxYaMRn3Q\nGNjl0HPxPzPJYz+4ATUkBicLolLXrTtE07o9U7mCENFjYSeB9Mh+M/1auxxj\nj06PZKajA/9njKSa4pUN4bPX9dplsGC3AypULTOaHV4MV75hnlrtLBh0Xz2h\n+oPji93TBrltl9olxTLN3uE4IYdly/jbano9ZbxR6Hc0TISNd8s5z7j/fHsS\niBEhBEr12iM2RbDntowM4DKX66g8CF4t+Kx1kZGFt9oAoGH4tQ/0tdSEAM7e\nTR8RFlCX+eY59pu4AjY1Y6/cB33xZYOn/HAJKjdUHykSxL5zwKMPu89RovYn\nE9th7uuEKWRbD2OyFeVW0tzWp3R7DBmayOOgNOfcFDL1zB/A2GycSuyQ4FS/\nUutSR8DDx5AL1AQwOTsPUa/yFqmlAufqZNpYl8nYkLMFOnZyBnY7MlNA311t\nB4oWTgWmm8nNg72Ur2YBQ5Q3k4OAjmOY7L7xubNpYTtkNIdH6bZGOYdckfTN\nw4uEfn+gWAwRreTejCEsLXblIpFV9TctlgaZnWVgsDRi9hI0Lq9DdH4ErU9O\n6s4UF50TDgbixDM9olMkW0c7R7aXec4Y9PKFP0+5DpHHSa8VhjFV2r7qQHxS\nqZgI5oWu25hJkX1iw1Z4HJtYer5ixtlHZxrbCl2F6t2Z/5IMWC/7JfPfuZiz\n+9qj\r\n=CL40\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEu752w8g8vKK5VxrUb2F164FgnO8z84i/CV/c7y+sK9AiBpXqXIJFiQeabvtt7vxYjcVczM9C7R1Iq5Tz3VqEm8pA=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.1.0_1541302194527_0.6223839220321017"},"_hasShrinkwrap":false},"0.1.1":{"name":"x-weather","version":"0.1.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"102eba3675b7f23859cb74b56920c7007988c623","_id":"x-weather@0.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-6zq8kiIMReRKxu4E6ldSmssOoAPJ94RR1b0AFHay572ZKTXfOjUbstSGf0eE7P1asJVyLUruB8X2CQiwCP7Ykw==","shasum":"d8eef7fc726943b9447ba44bc4eb9250f6f31a0c","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-0.1.1.tgz","fileCount":72,"unpackedSize":153330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4hqSCRA9TVsSAnZWagAAQ1kP/jH0U/D7jsxzFd1AIYFl\nkfLv0YMrANt7z4x5HZT+4Ht0vi638IYUGeC1QfRkaoNhNd+lNaxpw/kZh/38\nmLsKtp/b+OAVjr7TGZp9PcoBIKKbB8YTlOg7UOav174rXYNXSWh2M5Dm7h6D\ny8EjYCxfcht1ZOxQDTwCnALBxZnH91dG9kPmBV7l9QH2QTDd9G1wf8SnqTN1\nhapVP0HwEum68VZz/lFRbJAjMPWzG2YuCVYtwNRGatKiEQV16XLA+TgJ7nb2\nE76i1VmpysNp0vPzrHiHMXbLaoMLSmFjX6D+2Sbh56iTv/PFuQ8Odr3AsiPm\nX23WKldhV+BA3eCBxrM9uC/yFYM0WF3UiiHnJ1CgwL1fac6Ni0vHSO1ASp0U\nUG7PJ4Eid0l+qCVLdERtCLkLf92aHAP55Ko1lShgt2hkeS8+xxL1eJVml9io\n/aqY6+UMUZuHMp0wLX83zai5xl3+MQ89Pd4Dt9Rln50Av13iY0k6ZSFKa0N5\njnWNq1SgxhMlkySbnoEIOpN3xXZ1zd52MR07JU0em8mtnm8LfipFQkdXR/hI\nq9nzrk+JGAJK2aJz/Q9pta01X/sNoKX6Mig4Jkhi1QxMKbeF39Ukg4BzaChT\n6HJ7xawSY5toFGtqn9/HXGChgqXtxxBJpuRIB51Wi17J78lWTMlNj4kL1Gnu\n+4hi\r\n=5Qj1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC96fS44kASSav6+xWSyqTUyxvGrJeNSjdzNy8AYq3XMwIhAOMDqL+djKsnvb6/wSEJlTd/RUW+a0F1ReNtdQzvV+QG"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_0.1.1_1541544593776_0.7142027245607678"},"_hasShrinkwrap":false},"1.0.0":{"name":"x-weather","version":"1.0.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"74b8970c8dd93e995aaf7557f8c1a7d8c53cb9f7","_id":"x-weather@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-xOQLdycvsckYX5cLdUOmSgM1h/pZTlV3tjkqchE4cLzOJzSMiEKMw/PPoFdhiIfMvJR2yrvCUfv4AmzMuUkWXQ==","shasum":"0372e5242b8bc201d025234220b5f6ddc6add749","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.0.0.tgz","fileCount":77,"unpackedSize":162363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6HMyCRA9TVsSAnZWagAARaAP/0nWNveZ5rBUX0MsTPzF\ns3Zi+Ks0g0ihzoQUtXNDTIYBmQcazefLMKIFzIQTzIHvDjxAm2+CMdSgAZoD\nWksJBaBVD9McogDzCDWAl7g8GhjkgteaTmnjR90bP6Ovr974S5LGr3dDRs4E\nFmAGHxYA72snHp1nFolmyjOaf84I1L3qiCT1JSmSCZjjwK1VMbpand3bh04/\ngNys/s45kXtVyUTvoJZhpjMsNH9LBh6GAQb/lHFEpCDx7ga9/tyS55uXLzVf\nexthsotkoABmGJ7+fNp5K5frmjD1ZCJ5bkIxvDE992ChM3oj0hoz1XCRn4f6\neM5jEab77Afnrs5WwA/LXj7wVGcBIHoFxrz2LD/A1/j1LPvbNC0gyOPMwlQ9\ncUGejR/D08Gra23cz8ZV0K+HqHlYeVIS4bb6b3Xiiq7v+ppmBgEnjsZXDFkk\n0dCEvoovdsXri7w7TYQglUeikTgHhv5V4oNDEI2RNhdIkXmWkjEpdsNEk9dW\npDiAKGyunMKCJ3LKGupwuWyZx0D5u/tASzkI8QX/1DD2pAqwwYQbi6FOooIy\nRlcO+tarT6/hQSQCWk6YDB2sTNwgU5I5h00tduxe4WOSA1jV3GrQldoArdEl\nJVZqqs+leLN+t8uAzv8xzY9ly+iGcFRMUm8seBm7OjF/GOBwK/s58vhe1WCq\nsVS0\r\n=Z8J9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu4DWhgOQwIEcA7y28y0zlc7MRjTVVa/mjJXnsvsbhcAIhAMuVRRaYXMmgTuQj1FCBQW82uRJc9PXntNicca6qeoVf"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.0.0_1541960497524_0.027376384410573884"},"_hasShrinkwrap":false},"1.0.1":{"name":"x-weather","version":"1.0.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"dist/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"echo \"Error: no test specified\" && exit 1"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"7744daa810bbcc7c62b66d67bdcecaae3cf36a64","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-mt9Y0oYmWp0H5kF9tu5KqB0IO/KtAuNY8by1fWG9TJcpAYZSQ5CGvtncbz0orkpFdlLkaZV2rgTS9D3acLzClw==","shasum":"70c64de4c5331f3177fd62551f4bcea5e864cf62","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.0.1.tgz","fileCount":77,"unpackedSize":162460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+rw8CRA9TVsSAnZWagAALJUQAJQEH4Ud4lW2ZK/Da3C9\nUp1kmgMX9AsFmbc8gKkoWBmHlFQNpd20mrTiA/uGlFzoBU+pzN9w5Hht/cR8\nTmQ1KUIVyC6E/invNRXwOdRzUQOP3NoAUPGSKsk24ZI/hZ87xPCErXRDLjDY\nC/lWBMwM1T1We6K9C37TWayld5Rixf5CTtfgXOQFZYojY5UAbwVea0DF3qxy\nHcKO/kDXjf0jVvQH0P6EH7/wSEhdAbdJDSkHhaOgvvrJP2uuM9onvB2br8j4\nF3s+SOPnGsZm+q4JJX3iW+fyqpd2+vNjb8nVYPFgUxKQZrh8BI6KHDApgTrH\nS8DzAeGrV3sw9ioxN0ftfuDVDt9qRBiwzn4EU8VbTm2KlQjald01rot29HSw\n6qjF+oYKEUfMqKJQoeuUqJluMpb570ND3rGX9EWMWC6zEVOtCcOeOmEAZbuJ\n3YcDnNuxgkC9Bti+FB0rCzQfrpaxyYN57nCrNTxQK68cEFhapDCkPxXLLoe0\nfIkpEKQc1gVIiNLH7PNFY6rMPJY2GVoRzKNvL2oXOC8jGunmYuRSJLPtY2Mx\nSpXi0BL6jZfCt2SfHT8iqch/DnHs+UdrQEJKGxCOE8UL0Nr8GNMK8kC3b+gt\n1yIQl6uJE9ONkk6lCrdQoSSjUZnKmTB4BAd8VVpvj8vcUGIL6Bv2PS3Beknz\noqcN\r\n=ohUL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTCdDNM31mTBG3Esxf63iGnjQPpb0T6Y7JSS4MPzZW+QIgIDLzn09I/jByMfRdGnDgiK0uEmeUdnOJkasUNAKwd0U="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.0.1_1543158843908_0.9482545107150941"},"_hasShrinkwrap":false},"1.0.3":{"name":"x-weather","version":"1.0.3","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"bcad921d9ecb1d68b43983181715fa47ec3092d6","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.0.3","_npmVersion":"6.5.0","_nodeVersion":"10.15.0","_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"dist":{"integrity":"sha512-A4RnibQ8jammbDum3ATpRqSSZx12gqkuPg0k6FLoWSYoVtVWtThzImRiINDSPsPKs76OVGn7gYxoU6uFFsSwCg==","shasum":"8e61399ca36245a9ce95e600c857aafc8ed0b032","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.0.3.tgz","fileCount":76,"unpackedSize":161966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJp9kCRA9TVsSAnZWagAAfN8P/AhaXkrhmlUpWIOC+HLr\nadCxiaqRof30Zx9DlwfciLVmAB2uApYwVueBrJEql6l8KLzxvqv6tSe7O7d1\nB0SdETCNv3VWQWKT0CZcP7HcvQBTazVCQ6y2ZHkyOilQ8NwpoiJLD1+BNWMD\ntAIbu8F6/HOCQ6yh3DGuyAFIdExSBiKz5gTm/zVGLtHIBmxkx+bVTh+289yn\nDLFP2PiLgotK/OeRnhE8DNtl9rlpxID+YGiEkv9554CirRgerycz0r8lbxJ8\nHtmqc3aaSdAYNql9J+mPCBJbbvcucqKhYn2nMrF2i3+suhE6L3jws1ehAcEh\n0D6hX/6YdFPc+PPXpAuM1XApzTkFAGRbFKxSLyPV5aFDUGdFIVY7rMSVFLO3\nUfyKxsc03d773jNSMIZS8woadGwPtTUqoOq7/BoxquEHFN00uyTSe8b3Kond\nodYkjbm2EPF1hP15mezqLj3/DolZ5bdYNNK4WVxB1yBKjFlpWGXB71WW/DAZ\nwj9uMU44jKzZzimU7SbLWtYKXBhITS4RFBvWcqsLfsICx3W2lOuAATqfzm6O\nzwhU/aIuV4Nmw37qo5Lu2hT/Z6oytNhMfJrxHSmPInJN4/BPFSUTF0govO4V\n+W2Urjub2zT/bzC5ij7LPOxtVMoYPy7ueNiXfb7kPSCgw1pyAbuLhYknmSac\nmook\r\n=ph5d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0jNEdTThy4KRknTa4yM3Hu+uss/sU5ekYcoAx9VSDUwIgCcgOHDympxaoiNljB+e5+KZHOPYCXw8gAWUtpY6F6U4="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.0.3_1546035044149_0.49298663841097845"},"_hasShrinkwrap":false},"1.1.0":{"name":"x-weather","version":"1.1.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"847a42893dee566b16aaf5dc9e8c61dd02403a11","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.1.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-ft/vd8LCuxFG36o8lhwA5fvE8Pv9gLrePHDOAMA8txhuNlHh9Hr5nHJdkMuRMdwYfINRo+ZbnSmGuyskSAigRg==","shasum":"685a16fd84c0c6858d054e1cf8410657f39dd835","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.1.0.tgz","fileCount":76,"unpackedSize":167978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4c89CRA9TVsSAnZWagAAMWAP/RozWLBHUlUmizW8t0ur\nmPseAhdg2DS7/pTCLqXfVUeAZRNBPSzubJ2rONybyZgdSUbw0S/X5KdZorMB\n5DMRncS2ld7ouBsKV6Q6YTRTTe2fELHwe/c7mpradbT7tVNOEh9g37eWuckp\nsU/p0tXpRAidsk6I77nEuEYlQHpfPrOThuKp++Qs4v6gQ7/MpDPkIHixxmgC\neDTDr0/6uILf1ZV0jDESqWOwMK+S1F3HuRtbUuhiZOzJDIbUp50nz23rxe+8\nMY/Fru9U90WZbcXBuEXoIGCWJTZrAJ5FK0ATJBAIE9bdKWbNWeSnzKZjUypA\ndWKGPYd9zLyMJ7wqhoqIRPdk9/FFMrzvtLJVo7odGH9ZQYoV5sriPcAX0JOf\nYRYI0s79ADiCEKupFeob61ZJ0nXuUmSvA/0yo2SNQaZaMV6YkXQTe11ayoIS\noZcT6ZSsvQIWB1nICax8pD1qsWFYEVTwRaCBSof0rbj4lHvDmKZMESbfIKCi\nvwweWfwVN2wkuB1LVAi1/+OTxjjtnr6PxKgFySlrlofLUD+v9o1MSit3ZT/R\nIglGr622vhAY18/sPb5spiePEfg64VD5Wg5NwoGe8rFK2aXuvSv3bBMBgm2h\nxNJeNyi0jLaH6k3FkOG3R3Iie5Z6mhTzY4VbbQONNtEV1EXbV+m1u7yFqN0z\nlHGc\r\n=AeTR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIECE+OrY/GY4hwtj52LQYOcdIkH1EY/OU1qWz70itxf4AiEA0sMrvgYnJybAFcmqR3pnOiv2dY3s+Xm1wO2Wbq0al2k="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.1.0_1558302524855_0.7561790662396208"},"_hasShrinkwrap":false},"1.2.0":{"name":"x-weather","version":"1.2.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0"},"dependencies":{"express":"^4.16.3"},"gitHead":"e174493378e036ede3f261adfa125a8aad87d068","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.2.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-gv/Yq0FDTZZhVLuTeMz19FHsEo9vXtFRFQ6L2nxDWBODNMYID7wXE3sKNDOU5MOjAtCdggh73I2fQdpH7m0+8w==","shasum":"d1621fd461975431228ba7bda1fceb8a7a221414","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.2.0.tgz","fileCount":76,"unpackedSize":168975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc40ChCRA9TVsSAnZWagAAjf0QAI/DVe+xtuIr36kT+MFJ\nn0p5xFHgTKXqJo1Y6nx+HGVyX9JMIIWbwJ8NMYw89pS1cyVGUZiWYRMTpRxx\nxSw32hX9Nv7LiPm1kwOwpEngaqXvoYHJOmGl4q9bBuic1A6K8dxDjJXBJcJy\nwLT/AlPZRGs6m379U5w1zbndSNcERPXkIKKYm8CXH9Ixl0nQHsLCxWJI8liI\n/inhDcfiZ50RA2VJVHXNLDfI65nXTn8rWa6C5O+jCERfHHOJexlo36noScZF\nzG+rc7rogq2yBZp21FGJXa6Oa/dE5djLQFw1MCGp8G/BUY0Lsbz65ra6xS2A\n3aXjWDUxAcvOO35jWO8fSbev8YJJ8TTJVoIRGLqbC/gOQyS0LhOprlQJHUIF\nkyKmMspjiasaNGJOjTRvjDypFP43FdWzB2xrs9h/lyH3ScYnO1U+N/Uoa2WR\nmpdBfSKRHPZcBuWDF34rnFMGoOqiZqwCNgj6cP6JBamOnKIuhpRjkNB9VfHw\nGjUhkhFqplExB90rF7DbBVP7Hhj9+rZRZQ0zVr1YTFhWWYve9b+RTq21Dm44\nUQVVPtv5bb2Db3NfwpSUVjBfLfUA0qgLsWDb9+wlzkDRmkw74btSuvkCkOA6\nfTYiOrACvFram42ZKPAdVPOAv3VPOCqGtQCrx8MJM/QSs2QUKvS6HYpZrCM+\nmK4G\r\n=mcvV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBd4EzbnSifGjX4pPZjqNF+FOfWsNdqxNGVxXtBrs+PwAiAr4izW82pGDkKzY//eIj7oJnv+dtcmaCvwRuHoJgGRNA=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.2.0_1558397088281_0.736393445240284"},"_hasShrinkwrap":false},"1.3.1":{"name":"x-weather","version":"1.3.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","build-templates":"bin/build_templates $1 $2","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/syste && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/ && cd dist/systemjs/ && npx workbox generateSW ./workbox-config.js","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0","workbox-cli":"^4.3.1"},"dependencies":{"express":"^4.16.3"},"gitHead":"bd33a4eb8b41e440e0be11a616d6396eb3053189","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.3.1","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-QS+QTGr3LTQwi4TIDrSBnTU+bj9HaZ9RnCp4cH0MXMzzSgxYEvBYx2wI39c4E+FLmeXjnEClqAG0RaQQJfxwxg==","shasum":"800502a3b6bb32a96f8c6ff159bc5e6e7ecd87ff","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.3.1.tgz","fileCount":88,"unpackedSize":223155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdECkZCRA9TVsSAnZWagAAZn4QAIVNwPEhwC4jNbutMtk2\nmI3hRYnZMIueLH+kOlCmB7RdmcHfHTiUDT15/+4CY77PE+DAVczjnAWn4ogV\npz/ZwE1MC6Zd542m+LoOSdYO4qPbIHGL5dN0E5TvuPsBgVU0w9zLm4zraWhz\ncbrq0rAG53hdmOkm1N+iI3anscsoVkgRAK6adJNOE7lbXtLDFu1ewFdO94mx\n3p8ejD0WxsHyXwww0ZoWmaD32aXa1riTXdtDZ3WI5SkzsbUQ0e15jOGMGnkH\nsw/LpV4XKkyp0i5rZIhkaH+WwogD7/ZEbKvslIO5pE7jdDYW2kn9sE7bub+M\n2Nnosj4NnyN8UgmV/YcklJWpeveakGBzZJqzSKinfiz0KYU0wJzApSQ4fOxQ\nVpZebF3e1bfqy/+un5zVQJFQPSmJxaRIGhGkz0UE6GlfwQrl6p8/74f83cuC\n1nihDJqFfvK+WUJxDRLeGDHtgkFJhTzGN4K2fd8cLTtw4CbYZTdycwBiPMM0\nUpqRXEMsP0qescdJiJJpwKs/1T3fqWPdyyhaWVALfb7BVEr8H9yHGeozZAoi\nhWbWQDUkG1TycVJsAq4PkNzapzBpqD1JraFrNVoZrvqHsFE/qIdJOxUxXXxB\n4xOtbeCCwseE30hYWlnKxFPo+PwgbuUxj34i3loWJKaDxL6fu1tmqhYZL4SF\n79cc\r\n=mAf+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICaihCg5ToImC9hGglaJH3uoO1y4jCAHlnGBFhV1fND5AiEAvIZsLt/sgXlpsH4UwIAesTu1v65h7dYMhGatEyyrQLw="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.3.1_1561340184452_0.6917238793166596"},"_hasShrinkwrap":false},"1.3.2":{"name":"x-weather","version":"1.3.2","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","build-templates":"bin/build_templates $1 $2","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/syste && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/ && cd dist/systemjs/ && npx workbox generateSW ./workbox-config.js","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0","workbox-cli":"^4.3.1"},"dependencies":{"express":"^4.16.3"},"gitHead":"d5c2abb7ccbfbc0d1bb38c1a3de8f40e016bff00","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.3.2","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-xheOWUJiIcww4Tl+7CDKyxqBsWC9YxHU3fUBt7fqKFQVlBTlW4uXWD8egeMzJ/sLvxZgGx65LHmYeOh2lQ9Mmg==","shasum":"4078a9372b152281357df53de4ff4f60d805c9e4","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.3.2.tgz","fileCount":88,"unpackedSize":235088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEDBICRA9TVsSAnZWagAAufsP/3k2uidXizb0vzfBw/JE\nS6cf26/IqmrnMWtUuU4VuthZl/cfJ6qThjJVTfwXZqEtsZv4urrOXVMfRClO\n6KBOyNX0nwSs0HIRRLCUycRhNcO1oqXp83Xm9vh/wC7wt774SV93BrT17r8O\natzGO40TSzIGx04dfYbZhRCTqCuGc22hB2hzLPwmJ7+EwT9Pp6/bWvVBJUoU\nP+aK4MC9yfCIZS/b22EHpCDsU03KZK/1p/b6YKU7EYK2c0NzsOrDR07yHXOU\nJ0HMmJCDd5ERa8NQB6YlkEcL3wyGicBE/wqxGt0jqH9lUjVUdnPyNfuLUuSZ\nlhcKCysytT9b+94CZKGJODTByBhcg8BKUgQ7x+jznTdpY2oFHcusqm9H2fMv\nGmNqyIrwlxnIwXafRhXKRxN+iDawzFmcnxcmocHS+sk77+Gk4YdcL9n4BkQ9\nEcPdwhKLd+KiRhUZkObzZDsNiMV53EN87YFkxPaXTrNSv0Jip7ONxYx8aSi5\nPCf/FX1s7V31qPKA5WoblMqZJfL5tgNtMAsxR20QaA17G5kbiT6DWXfu3Cpk\nqptWyt2XuuvkjDnnQl+YoKUNKDL73p2xDBQrc9UIK/WA0PAj9RytYpCsexYz\nn9omS66ds36pj5fkuEPK5S0Lx2lGup5/Up2u5Ou62Vu2urjY8DnXDczFFQl+\nigEO\r\n=zWA3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCC0Dsvt2sRCqUgrLB2AHBQCy7VJ37h9q5CXUEWMa7LJQIhAOYWe9PygvRUm7UBzvoSFehsFFAZEPo5IcqXI33rddTy"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.3.2_1561342024247_0.20340063693219523"},"_hasShrinkwrap":false},"1.3.3":{"name":"x-weather","version":"1.3.3","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","build-templates":"bin/build_templates $1 $2","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/syste && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/ && cd dist/systemjs/ && npx workbox generateSW ./workbox-config.js","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0","workbox-cli":"^4.3.1"},"dependencies":{"express":"^4.16.3"},"gitHead":"f8c41817bb742cff69a351b731cf7d1e4c5df970","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.3.3","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-gjKIkidZBGkoyRYGwj2Gqp0X4IZ84sj8puKTFnPc0b2Y0TUhwNZAZ7B7qcgBycMw5vexhsRhhxy3w3jiRhZOUg==","shasum":"39254edbe48d69639faf9c9b6123a72bb61a982e","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.3.3.tgz","fileCount":88,"unpackedSize":237548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEDIGCRA9TVsSAnZWagAATkEP/AoYCbqjuZaiZ1iJ7WOd\neH4A1PeAt3i25a0eEWHg9ndHoWev8agLrdd8k84Wp4PCEzb83pV8vKrFwgvp\nOTqieGtgbHFslU6HIGyTmm6z/8mEY92J99Hq5CJwsFATc6EFMnFXde4JdxHi\n5raf8PFD7ay3GhnFteWoqVzxvmY0hYnYQ0LjNj+M4MHaXMYpG5Pb3aMvJHVH\nJKzk0tlSkdzgnC+u/o0A17fvfF++GCF9Mn/7zofO5D+BPi3FKVNcpIF5u0NH\nD5TNiGfVl86M8lSXlPwIQaqqzenqVUgmZvqV/OPlijTLsGaWoubLGr5I6gXw\nfTCT+UzNe2Q4sRTmDum5RmFwaisx8827d2hzwe5LuLmq+p3e2hR4PCf/Sc0N\nm0e5qA+MSPGb4e5rnpx5uX7FB2dIHpC8EsRVAuNblQhR0LP3gPeiYJnJcmTl\nasO0oFZNH9C5zz1BvH9ZGX+btK+nQIhHF0N+W3/AUFg+0oS4u3mStEYp5a0O\nSdzIBM++DyUB+RsFfmquTdjCUGQiD8C5yoxzOO54yyHsJoS2lKYO9eRoetsW\ncNk41vZw6+j2x/YdqBFIi9yrFn5OapnYiMPsB2+LrEO3Reld3aDtFgOeYKfw\nl3ndkLtxwpqXbHjfl/kX8qI1aCPI8flOPTvturSMcDDkYK2tUEHczz+3aqVp\nKsv4\r\n=MdWb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgsFSf9NMB3slbLhePEnG5rJp40hgCFSXqOkSeRXTlPwIgecNTVL14/fYrLCBMYMHjluCiFznUaNGgepWN6F6/4lY="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.3.3_1561342469594_0.9556736300967603"},"_hasShrinkwrap":false},"1.3.4":{"name":"x-weather","version":"1.3.4","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","build-templates":"bin/build_templates $1 $2","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/syste && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp assets/favicon.ico dist/ #&& npx ncp src/service-worker* dist/ && cd dist/systemjs/ && npx workbox generateSW ./workbox-config.js","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp assets/favicon.ico dist/ && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0","workbox-cli":"^4.3.1"},"dependencies":{"express":"^4.16.3"},"gitHead":"19fc3e955f8068919a752d4b0835b44e81556a7b","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.3.4","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-ubHdQqxZsJHnlnwbDUa0mijPkmCnXv3zZeTKBGd82gz+CZRt9m0c5B4dpyDD+6aHLzhnhjHEkyPRVChDVji7JA==","shasum":"06cdc0e96d9879c349d1fbcd676d704d640aeea7","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.3.4.tgz","fileCount":88,"unpackedSize":237532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEDQRCRA9TVsSAnZWagAApHoP/2k7YPtRZbG+Eol8v0W+\nITvS0QKLelAcgGzcgGx0wZ6kJ7uZqggVKFidIXVsHPsFPirK6ohTA0FSW0JI\nA2k1uW+L8R+jeT+fRZPRxDU0UFb2jzhChUpVXWcrSXKVEwFfbUxTwnj73kCF\nx4Jq+mORXzaHz/m7uvK4wdkp/6378Hxwuv/ahhZEajhNRqkAacmqBq3yGhpG\nSedkKy6IbfbmwEGeITosFy+dCUKJSrGrdFwLd2+m/h4wCXgtNoRSA3anx7ab\npPWzpV/y9ET/V6IRXZircX/eCOuSNEYvGUyvt/dSXxMElTqYh3GFHUDaqoBX\nQoaGuly12cVOR/iVt49WfL2RjN1Qq/jkMc53aT1JDxMRPDF6TOmgaw3eov8T\nwXOo+qZ2RTDdtkHyfK3mvwig7IhGdfEilAJNC6iAVvlvHFYPMo/lljVgKfm+\norB8dl99uHpmAEXQK5FX3yFajK0mHrOe2cpwHS8DECBn/NAoiwNFE9hVijNV\ndlIS95eK05KrS9E6sWBO1DeLaKnnHAstmGsmbmgypfJzcgzi1ZZMuH7IRFGU\nMnzsUFbvY9/M7ceTcQWyJ6/azlDGytXhWFWMkOgrb6UYtgaN7msdQzsW21Ux\nvWk8EQCP8421eFdMSd2AREh3rajEwveykf33D8cj5xrp6+ux+Td5nOAA8pov\n70cF\r\n=cdKR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID+aOXT8tDBXECtizyOByAA2hU5snRapq8c5xeuR2IuIAiEAk2SaSec1P/gl/+kxEmVqHHfVP1pGuoMkcZzpgQ8zaVA="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.3.4_1561342992548_0.9994894362278015"},"_hasShrinkwrap":false},"1.3.7":{"name":"x-weather","version":"1.3.7","description":"A collection of web components implementing portions of the OpenWeatherMap API.","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"keywords":["weather","weather app","web components","custom elements","internet explorer","service worker"],"main":"lib/build-no-polyfills-esm/esm/main.js","scripts":{"bootstrap":"bin/npm_check","browser-sync":"npx browser-sync start --server --serveStatic ./dist/ --files ./dist/** ./src/**","build-ie11-iife-ssr":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife-ssr.js","build-custom-elements-shady-dom-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-esm.js && npm run copy-custom-elements-shady-dom-esm","build-custom-elements-shady-dom-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js && npm run copy-custom-elements-shady-dom-systemjs","build-ie11-systemjs":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-systemjs.js && npm run copy-ie11-systemjs","build-ie11-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.ie11-iife.js && npm run copy-ie11-iife","build-no-polyfills-esm":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-esm.js && npm run copy-no-polyfills-esm","build-no-polyfills-iife":"npx rimraf ./dist && npx mkdirp ./dist && npx rollup --config ./config/rollup.config.no.polyfills-iife.js && npm run copy-no-polyfills-iife","build":"npm run bootstrap && npm run build-ie11-iife","build-templates":"bin/build_templates $1 $2","bundle-modules":"npx rimraf ./bundle && npx mkdirp ./bundle && npx rimraf ./dist ./lib && npm run build-ie11-systemjs && npx ncp ./dist ./bundle/build-ie11-systemjs && npx rimraf ./dist && npm run build-ie11-iife && npx ncp ./dist ./bundle/build-ie11-iife && npx rimraf ./dist && npm run build-no-polyfills-esm && npx ncp ./dist ./bundle/build-no-polyfills-esm && npx rimraf ./dist && npm run build-no-polyfills-iife && npx ncp ./dist ./bundle/build-no-polyfills-iife && npx rimraf ./dist && npm run build-custom-elements-shady-dom-esm && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-esm && npx rimraf ./dist && npm run build-custom-elements-shady-dom-systemjs && npx ncp ./dist ./bundle/build-custom-elements-shady-dom-systemjs && npx rimraf ./dist && npx ncp ./bundle ./dist && npx rimraf ./bundle && npx ncp ./dist ./lib","copy-custom-elements-shady-dom-esm":"npx ncp src/index.custom.elements.shady.dom-esm.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-custom-elements-shady-dom-systemjs":"npx ncp src/index.custom.elements.shady.dom-systemjs.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico","copy-ie11-systemjs":"npx ncp src/index.ie11-systemjs.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico","copy-ie11-iife":"npx ncp src/index.ie11-iife.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-esm":"npx ncp src/index.no.polyfills-esm.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy-no-polyfills-iife":"npx ncp src/index.no.polyfills-iife.html dist/index.html && npx ncp ./assets/favicon.ico dist/favicon.ico && npx ncp src/service-worker* dist/ && cd dist/ && npx workbox generateSW ./workbox-config.js","copy":"npm run copy-ie11-iife","deploy":"gh-pages -d dist","predeploy":"NODE_ENV=production npm run build-ie11-iife","prepublishOnly":"NODE_ENV=production npm run bundle-modules","serve-custom-elements-shady-dom-esm":"cd src/ && ln -sf ./index.custom.elements.shady.dom-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-esm.js","serve-custom-elements-shady-dom-systemjs":"cd src/ && ln -sf ./index.custom.elements.shady.dom-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.custom.elements.shady.dom-systemjs.js","serve-ie11-systemjs":"cd src/ && ln -sf ./index.ie11-systemjs.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-systemjs.js","serve-ie11-iife":"cd src/ && ln -sf ./index.ie11-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.ie11-iife.js","serve-no-polyfills-esm":"cd src/ && ln -sf ./index.no.polyfills-esm.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-esm.js","serve-no-polyfills-iife":"cd src/ && ln -sf ./index.no.polyfills-iife.html ./index.html && cd .. && npm run browser-sync & npx rollup --watch --config ./config/rollup.config.no.polyfills-iife.js","serve":"npm run serve-ie11-iife","start-development-ssr-server":"npx babel-node src/server.js --presets env","start-custom-elements-shady-dom-esm":"npm run build-custom-elements-shady-dom-esm && npm run serve-custom-elements-shady-dom-esm","start-custom-elements-shady-dom-systemjs":"npm run build-custom-elements-shady-dom-systemjs && npm run serve-custom-elements-shady-dom-systemjs","start-ie11-systemjs":"npm run build-ie11-systemjs && npm run serve-ie11-systemjs","start-ie11-iife":"npm run build-ie11-iife && npm run serve-ie11-iife","start-no-polyfills-esm":"npm run build-no-polyfills-esm && npm run serve-no-polyfills-esm","start-no-polyfills-iife":"npm run build-no-polyfills-iife && npm run serve-no-polyfills-iife","start":"npm run start-ie11-iife","test":"npx jest --config tests/jest/jest.json","test-coverage":"npm run test -- --coverage --coverageReporters html && printf '\ntests/jest/coverage/\n' && ls -al tests/jest/coverage"},"license":"AGPL-3.0","devDependencies":{"@skatejs/ssr":"^0.19.4","@webcomponents/webcomponentsjs":"^1.0.19","babel-cli":"^6.26.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-custom-element-classes":"^0.1.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.24.1","browser-sync":"^2.12.5","eslint":"^4.12.0","gh-pages":"^1.2.0","glob":"^7.1.2","jest":"^23.6.0","ncp":"^2.0.0","rollup":"^0.59.4","rollup-plugin-babel":"^3.0.4","rollup-plugin-commonjs":"^9.1.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-uglify":"^4.0.0","rollup-watch":"^4.3.1","serve":"^9.0.0","workbox-cli":"^4.3.1"},"dependencies":{"express":"^4.16.3"},"gitHead":"9beda1c826c24aa01b34b8ea23a5363af60e5e93","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@1.3.7","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-2Hibae3IsmY50Lku0ULH6NWwN14xDpamej7csrx8HSx6BpxyXu1jrWI9siUZPgiCGJIaBaUu11Nej+THui03zA==","shasum":"6cfc1fc7c64b67e918773bd6cbf5415fce40c91c","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-1.3.7.tgz","fileCount":94,"unpackedSize":445402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdED/sCRA9TVsSAnZWagAA2HkP/iK0vVHtrTmFrezV8w+m\nxNaq4PdtsGI0SgaffMu/0c3LIKsHlcqOhlkLxUvHMwFnU0Xx/wzNJGKFw0x7\nRqjFEiRfu10ayS+0oZBH9tahAzbRcV1NHz3GVze5QpevsS5LZkP3JEXcfFcM\nQPF4YZW3siLHHOdUGYd2Ox6ynUePAcf+J2D+noQOgmJxyW9OdDa4U3Tv+YUa\nb8Z0Pbqyg25fQkof15QoOgljSnj0BOlBrW+0f+8AnX6qugDv2+T4NN0/A6gE\nW4glZUbDiYklq7EGeIt7cwcUsEMlLyd+1qNKZWCmUTwnpETfQO050vIl1rnT\nxOkzDFWO7vKEJ6MOPoOAYmuwV2OtTRs8eHHKivWuqhZWrq+sRM1yt235Cttk\nt6LUv1zhkurB+YrvU6YNp/ADS0BH/RYTRqi0foUNtJTS9WPJNm594x3GxRNE\nKVRbN0OA6+ht6iiNO61++syZYB7PAQY+4DzBabEa6p2F4HrmveBhu2XQ+qoW\n4JRkFqTUClV9Le0XFESfakCRJ1QDlQvuQMeWOBVg0s1MDJkebKXTexDBrqUl\n+0bf2ghVm2GDJJ4srpQ3ktIegXU2t4bvhfkKobxWY20fR1E+XLdRnDlRHLyr\nHg/TPAqqLM9lKsuWAlC7qbolinr3902mn0Ih8wOXZ7tN8WdorGuapdKDEKw7\nezo4\r\n=aqsj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUzFxY+DOb1EyeI5Xtt1sT46CL5QAoUt387Ylu70GQAQIgV06iNBCmkcWieSAIQClNcqUr6IdNf4n+xfvPH222AWI="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_1.3.7_1561346028164_0.8129112818127193"},"_hasShrinkwrap":false},"2.0.0":{"name":"x-weather","version":"2.0.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"7ab736622b33b79b8b45666b1c127be0e80f9bc4","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-kvBhBhaEBSP0h5wVoMJlf0FBquHgZwSpQm0VdpeFJcIwfo1orh0rOkOtZOYPSEO3tkP7nA4I5YIij2mz27P9pg==","shasum":"6ab9749761f299f99a96ea9a460e35749ba62685","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.0.tgz","fileCount":59,"unpackedSize":164898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiWFLCRA9TVsSAnZWagAAAvUP/irhoSvtK4Yibo7Hnn8P\nZhE8vGZXOn6UI6kaOWNU71YOTIgSulOzfoMgauBtQ0NS8Y2QEn8BGOvbAu37\nphOjpA9T5ql6ZJf+fVKpjykty9DDSRz9399b37cwCuv73kFmJx5U5qHi3bd6\n9qyE72iqefykvFd2f82Wo1hT3qdQoz9iA7vRHR2R1J5jxVRTOpOezVWq6J43\notOTyZbknRlZq1jR7Jp0wmG9O6j0wd4DBkZeqkd3N5AgIk6ZV//EWzsztFCL\nwQ7XFvl5BfYpiFtVZr6TxNrBBoHLPDdffKxKupema237lnImVROgNm6ykXXi\nBPzZT/5Q2haQB+HSJ7kzNfE0AJ6Bfd6PT6CqwuJZ7bjfoROR1j4n6PrirVbV\n9PhjQDuBf8Is8RHDFmV4VL94HAvuqfRb/CKYDMjTXUMYaMfR3/Snd9w5ejhX\n/a3SA715MhRhLZc5ymjSNbGK2HQnrvSlEyi1XPt/eH1G4fSZ0wtwQz1t8Rej\n6O5HGn8nR32jORcv37j9UcrRQ8FoVs0aF9tCA6Mi+8oG5KZaP642ei2UYY+M\nERNs1hLoNaDPJlVmO7jVPcht0KA9SYWW+BS5PqhMhxgBYNf3bniutfvvd6G5\nHgEuMVk8EnKoY2nO5j8N+I2C+UOps/tsZfHrXYcl+qQv+/v6LrXMF7cxrrKm\n90yR\r\n=Jgsb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYkf9CYb1hqteJ77BCS7tOOtwXf51xccljUNmotblYJQIhANbEZb9M8T7otyvs7n77Rd0VKvlzfwKJRQnGrGzdaV61"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.0_1569284426985_0.7629745562851773"},"_hasShrinkwrap":false},"2.0.1":{"name":"x-weather","version":"2.0.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"192a2489148ad9eafe008b9e60027ecff46d9175","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.1","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-JFbl8xWnYqLMkjo0G9LDeTqSjkS7spKQwFF+R89OlWlRmojVeGMOT8PCisbnWOHSamS8sHhJNh4Zyh/Vim+igQ==","shasum":"66ca64b6d0b72740be1b9db7a027562e9ca947da","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.1.tgz","fileCount":59,"unpackedSize":164898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiWG8CRA9TVsSAnZWagAAV14P/3bbAhezWh8yFd2THLqO\nuCuEYWePO0RyYEfkHLZRz9w+AohPc0rbqx34FDyOvdeKu3XM4JiQ//Z5wStH\nSLrf/dPe/06OkVB4qiPjYexJ2eeG0mre4sIvSfVMHANPHXyfjc3htqlQGjP2\n6bJ7RalqvyFB9E+aVPJFooWoonCjpAnEnj12qHrH5Ci2RurKYQaZw5SpnmoE\nyoGCUlOYKgoYUzG8yPFpRuwGIfx5ZkiepvCbQjZ+myFuKR+QTotk68ri1FFX\nq20ZEUhDJcuTmQKCs+zqFpORa0Xfy8Y+y+w5bzuWkupUruFCxizMvU+4M6Ji\nVbkUIq+nymSbLgWxX8aGvSQVIvlzv1PXwYWM05SeMk+pD8T9QEXihcdHl3Xg\npnJOBJrVN/Zveli7CctB6NzDEQt0dR2CzS1JI+Ds7pDut+gL5D6aMPx4ScsZ\nVfUBcLPyPI2n4EsCtxQ50m/ZsyUdoD3iSVoiHlnnZLIqcwTAO1nvzste3V/w\n8xus4OwilZ0QtWsQfnA5rsJ+JSMZRZttBA/0ScrTcaRv2KslEQE7Ft3P7A3g\nRNKODTL2eY65NGboLtbCmv3ep7U/Wv0xFpBzmaVYe1LSxCiVrs7wobulJP43\nLA/BoDDwTekUTbixRtLcwGjomxwXHPEAQAmaubOorfjcwcaI/1XE6bH9Xdxb\nP3FX\r\n=3T/b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQB39wzyDqMFrtLbqXa3SWmUR+hTTH8rqHIdQ6MOpPZQIgS16BtA+m9gfD0k5+2V4Hz8eqPtlU5LXh/B8UYWF8ZSw="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.1_1569284539800_0.11938469451799483"},"_hasShrinkwrap":false},"2.0.2":{"name":"x-weather","version":"2.0.2","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"9f7c54b0e19ef256d9778b8f73775c5fd9ee3027","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.2","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-Vs7pXSUIGZE+oxqNA6oOiZi9Zjflbhbc8bKDrAgb5cLb2WKYRVr9WGU35w1pGJwlJNsfMik476eWIwmHMj5tpg==","shasum":"83e963ef86c0b8a22807d704bfe13e10879e921b","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.2.tgz","fileCount":59,"unpackedSize":164897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiWJFCRA9TVsSAnZWagAA5w0P/0HMkoqfA2GnDS/a9r7D\nKL4X+Huk7gJ+Rxg4+H8U4etGN4zxoa5a/V2nSUGMpWBNaXYR2T21qayUtbtc\np3dRmWKkHsc474dz5ibHSXPKKJItZ1bkQVbdaZwvrVeXEPVuajmGRCq+WrxT\nokMDztdO5xhXYXB6vky7CpNar56kIiFZjb5frZMGxpGhjIOcnJ+DKLKYXIn+\nNAdTMVBibCjsrAzqWx2FSvhCgVDQAB7xW/Wr9yZHOUyj9a8r+Ia92gYwafdL\nlu76Z8QmwPvk97tbk7srXFc6erKXQ97VkYVSZ5NOllaKw9K3oEcDLI0D41To\nha0v3n/A0JMJIybLXtxZsqBcNe9seZjJS4ESMOEa1kibZx2BsAmEg++vzbuL\nB5Ow8pRJyEw/nkC1nRUA6nFtKaC6hpoRPeEN2nrb7Ve16b5mQo8ERNSDoAym\ncf+bIwiOm175TmAf4Q2qgLRD9LK1DW5rfG8bp3bEs/h1Ix9T6DRcav0hMw/5\nQcKxp/8Ov+OEzamvLB+0xfK6LJ8uuTwnvEMPvUTuaTkL9cjU/iXAdWk/TeRZ\nUyC9AZw7L+vrDPepLUmMcTFtMAe93mwj3oGp+Vfrbf+fBI653nwdleUxGbNa\nnNsy8tWQYHSusPLIaJIWPjRpIu7WZRZrzfE6WWZ2OZFagsWpVA43YdmvVHrK\n48NV\r\n=MK6M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJNUz/9UQ4Tr+GLwtdGt97Ze5PCLQcGJvB930B0vJVEAiA5J6PP1sCxz6Fu7Fd26KtJKRm5lCS2s9Beufkvee9TmA=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.2_1569284676688_0.3200341971237446"},"_hasShrinkwrap":false},"2.0.3":{"name":"x-weather","version":"2.0.3","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"f6004e064c02f6db56923d05ab31d3e993817870","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.3","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-hVWG0ufEBpgg+P57tK7Bb6jzDAjVT+tBXPm1Q+Wq/iWM70tpoc2wbTZC0880NLQu0IpvaPxZyESNtKuCs4o1Ww==","shasum":"8d60097070b330c2b76398aade67a756eaeace4c","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.3.tgz","fileCount":59,"unpackedSize":165260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiWQ8CRA9TVsSAnZWagAAFUUP/RlTpZujaZfejwZCfZEG\nfJc24+rv7ohzpCDlZmfxdw7ufSxsXhuIx6JaQCf2NcUBwUmCITy3KaeNTLmF\nFLMcfZSRGEUW/d3YY6eoarqqHaSQSToSGwo1tr8pUt6NwkpC/+eHl3+N6eM7\nKYcx5QO7s6ES4MPi//58fWrC0XdqG9VecrNihvWeA93xmidL9HMUJb9nVIQq\n47Zx2Nt4qAMUJ60ROoboDJgiJ5DRkHwiT6tkg7xaf3Z7CmMWG1hTIa5EO6RQ\n3zS8vzztnmPP6GtPbH1DO/UuRkbKGcz1Ue6DkJoFWXsomkygYCSkc/l1VKBF\nEGnIA4j2VL98sSBwnCJeXbYUg8IKcRsAobyOCi0oHnTdLRsmPGECZvlCDBGD\nyqM1quMFICuqi3jFdz7tdtHzLnQq+taUiq9QEletRWCM/MrMMztH1ajiPU5D\nWvE4sqr0U2niaTzb8BWPBGI8sMP/83A3A1XJVZtJsl+axpXSRHbaQfM0kTcV\nlaXr0dzAmrGObg+86H8Kg1ZsAESCJVJtHlgJbnOjd/2e+C627d5EVu1aclY2\nNHgu+bUdkUNQN6Uf8nJiUvR6vkjRCGWt1BZxLwXRKGqzSTQtck560LnOe3om\nEI8zmk7VgKy9xO6ydrUs05ZKVaDDVXAMrTCvjAiDyhKDVUvTWmcQQHrAmzqn\n0/bT\r\n=ye9c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJk3qIkmdBpt8G+9/WjGDFCaz0wpI/RjvrBIyv+zYfSwIgcEbl4m2DuR2M1oTSMeO5M1sa8zVdGgsyabs4HPMSGjU="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.3_1569285180066_0.528177741129251"},"_hasShrinkwrap":false},"2.0.4":{"name":"x-weather","version":"2.0.4","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"080ce32f135de903562d46ed0504ebd833640399","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.4","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-33eyTF7cAkTJmjhFRZ1/WRgpYWDTfju+/9iix7+2Q1V0EYpItXf1QlMLYrhoIPdFKoPYGnMdTffANerBV+5dgQ==","shasum":"1ab8c0b606ff909edb9f117d38b41ba5be5800b6","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.4.tgz","fileCount":59,"unpackedSize":165285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiWXECRA9TVsSAnZWagAAFcYQAJOFH+XtoM/BEldSUvLK\nLKZa9eMt/R9qCJwkTP68rZiHeax8Iudkuj/ffYSRx5wWmo0T6gHt6Gjtug5f\njp2SfSdy6FERhXMpmP2ZMov8Dl6qsS7XnkI7BxWZOXEbZAtgohgWu9oPfyLQ\nYLBJRqfdcNhsGZf6AE674RrkR9Glax8MD8jPb9Bykl95t8/4llFF/eirc/GK\nZRwRhNpfVwYiSXssP6FPt0PgZ4aQpxcTradG9FVHTOGHRtYyybaZMX4f5bzQ\neLEve0oYw2m7v1NsBtF2MujPf8pGsYpgccwlWmr6qD4eAaGV8Ac23xJiPJSN\nVR9VaaeV4ZdN8ewjp2mgePIYUv9KwCaNwz8vNGov6eGMDsBZH9z4m0ul6xc8\nDkKOfnnp5Pv8tK8RcAb1frCExrj+xYTrWylS+gEBY38i8zU7S+sl6RQ88+qo\n8ayHVXcGJBXZKHDEyCObCpx1A3oTsIhXxnGtEIwv28VpKD4n8HW92fWOjYeG\nEyxRMIaAr3bPKoU/19OXlip5K3oRdybPJ0mgsQzP+L6y98HHmrexCwW4GKnw\ngPMoI5yvWSe1t1qH/nhz5djLIb025KapjTWkuSBlSI1PW6iMfnHD8NHDEcZu\nevhyHPipyo0OXB/2fTtW5uuoSnjP6P2wEhOMuPi6rabdV7clpvZM9BvjEaJs\nXYxB\r\n=i62n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDv/RHthOgMY3UpdV2NcXtAy585zXUNMdMAFMBecr2mgIhANEOqkm2uXcObM1+i6T3Tus+xY2Hfcy/cWwnwG/WnQ46"}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.4_1569285571386_0.07161445219527707"},"_hasShrinkwrap":false},"2.0.5":{"name":"x-weather","version":"2.0.5","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"325c0e7157db066989ca3023400be4b6b9aee330","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.0.5","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-lYYedaFgbOqPIDvUiuZwnrl1IqIpniEfCM1UQE+ZbtjFiFiVWKogkVmnjCTKShATPFPBvUT614isLQgJsOHAzA==","shasum":"88fdab7153014bccd14d9995086eabc66a673ff1","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.0.5.tgz","fileCount":61,"unpackedSize":172365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdislwCRA9TVsSAnZWagAAJ5gP+wSw8cXweavB0JxwhE5e\n9pHu2ZL2YFGxWzaJIU5Sc/y287Mg3NQL3C68XNq3gTemEAsZsqpt3wGUpksy\nTJ2/yALZavaJmNnGUbnB8vxbgZe+xyHYWNP5rkl2LgRaSEl91s9Qlx9RMqMv\nNIX1J2NJQLu65qIaM3fYBO29snBs0uHDDvqZbiLRz/gdq0S7ytYVJ8Z+/P0r\nEOz9kMl/mTGr5Sy9B1g77DyfENlCr9Xg4s/n6wkUWQ84TS6tRG6AYO19+jVH\nMVuHbVPtsDZ0URWypS22L9ql5dos43UJfm5WfRYc58vnKI0glzCy7Pd8K8+A\nwpX0GSpvvhIwPOSBka0H82zXw1+303LnuKTeHQIoJLBOl1gw9bFG6YzDxVPb\nDBCtUaM35HBluwvloSyQN5khRNigWmvGb9s7j3HATuvQaUp/R+iV4WiAM7HY\nupCbGzFBFB4oiLUmQjJOGHq0zAXt/4T0D7Ov4Oa82o8RZ9BGT8OQANOI4pE3\nZTKAS4mJ1JqXHUPlOykIWtZXxo0ZYkhx/UpO5u9lvg+3+GeSwf7k5is2gozL\nX1dpmlH8lULYd/V3zF46RHh8rhx+nQl9ES7zXec0Kzs3p9C4blQZ5cmqjn4B\nUhD0RgXIkT1E5H6QaCdUeUozb4nerX6jLAiGxGqDVrFwX3AS0fXnvIq23KDx\nAh7+\r\n=ocUV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDTO7+W+Yop8pQJFiL6p3iIyQKOWco9M8Pzkkn8yecwlAiBnxgMDzEopTBULqcgdkXxBKpBac6A7+R8LyVBTWlRNcg=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.0.5_1569376623801_0.7752700685618787"},"_hasShrinkwrap":false},"2.1.0":{"name":"x-weather","version":"2.1.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"@material/mwc-base":"^0.9.0","@material/mwc-dialog":"^0.9.0","core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"ba6d8f5221949995f922b0f0aa6b5906fbc92f36","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.1.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-G/OM75AuG8iH9+Uk3SXl/aczDjolcSTCssz/PhCxaFGh+eb/Ndvo7vnglA8Gfr7xkNpJg5qckS1fkj2gcSYZTg==","shasum":"fcfd09c61069e1a91719fcfac6971776cb5011f9","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.1.0.tgz","fileCount":63,"unpackedSize":245623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkPhxCRA9TVsSAnZWagAAIAoQAIKpPH+moVd39dqsPwLN\nNZxUmXB8FZJMsxRK0a2i6xfY7PhxKZvJR5iRx7DikoWwgtamBWD9bRcvlHYx\nBDZwQCUUGlU6Ob1knjFIlqwGl1KwfTiU7qB8USE0bp+h3TV+Tcxsc2wmNmds\nejV0iU8M5aZ0EVJjUN3ABn06HTfgXiu21J/Ga9jor+4aXJW4Wz86Q5hA4UL7\ncTYfHF1IWcPpILfZU+oieMnHmsbfcPgPGSNX07PmGtBWJoDNKr5JnUqwDCmR\n9dk5MagiUKsJEVbU8ucijDHJJ3N/IjJWoClaTH4Kb7My84am12ivyj0Yklpr\n3WsFsxJCqiuipgbO3sQDGk6e3VJVN4Q4w7bWzVz8noWr8Sk5NpyWYbT0vKAB\nZSEmo3N3xhf+VxrFwtSZpuCPcdX9hRRcuRQVc7WdvlJIlyfAjdIv4nzqB2k7\nP6l4z6INMM/PeNANtlwsUVt9Ga/KMMCvn/0/IFcz6pFlYBXeBFd3pqNr8Lh9\nmtpAaKJ25i6UUcVHtutEul+F8wMdytRk1Df2yGP+lBvoIDWgORxOUjFttnhf\nEtMkj9MvVC/h0PxtDYVZYUXYCot9ywWhsWaTb/gV1ylGJIWICNJLkawPGSxp\nXJfQTSb5ioa5pSP0zF/z8fzuVDbXzH95BTfzIOTpgYq5NbdluYiaq0hok4w9\n1Wh0\r\n=Vb63\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOVyuskzEQJwLqJmO5YwTwkaPPfRcIL1zkizNEkoex5AiEAjfvgXDYTrH/9HRmTy0Gsu7AOBQFne7kwrnBQD2CvAyI="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.1.0_1569781872785_0.5830788814465047"},"_hasShrinkwrap":false},"2.2.0":{"name":"x-weather","version":"2.2.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"0a1203467abf5de2e6c38c0e574bc99fea5f423b","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.2.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-7EBMNldJnwzomCK6yDIJZVthXkM8adn8GhCZhC0JvWC9mRttSHTnJyXvWQ1ZOYRr7qq0ePvGO62Hqv9Txme/DQ==","shasum":"41af1532879feb71ae814a7d9a4ff52db8ec514a","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.2.0.tgz","fileCount":63,"unpackedSize":180339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmkYRCRA9TVsSAnZWagAAGccP/iqTr2w2R6/9JwaS514U\noFmGD1gYHI8PK3Ipau58iU5z8JeHTt/ZC1hrwS3KtYX7fuDkSyRXGHjsZObq\nTGhuGxY8nNptpcJ0cP7mLMZBxVyQnvICPEAoSXU+t/ZQR0KVB0NtBJkRNa7g\nOXjemxeQnCAp4l2C8NTPwVHLQdRlP6WJyLgnwWBc3KI+8RrvU4IihRMVsMDA\nFqkCjZTAO5JWjOVAPfticWG9o+BLWKqdt+52hjPrGpiqxEaIjMSoVQYHmQvK\nKw1nrw/OZTP+XGXZ1j0giy6TUsqSd/VQtibuT8yZ2sb8F/pf1KG2EQCh/xN8\nQpFjb5iZd6fprDGdcwVzQ+iLYjCQk2e1YH57N6oa3UnT7tHBueIITpxp/oV7\nKHlHlat2fSE5A+ZDzrbJbqxglTOgQuwaWMPoVrXK7I5mWB3zmyZB/DpNT3es\nqg+Xs6GF46S5QCC7I6UMvERpNaXMolZFMD+Lr1tCHQoOlODxHOLflUt4WetB\nrcqCMdNdYgkSdMwhkqYT7eQJxRhCFR6LZLnXCiXw2rZrjb0JZN2DhQs7CO/8\nijdW5OiO3c7aAv6w1NVoLB4UH4H63c4cWsijRwoqnED95fsGlQsXPn3ZyYWv\n84n9k4kUVXI9QdA1ryTf5KjEGc5nEywPdoCoYOZ/nOTt+fDLc3mzKo9ETHgm\n2Fv9\r\n=iZbh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBnsWA+HSDfH9sbv2a4cD5pNvkVSxUuO5ivCd5EqF3M3AiBtlSampob+8KVfnQWi/d2QBfO4fMsPrBrhcchz6SME0A=="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.2.0_1570391568915_0.5646112734228634"},"_hasShrinkwrap":false},"2.2.1":{"name":"x-weather","version":"2.2.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"b1fb8af4e07ae6cabdd2300d161591a342b611da","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.2.1","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-dhAV0jNYcsf3UgOKFoeebntVbo+XH1Sobq5wtuKupAd0wlrIxwEBrf4eLRQ/81hBbnRQxWUYUOL3cakR1d3qnw==","shasum":"76705c95eeeb06e395761b1e1ae4ed03a11dad00","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.2.1.tgz","fileCount":63,"unpackedSize":180343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmmPKCRA9TVsSAnZWagAAZ4sP/A9kDSmZF2MBAADcpoT3\nou6gHOaYD9T0Kjh4K68437++I6TJII0NEqChHuKLxcrSrLVQ0p5LaJNWxHMV\nZ79m07GJpI/cOWrh+/R9UrQKbeo7s+OwXqdAojgmXVKPO0R0mWfX8F3XuJYx\n3iUxKrgezsFdQsJ+/rqln59sqhvANDxKEaZE9IXEe8btbNvbLwB8s4afukqV\nrbRy/380YqUE/lLTe6yCMtFRJGO4JHSmyi0fv7KW6NGtzRHFF2a64VVZ7BY+\ncGUX9Bc4h8EEzTnuSIF5OeaMwSp7hOxRoqiRIPnge7Q4sSQx+RIl0vGhHzKO\n5jY2yVOVTHK0hb3Wloq1erCfoJ+SqV1cRij+cALr0WQaki+OeSvZSGeca3sy\nXfkZP07qk9lP2g8frJlwLp7Wpvv+NhdHgircbMWCraimsEmlMweMczUnxmab\nrpmdGQKoQpH/QC321CXU5Goz/9icwfn2CfxxdG4c5ZYCHJpu3WH6gTvv1Pd5\nZcojAS5+kotA2nAtfyzA8ZRSaOz0Se4Mt1JYfcnT8Zb9IdM9/fRCw5WIwjoS\nYCHlHKVQLbNsQXzNBhRk3mfU/G3oJiAa9bobC6qZx3fq/V7fGo8vqnciWsP6\nlISzQPr0kfVjOCTQ19TBz8o+wCU9jtG+Zwgd7yIR1UycaALHinKLZEBH6Qun\nf9q3\r\n=kU82\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHvbHRS3jCuNfpxXxF9yCWSkZRrxwjQqH3HsGBSxLMAaAiEA7K4op025ks7NM2kW3NNjukldirKstwxOCddgWb+m8Qc="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.2.1_1570399177828_0.8705943779079823"},"_hasShrinkwrap":false},"2.3.0":{"name":"x-weather","version":"2.3.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"f3635e3104f841badbc97afcae99795b32079318","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.3.0","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-iqltKEqNjQ4fRD7TJBZkYmS4LtfbsgnyBysMJ7k/bcT4NsYxJRhNVQ0N0Qn1t9LGV3m/1uuX1rQxVus/8mRfdw==","shasum":"d140e94b732a4faf9d8b1b0afcce81dc94b7e18e","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.3.0.tgz","fileCount":63,"unpackedSize":181362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnRyYCRA9TVsSAnZWagAA0oIP/0QKtrxC4XMXVnI2/ANj\nXo58+wb28UjgnN8TuLyh0CHmbpJOxfFMVqUq+s+AsPm36xbSfg7YuTDo3GGX\nZQnhog+Kn4bTY04wjVC1htBuY2L0b+NXcey9AihQWciq40NIx4eSk0lnOc9W\nttzR2xdlbKAF8/XQvtEIvfE6A2ZM2suZ5nnnWLOR5hFMIPTi9ltd4+SxtO47\nRIMEnMq4oolaEHAjxQftXtkUp10RSOUesIkBBYxfwOEapMDH++lZkWExi13b\nYJESAtYxF0NLELsbA0eHOlTE+NnjZ1+mISJRLrb0UxWJNQNgtl4tfVXKBoVc\nvfDOUEEF2pvStHXAmev40U8SDtHugnQ2B8eQCBYXcOn3IbF9F9izFxz3l2vG\nNPSy6IZw1HW524oaNelLn8AvkNOX6f/x7H2HI9zvky6N7pO3T8XqlovfUj5G\nb84gdEFwbn80qRtQSHOtVDUdLE1fElPFJq8PXiQ2ix6YSQoH+Rgpad6nt0OD\njYaWmR5PhJ4Lmtz6LuHYSQZyGWkjU9DmwpCNHnigjyrUeiVG2xk7oqbPRBNy\n+S+9Pr8/Qy+5iBeztrUO3uE7FbrKnCGBxE4JIG4lXa6K7mhHvYGK3PSkksUC\nMhZowEAnJ0QAFJfOAggTQx+3j4c5mOG4GJWB7ysoG7gi6DOzqFoCpiyD3n1M\njJWS\r\n=k34C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBuaRRd7UwRzmgO1sBEgEmVRo69rs0BYDcvQsVK/GzUjAiEAgmpqgLQzPTsFtrL6MQ1SggX9x0ap7aoAF+0A9zS1N20="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.3.0_1570577559819_0.8381268830686563"},"_hasShrinkwrap":false},"2.3.1":{"name":"x-weather","version":"2.3.1","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"a1b7eb02b5d06409360247b30036e0e10e40340a","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@2.3.1","_nodeVersion":"11.15.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-nmlug8eIvtlSH/63yur5dSAqajJacg4OwE2MIhz5MH0sFmPG8sfvyzb9f/9PJKnRaVUpmoiHENQPeIeTjVAYyw==","shasum":"836115516d0b8414f0cd25caf066add7aaad6c83","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-2.3.1.tgz","fileCount":63,"unpackedSize":181362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnSQXCRA9TVsSAnZWagAAdVEQAINcYQaSCsJD3+pL81V4\nVD2Vsilm8WV8TgB/s0K/+n2FpdLkUSemGgB7skLBtm5R4Gyv/sPJFeXjdvn+\nCmCfwo6bqv6ebWRA4v5wD3w1N1dDfFcM7pUAPbYO9v2mEyBvJEYMgAqmvDr6\nGeeMJQGkvHkP1yuvYrciROowNH9s/avG6E4h6qwln9Ykbonfu5sEhNAgQg8W\n7A+7Y8AZXIltEQxjA7ZT2FIIjyYz12YH+szCoWBVVHtKH5KJ3/HzV14kmNCj\nt4RsoHLCJmGapYoJPm1jrcxS1h+LG0v6c8zNfycu+inqDUmbyrbPo1/thmuu\nV9nF1/j/raFYw/RcKB8EOccNIL3NubWoafTpJIEsEtF4BfjkLhm4ovk+Xyo5\nELx3GkTfegYRus6bTeTpG4hDXKX7XUL83PEzqpY+dHDNdUQOEh9t3l7jaJl3\n6O7urb/+4iZB17Ew+At+8+Om0aLsJuE/8zm1Hh5W54mdBArbQZIjQuQ2EFQK\n2Dr+fneTvokM1NRmUPMo3QP6XGToEqtlMDtH9DeeDLVRrWBeEHO0tvMzrA35\nL80bbyD9Ltq4ZytQz5YuBK/+noHKgtCKlDs+OvtO0hsGcm65KZ7MS3eS3YIC\nPmaqoup7uC4px7ndWdsVPjAhAOk3yWSVAJases00pU5PL/2GSTS7IQWDLrMI\nlA26\r\n=3sjM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6hdg41gYTEnyFOcBRDfCyP5PyGB01b19guGcxXeFR3AIgHJPkUY43iUG/HPO726EZ4vw3OE+vCtVqe9fH7QrSeJo="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_2.3.1_1570579478669_0.2117825954927326"},"_hasShrinkwrap":false},"3.0.0":{"name":"x-weather","version":"3.0.0","description":"A collection of web components implementing portions of the OpenWeatherMap API.","author":{"name":"x-weather"},"main":"dist/umd/module.js","module":"dist/esm/module.js","types":"types/index.d.ts","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"scripts":{"build":"NODE_ENV=production rollup -c","build:development":"NODE_ENV=development rollup -c","build:service-worker":"workbox generateSW ./service-worker/workbox-config.js","prepublishOnly":"npm run build","start":"es-dev-server --app-index dev/index.html --node-resolve --open --watch","lint":"eslint --ext .js,.html . --ignore-path .eslintignore","serve":"serve -s . -p 3000","test":"echo \"no test specified\" && exit 0"},"dependencies":{"core-js":"^3.2.1","date-fns":"^2.2.1","lit-element":"^2.2.1","lit-html":"^1.1.2","lodash-es":"^4.17.15","pwa-helpers":"^0.9.1","redux":"^4.0.4","redux-thunk":"^2.3.0","rollup":"^1.21.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-terser":"^5.1.2"},"devDependencies":{"es-dev-server":"^1.18.0","eslint":"^6.4.0","eslint-config-prettier":"^6.3.0","eslint-plugin-prettier":"^3.1.0","glob":"^7.1.4","prettier":"^1.18.2","rollup-plugin-replace":"^2.2.0","serve":"^11.1.0","workbox-cli":"^4.3.1"},"license":"AGPL-3.0","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"gitHead":"9bef90e3995e2cbd58b6aedb074733c7f9f023dd","bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"homepage":"https://github.com/kherrick/x-weather#readme","_id":"x-weather@3.0.0","_nodeVersion":"14.0.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-vD12c6M8INMmSytNQB76V/bOB4VkAO1T4H9Jk9rPvCzXvtJkDas77bCvDo7wQ6/EGhCHmL+GF5JaenLMYg6U3A==","shasum":"d7358910fd09c116d91bb573b5325b1259a28157","tarball":"https://registry.npmjs.org/x-weather/-/x-weather-3.0.0.tgz","fileCount":63,"unpackedSize":181357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5ttcCRA9TVsSAnZWagAAsXMP/jc6+Lr2rnyqoFmods8u\nXG2UYwA+d1WPwhmIQ/kVRGU+kN4RIbloA9cNNK/2cWuLL54uS41vQmxKxwzt\n4MtLcsPWRXclyvCywwNCPCFoLSMkwG+pwlg51AMcWJS9tZKtnLJar3jgTU4i\nE7ss6ykfuvd6ub/lZAqKYDGeRCqTZapSRGDqJhxWUWZ75rFxa5OSF76zqf+W\nVQni6FNXexSwni/vUoOO13/9Eo0C31c9Q8FAgkEhpdQAVi/Z0m+tc0ULJ1Ge\ng91sFtipaWfUhMXt/r4WdZe67A84QT5/rOqkDJaill8iHwH6nss3zlH17N8W\nPvYv37gAsr+E6ia8TCfxl7z5d4E9bfwG/2MKm8T5swa4LmQ631wakMoc+HBy\nwroPuoGi3o9hhKK0ejVVG95zvtELyizTvXtDkl5OiGsODrfNpPKxPCjgo2q5\nw4yFHolVsd+vjpU5ZCcqOURWVEFbd6FXTxwz6BI14jW/OytsAwCglMs9NBRe\nny9hWakeaKUFtVDX6jkh/PVpFs2KozP/WbjuhL8JmJN3BxQ68UaE4Mgp5jbw\nhjTxBgyOM9aW8Zw675bNMKmMiN+BjIOUDQOgelULqap5Wkw4IvE80w39q9eg\nGMWBpH+y87m/w2KG8hpRK6dia4Qt/QQdWY2r04LAiHkX04tye/bDutEoQOhp\nCA3m\r\n=Cztg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/r/eLCksq6e71N2wD+rtwOmKASFVKqYR7vo2tD/g8zAiEAwi5bdicf+uoxrUha0Y71oyRfO0ZVjuwg8Fw+X8NnSSY="}]},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"_npmUser":{"name":"kherrick","email":"npm@karlherrick.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/x-weather_3.0.0_1592187739761_0.22117967261663396"},"_hasShrinkwrap":false}},"time":{"created":"2018-10-28T16:09:27.623Z","0.0.2":"2018-10-28T16:09:27.786Z","modified":"2022-05-24T21:15:49.173Z","0.0.3":"2018-10-28T22:46:37.508Z","0.0.4":"2018-10-29T00:24:21.759Z","0.0.5":"2018-10-29T00:52:19.340Z","0.0.6":"2018-11-03T20:22:44.470Z","0.0.7":"2018-11-03T20:30:31.880Z","0.0.8":"2018-11-03T22:37:01.916Z","0.0.9":"2018-11-03T22:53:32.328Z","0.0.10":"2018-11-03T23:00:15.676Z","0.0.11":"2018-11-03T23:28:50.993Z","0.0.12":"2018-11-04T01:50:34.577Z","0.1.0":"2018-11-04T03:29:54.669Z","0.1.1":"2018-11-06T22:49:53.899Z","1.0.0":"2018-11-11T18:21:37.642Z","1.0.1":"2018-11-25T15:14:04.107Z","1.0.3":"2018-12-28T22:10:44.316Z","1.1.0":"2019-05-19T21:48:45.021Z","1.2.0":"2019-05-21T00:04:48.450Z","1.3.1":"2019-06-24T01:36:24.662Z","1.3.2":"2019-06-24T02:07:04.372Z","1.3.3":"2019-06-24T02:14:29.790Z","1.3.4":"2019-06-24T02:23:12.762Z","1.3.7":"2019-06-24T03:13:48.472Z","2.0.0":"2019-09-24T00:20:27.216Z","2.0.1":"2019-09-24T00:22:19.927Z","2.0.2":"2019-09-24T00:24:36.818Z","2.0.3":"2019-09-24T00:33:00.235Z","2.0.4":"2019-09-24T00:39:31.692Z","2.0.5":"2019-09-25T01:57:03.938Z","2.1.0":"2019-09-29T18:31:13.009Z","2.2.0":"2019-10-06T19:52:49.116Z","2.2.1":"2019-10-06T21:59:38.010Z","2.3.0":"2019-10-08T23:32:39.967Z","2.3.1":"2019-10-09T00:04:38.818Z","3.0.0":"2020-06-15T02:22:19.898Z"},"maintainers":[{"name":"kherrick","email":"npm@karlherrick.com"}],"description":"A collection of web components implementing portions of the OpenWeatherMap API.","readme":"# \\<x-weather>\n\n## About\n\nA collection of [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) implementing portions of the [OpenWeatherMap API](https://openweathermap.org/api).\n\n<a href=\"https://kherrick.github.io/x-weather-app/\">\n  <img src=\"https://raw.githubusercontent.com/kherrick/x-weather/master/assets/x-weather-screenshot.png\" width=\"75%\" />\n</a>\n\n## Usage\n\n### Static Import Example:\n\nInstall:\n```bash\nnpm i x-weather\n```\n\nRender:\n\n```html\n<script type=\"module\">\n  import * as XWeather from './node_modules/x-weather/dist/esm/module.js'\n\n  XWeather.defineCustomElements()\n</script>\n<x-weather\n  appid=\"NOT_A_REAL_APP_ID\"\n  latitude=\"33.43\"\n  longitude=\"-112.11\"\n  placename=\"Phoenix, Arizona\"\n>\n  <x-current primaryscale=\"f\"></x-current>\n  <x-forecast days=\"14\" primaryscale=\"f\"></x-forecast>\n</x-weather>\n```\n\n### Dynamic Import Example:\n\nRender:\n```html\n<script>\n  import('https://unpkg.com/x-weather/dist/esm/defineCustomElements.js')\n    .then(({\n      defineCustomElements\n    }) => {\n      defineCustomElements()\n    })\n</script>\n<x-weather\n  appid=\"NOT_A_REAL_APP_ID\"\n  latitude=\"33.43\"\n  longitude=\"-112.11\"\n  placename=\"Phoenix, Arizona\"\n>\n  <x-current primaryscale=\"f\"></x-current>\n  <x-forecast days=\"14\" primaryscale=\"f\"></x-forecast>\n</x-weather>\n```\n\n## Development\n```bash\nnpm run start\n```\n\n## Lint\n```bash\nnpm run lint\n```\n\n## Build\n```bash\nnpm run build\n```\n","readmeFilename":"README.md","keywords":["Web Components","Custom Elements","Redux","LitElement","Weather","Weather App","Service Worker"],"homepage":"https://github.com/kherrick/x-weather#readme","repository":{"type":"git","url":"git+https://github.com/kherrick/x-weather.git"},"bugs":{"url":"https://github.com/kherrick/x-weather/issues"},"author":{"name":"x-weather"},"license":"AGPL-3.0"}