{"_id":"use-places-autocomplete","_rev":"97-41967a135ade537f5a0895ebf100921b","name":"use-places-autocomplete","dist-tags":{"latest":"4.0.1"},"versions":{"0.0.0":{"name":"use-places-autocomplete","version":"0.0.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","autocomplete","places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"_id":"use-places-autocomplete@0.0.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-0msdv+Hbd9NbbzBPLYvbhmg+vHUEKHqL0Tvxzl9r22AcZy5X5Dy05B3XqV6ICa6hH0VG1ep7wR5shgG/fkXKqg==","shasum":"a09366e3df0160bee4677355546e06d0cdd581a2","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.0.tgz","fileCount":4,"unpackedSize":9762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIrMmCRA9TVsSAnZWagAAS7oP/iR/sw2/9ynvs52Y3xHd\nCqtlAnArWR2xUWGgmzEbiHzmC3nMGx57bpi5sVUiLsjTIssc0TIbqPqtdJ5M\njeUplBeK4gMvFPYuV+qHYm14xGFIMilOrsO2Nv3kQO+kyOiGeecL5+cwW6mn\nzBSG+O+ErdY8oNlZnglE34Mvem8eNmLrM1FX0JO3M8Kg9q5+7uvKGt4SHd8w\nvbrIJXFgVbfygHo/vtWsNcrQI+BaXzVaEcGCZR9LRUjLHdIJOrhu+zNbhjYK\nF0bp5800PtzRSxYNuPtdFG9SlKbp5C1kd8vrZf4Z0UEv+jLTLa21ZpJn0lHO\n5yWKYYZ4o029Fc5O+fII7WQPVbpF+UzdFFWY7Nbcg2LDEcTgqsBs82JogS/i\npb3saOy2v4+/b19HtAQg3p9CATvvFJTfix0jG3tOSty46mA7xvGMrpFwoG0J\neajEhM7u4CVNZJ0XdhB73lBB6aMKsfALeLGBm6JOMQqDQt1FkaCtPi1hdTRK\n97JzcMa8T8wM1fGMJ5FXEzkHt6ap7ajsopxn+xeUhiH2mLBYGopVXJz8GCnu\nSJQKl0MTibvCY0XHsNbjykv97nBmHKKkUhS+hRtHprIGOdq5fzlCoaqf0o3Z\nOSwp7mM5mfIDVg/cJOVx+Okfm+pZiaiG+rra6C/9GPCRq2BL57SLQf5YJFrY\nZI0v\r\n=XExj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjxyGf52PiI0XGKvMZnk93YcxzTubHKzdxj7fSETgEjAIhAMcYzJ2WxPFpqvLUr8t7lfcad6XBT2LqxM67D42J6kQL"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.0_1579332390278_0.17135221413096202"},"_hasShrinkwrap":false},"0.0.1":{"name":"use-places-autocomplete","version":"0.0.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","autocomplete","places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"757f2c3f80e25ea3d3b8fc688f6177f6459aeac0","_id":"use-places-autocomplete@0.0.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-cRbclahvJ4JcUzq3afvQK+G5kXVsSOuYBcRJIo/dh4LGA1dBOy7JsCUzxW0EUVQ6xWtkf0Ug0Goqk0a3L5EFNQ==","shasum":"aac1e8914ca122b933b35ba6143b1a2bbe0307c6","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.1.tgz","fileCount":7,"unpackedSize":17764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIrgSCRA9TVsSAnZWagAAKScQAJtToikmfF/k228ti7SP\nmgR834qkacWLhXP1tF1tUN+lsHIWzaFY/tELQUSAqfCSTBqN34tX+vi+kNff\n35vKuh+au7MrFgT9J6yeyCK7a9a4KFWgtnhrFKiFhCjKFig6voYs4LZRx5zZ\n6p4exs2NMiQzX5TaBncLYNscM/EzpMWUB24CLy1GXB8tcqHlIQBHyYowy9Sc\nYaheqUCdH7g3v5jbeFFIYMffv6TuplJxd/lHkMt0CS61wKIXzE6xfhPF9ugA\nluGlfZX8qezU4AZ1ZxQiwcbWk2AUjR5ljnQN2JrIkCT8iiN7RNQabtWwN6/Q\nqxXF1JVrcHMs6d0WHZgh+mzk5QDoZw+4bMuGeHRukBfV+ITKe/F9mUBv991i\nXihP0egxsSFymcD93N54rqdZaRGRu/YwaqzV+YMVwaJTtP/6qqesqA0UxR7O\nohxxPry/ZDR21F19gHRGeOavbno0PfqYaYaQrfmxvEkQa6f5kx2biLcfRj89\nAs8P804O8HX1PB5vkCQG5WtLtPxgAUFjfUzR1LvuB2T5TU12sQFuW+kDuu4y\nSnz4PlRg9/uh37oH2It8tpy4o1j5FuAUY3osxeaoix1s4+YRg8aFhKTdwapr\nxXBxRk0leKRBF33c0rkG45KguJ32hdbeuxur5S/eZLnU7mqHWyc46YzJf73O\neFmr\r\n=kxFL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIANPInXcflRztE7RUew8NnEAOtURnCqDf0Scl8jWEdRYAiBxpNwTrwqpJr9Z5CUJYls5YJOki/nUGIR6N9vxBz2pXw=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.1_1579333650033_0.6295937878027118"},"_hasShrinkwrap":false},"0.0.2":{"name":"use-places-autocomplete","version":"0.0.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"8a6c526542b3d7b290985379f3b9a434cb9b81cb","_id":"use-places-autocomplete@0.0.2","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-T3EpW2Fivfdk9xzqy8V6QDLcE1nXbsWdqP9QrfpfvfKfzAT96t6QavSUVygxMqJXhI7pbuH6yYxBtGbOMVvuUw==","shasum":"b0219d230a037e0addc57a550053f1014c744315","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.2.tgz","fileCount":7,"unpackedSize":18269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeItTlCRA9TVsSAnZWagAAmZkP/2tcCxSSoJ9MdHJpPmw+\nbglZBiXAs75kxBcKFI270/wbdny+EBHm4lw+QqmGXve/HoWD/h0xwopNmqSt\npRQwKmYW/KmHeCGk/GFdweZloKHjHQJZz/sYA+Cg1zd2BJg+BGZlIIW8vo+R\nUXmCOhbPTnQyRRgZT/d7h170q0dd1vWP8LYk1liOMwUU7XK3kgDg5tc/aiIm\n3ctEqcAgQ28TyYV+OoLtUiLLv8Z+fvFsqUIJNOxLQkJNWqZZKmaGSZl2UUYC\nUiDHHdowmTU1yqmPWojY4C0JUDuIoR0DWTaepdXo4U8S8oRKbydokiUs+A8O\nklqhxVTx9o6EXBIODjTU4GCeqwmR3AcSpw8KD7Qtr+4QjvPLGyOKoBwO+snC\nIIDJOsFCZYhdEPqi+UnYcWmVx50RpKzwIqN96q4ArwhaR5jEZVULZVKmIK3t\nrZGFnXfKCGqNxew3ypnMnLg8yZwJXDABHjrtkjvLpZLTRyhizEImW38ezJAL\n3LcZ2iaksXSePclHgkIPcJHJWIu9BdIWx9vBJHM81PRtT/8o3zydY88Uh5xV\nWSnWjRiiePz15B+lEWNtE4Tv2i2nubS+DrMwnJAvkvXqWNlPuIop4+8TdHRJ\nhpzrRelORp3wm+EkWSzz5Kj68XNjU4ngKc+kAmL2SVIXiYYM7TmFPiVbLZSK\ngTZA\r\n=U1h0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCY5zOk03MkMEpmtfdsw01i2drFCtq670ez2rDxsgcwAIhAP1N7n7lf2y1YOCooHwiS2AePVZmQ7oBhRUjmCDrxtrL"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.2_1579341028844_0.829853795789415"},"_hasShrinkwrap":false},"0.0.3":{"name":"use-places-autocomplete","version":"0.0.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"7ce57b096a9cf6f351f953bdb24abea646529f6e","_id":"use-places-autocomplete@0.0.3","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-x6c1hYJPm+IAE4Yh63XDyyFpnIJ6ZkS/yrugh8/YUt5/RXc55NT13zFz2jScnbHxwLLp3OZL7rJDDBA6R2bXcg==","shasum":"06687b1aa1bcc27c102e2275011da65eddb99d4c","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.3.tgz","fileCount":7,"unpackedSize":18269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeItUfCRA9TVsSAnZWagAAl+oP/3MLHB/HmQm8JoB56lr6\nvuECBv3NQBv8gztObHVsd5BvgeOCvWzA0jki0YxsqOyXFtaB7fC73blCMRFr\nabysVxWZYUkWb1Cs6T4zUmtIVEOVG4K/sRew01C1VYpg/m6Sd+yQLFl2UH1S\n0yz9IyPm5ju1WB+a1xyqFGlZZqVZuHGTfu9RFBGSkb/TkahQqi9hSNf/qnU4\nL66p9kBIg0Bv7gSoO709KrHIRg2eaioes+eTbzcVeEPc/5H3cMY6i9IoAA3I\nNPiLO/s/wEfBL6laKms2im3A02y6jepekwb2c5mUVn3BdaGGs/VgV3rzoYFe\ngBQxJTWyvl2S21hYoI6P1kdoKXHlPGI9JUwx4s2RgDxZIPnAXCWV+qmbzjfp\ndTANnvd8zN/m6I5Y7VGENhvC3feG0RYZZPF652F/R/A8wIA5P85+N3SWIkTC\nbRL4Iq35T/bWm9mi8XebNn+wQWmGtGsSSkjnYWTP1w3bciOSWR3tcBwglrJW\nxlTDruRbgRmh1OpU52v6GSt+iZQL4IuPyOuboi5DSjedTeEKC3Wu+PlkJ475\n+E3RkQaOpPOuZLevUp3hbfHRVyE87fFoziK8aBEGo35s4pTIMC7mnm+M3Tya\nnAdvejesXYknClLDU6ZFy4z67F0yhb9sR13R4P2FZhyKEx7EGUdHLezxoxwW\n62j+\r\n=F//Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfGGSDGw0v49IDbX/I8juGNZjYGMiDFhZ1wtg+98SN7wIhAKMTMyez4uOqsamweDLnW0Fxch2HRK59rpuZ3asESoG8"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.3_1579341086901_0.7600281634011743"},"_hasShrinkwrap":false},"0.0.4":{"name":"use-places-autocomplete","version":"0.0.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"71e039c7a33b48c7ae6a19790340e42bfcfd94f3","_id":"use-places-autocomplete@0.0.4","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-w7D+lRgsV5GjNOq8HnFuRHEU/M0FrWuBYgTQ8vA/66iCxJq3tvPqbYZy4p5lQgHVRYAnh+XaWf8Tgizc4Zh8gQ==","shasum":"4d2abc46677b7ba1e813164e2040623c7ca20c58","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.4.tgz","fileCount":7,"unpackedSize":18371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIt2ICRA9TVsSAnZWagAAWW4P/0tr7tvjx6Z660pnN+Zn\n3ju/8SZf//y7mwO9c0oryM5JPxf/A76lHW7ltZ66vGpweTNpzjMPv0AUBUI6\n47yq7k1avAFw6gPY2OnpH3LkWaoDTqdmWC8P3qUMQYyr2YGAGGAEFyz83tKD\nzeD6f9lqzkV5k2R31xKlPOWhnLjFV3/Mzhli7VfsdQO8dLz5PCigXbJmF0d0\nLl7AFOzvFT2S0Bv8bCWWf23UqmPwuhxte0GCi8NCimNhJIp8UdNDv4N4zBMt\nc0AdzAJwSwVtFaA3X25qNoGrr11MlwwNe4pBMfMM0bArXwhl8ZYS0EqadtB/\nYueJhVzg2fh0XyhHsE+hofif1rjrBb7ed2OMzaA2SOTyYbHxyj7Y2kROlJgx\n2S9446+7bKk3A/uQSuEi+n/m0EUAyctQXSlk0PwYSBzdLaV/f0Gf7yJseVXr\neY4RRVJUWh2j7pTyvdgQOxu3tdqar85imbU6V3PKcmVY3oqgHguVEEnsOb2d\nXegFCN+bGby//1oLkJjk17EZ2vlLpn+gXl5O1XRRLn/R02s+5mcCKuaeRSZR\nOg7e+pagRVauDVRMWaoUQvQXVi6ZpgNx4jy8HnOTv7ZXCHuARw6RRzSjZvuP\nqG+dRLNl4CN3tjZLSqH0HcOYRx1mGXoZR9wiMiE1CEG1uWGN3mr5EaCA2xfo\nZdcf\r\n=Cr2q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxXLyQYJk9Yi7HDTCJeSDPSHiJ/plqz9NVWdBWdOy8uAIgVu5M7B124bmrBuxBRetiAQqPzUVPHmdgxw3/tvwKZe8="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.4_1579343239595_0.5459251762092283"},"_hasShrinkwrap":false},"0.0.6":{"name":"use-places-autocomplete","version":"0.0.6","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"0b62fb8faa6bb6741e2363ea5a0ca2a61c335cef","_id":"use-places-autocomplete@0.0.6","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-0Ia0Q0zM0/ola6HOo1Q5ISDtNfM/1k7bdTsrdCVY12MdkcmgDwk+KxmOcOR+aoS0QRBeS9bsYmtmRWDSASyaSw==","shasum":"5a4a98675ada6a7b6be6d32bba2554d1e19f5b4c","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.6.tgz","fileCount":7,"unpackedSize":18372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIuuJCRA9TVsSAnZWagAA4lgP/jGS/f99o4GLgIN9eDD9\nk76pM8o3H8QJngPOfCp4WWBs1kPJ9GDemmIRjpndUqlcALayRCsIp+e6WlSX\ng8xRuzexZ1zDPo5iHteMd+tjYV/Ry2USuNJxXUEO7w8US2h0IuDhCFNjodz8\nsaCrL0v7SgvybUkkZbyx8rIr7HzXYjvPaipF43XBKMAnigTL86WNsD/iX8CH\naamriDqhnnSgRSj4rH9NcltjhmcRWO4tLMW9TKId4dUAmWJ4wz6JyIJA5USL\nJn8nEJq42hqn8UiYFYcPxrzvBAwcTyywJKA13aHkh8EU3uoB3pMq3JG4NKJW\nfT6iIHvK2YVTHUQpeNJX6ZiipweiVgaf0is8ml4MX3j61vnEdtCIemeYbmZS\n3+yn0yVUgy3UOIA6OghJ+p+J8Au0F6YesdXhZwLfy4+hxTTDrykCCbvyUs9M\nqkSkakQtBCjVwwPnBGbxeJ77Ak28l+Kx6TpMQgPvl8t4C6OqFiiTH7JSPI6Z\nHTWog98lshJh0MoAzkejmnMQyAZwjWgjxyRth+AxNi4jJ0ca7xKpJ4EAk4A1\nEJoNO0Q0V/EMhJMAle0rrumDPyZQ4cAF6LJQRUGhGWACq9L7NgfiKzCQph14\nG8STFXiMERZkfSKTbK0PRxB0MfLWcD/6ZNF8qEcXPh1me2UUl+zAR/mAZcWc\nH+Wk\r\n=8LXF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA4U1Z69HD2loeMzqzfqw9i3FOwjT6IGwsrOKmyGmwcSAiBupGKQMpRJPlyOsZHf0b7QV/cW5TS3V4JnzZEoUzacow=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.6_1579346824880_0.003455207512545133"},"_hasShrinkwrap":false},"0.0.7":{"name":"use-places-autocomplete","version":"0.0.7","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"bef6e82f88e9ac6a6669ea16941bed727e238492","_id":"use-places-autocomplete@0.0.7","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-s05sMGxEMrDqmFcNPYCG1Sa3r20BteILvvE4+6vfPm/M3yr2bKxQeObHkYr61uH5BAXHViuHddMeXtxxlh5w7A==","shasum":"ca719b797794837510adbef4b90734b7dcea207f","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.7.tgz","fileCount":7,"unpackedSize":21644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI1uLCRA9TVsSAnZWagAASFkQAKM3pq4znvoWft05jfA9\nwZAFiMqN4vyYWSQUwTwbM4nC+y0N0XPbjRRGHq+chE2zPPhItmQ4YXvkXvOL\ndF8gr3Tu5TGFovArvVVl5B1ajTko2ol3ormXDCFoBmH/cjVjOJ6y1Vj95sH8\nLsXsZIx9vdchDOKfmf6lQ2GAvSovVmWW+B1x9nD3l+aUo9oRqy/GYaPZS3MU\nK68d8BJ+Tr7imE6htJDTOXf2izsGFcf9sBEmu5Uj+8DRs6QpN2D5MYL3Pp98\nWIozk05uvFOLrWnpYLvYN8z3qdpYfCZF4BvNdyHX0/aeGDLybBrfoaVCF3/d\nl3IrX5C/SFR9pXA98mKirJAT9277zZfTFHkF/v5bTKhMmnR4P8gh2WFG5hjd\nqo9o66m/wH08mwmWCOHNNwG4CXxnduIqjoWrUvqndkxwOv4W//BivZi6B6Ou\nsU+e0tUVNzchmr5Zw0o6bJgUXOXws4dEOjT7MdzzOHmG6N/c0G9efkTSETzk\nLCHTIrUhN7JEQP5svrNDJvo7Zbgmk7GNJ6S8TAyKWUYdxokFTj7E+HM8jY9I\nNKyTmEVhadufrlgll+hPDcNyfOVFFhjUlu9GJA4r5VRRpCPI39DeLaRoL1nG\n9DNQp+r/kZHpvv9plW8yCKfkfmK2XzOZy7cxYjWzlVDnC3y4hB09Liu4QZje\noCJF\r\n=yD92\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwvJ8LdHtzIRqJbp3a/TwWjK4fh4YwvvYOBCA/ipF34wIgS2yVkGnYpDEcGM4NMlTNJh4Vbaz6/ujtQoFR70jlqQU="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.7_1579375499114_0.08457341943455399"},"_hasShrinkwrap":false},"0.0.8":{"name":"use-places-autocomplete","version":"0.0.8","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"823215dd651d21fd38dd32cd31516f5d0f096a81","_id":"use-places-autocomplete@0.0.8","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-GHxQ9PHOAobCoFeSWTsigpTXRaZ29la9fZ/EQSNJVH5/3G9Oh5DeL3621u679kwDhgG97VkiRPOjLcZDZYh1aw==","shasum":"f4cc6fc62140de44eaac24504dc19497e49610d0","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.8.tgz","fileCount":7,"unpackedSize":21644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI1wSCRA9TVsSAnZWagAAzzMP/3l8FXMdjk26JnZJ1xdq\n2+MWasnCrKa6opzrvjZ9wTlEJmp2fNAAgwVhiwhdCZQ3yixQMEO8T8ZLAWLm\nu67+zsCD4tGJ0nTIbseefEzuT7Ah3JWgc1GJe0AN44tr/xz8F3vecGai1+6c\ngj0sl61+5K7r2U1+X8055BEst4xmNyYG2crDTMVbSrnjEX1OXBu/spQTZO5R\n1eAEFJL1oje7fKX/6OZiz2vtWbEsdGE2171cKx/uQ5yfJ+TsffSxQy57XYda\nJostuqcRHAh485FAXyytAKndDaE+DVieD+lBLkbyFzVh5TJL34pNOWvWa+Wn\n2GoWf9f3uSi26XcFYaKBaM/c6QWTewcKzMIZSVVwgK/o5TN1XBqwPMAekEOq\nrpSVG4dMgcsH9soLlPZN63IQ/ytybPQKM6CMqH1RgrlFOXovwhf7Cf3s0Zu9\nOXC3A0x9Gv/5DEJT74wVNzJF58oFjnbhgVYSeHYMaHOccKCmbMkwH0EGkORJ\nEFhG3GsJCTHNWWW++vTtC7OofAMeL2UPoQuWCe2/5TLLm3B/5xlYqDxWeMoK\nlbDFNJntaZxRcJvO4sgEGsXy9mqQIIy7pIaHEONs2FSPoLFplCkFRrObiYq5\nFlThK4V1CPGzUvjwHn1nM4vIzxYyLY69DPuIExPjDVgFix61DUzUKzdg0QyL\nqi0R\r\n=jGjq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSTf4TRIjK75VRGC/PK8W6kwDMJQspldneg3L/sJy5BQIgPJVyji4f7jfYyWY1eQ/HlnIsAThYfuu3SgMmgbdKza0="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.8_1579375633261_0.6131297766880135"},"_hasShrinkwrap":false},"0.0.9":{"name":"use-places-autocomplete","version":"0.0.9","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"fe460035ee28d8675a8a553127631d09d7a824e1","_id":"use-places-autocomplete@0.0.9","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-MlI/HVKPM/3rxb88k/Gus1UCI8oa/0lnor47rbOOT6riAgPWWQ0Axr4j69Gp7StB4SS1Rb+RTTU9Q/LUlFGrsw==","shasum":"6eac2a8e4b941fc6b9a12be3af5c153c706567ec","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.9.tgz","fileCount":7,"unpackedSize":21649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI17ECRA9TVsSAnZWagAAsvEP/AlRYGZJIloPZ5r+iKcS\nwfS47NlJc90ZaklpZudlR0UzLnKdHASA9PALiQ5SLPLT8ux4SHJQ2DeHA5w0\n0fqEc2IrIdOSf76DpWV2RmvgHZe4qwWgfTEiDlIgSO7CkMoZYVR5a5MIPBZb\nmUGR9y/PLZXt4nUxBDXat3E2YtKvZUCKUmpybyOrrskHFGOBfUjVzZQgw6ir\nMsmPASU6v+r1nAKIom9/WK8xnMVIMLQ6c9xzLgkVchAWdjdSska1Rv8NohUC\nMzCWOGK53062c50+VOP4Q9Je5Ccgv4bXN5rHAxZ1hgmth01aMHVBmjYNSFh/\nrY1vPESVYTxgPt4duWslt8i16vIRw50LFp0j+spp8k81AcMRYhez8YF6od2b\nTMOn7I+q2tLDfI89UWeACvNAAQXxZrIDbBRsa2Ilx081R/LHoGEdytRQh2pM\nCF87QCsJtQVXVVUD3OsdtjCwa9lAgZxka1kLYWgeEtLT3hdF92y3+SwF/Ra0\nL1Hlv6Bf61vHdjf8jFPS0bnHL57EBXgjjTmWEylkqpDhXLICJhkhEAD6YJBb\nQOE1k/4Me4vlwxJYuQskXH8Ou/RaS5VSrcfog6pUCU0UibP7uvJj8wSTYf7k\n6oaP/HYcNZh5PxQt8wvZKpqJ58Qnj2VwdlAF1lwKEa3yr//J+rQFmUfOFh4U\nGkKe\r\n=Om/s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFarmI5hxcFHH99pDIqx587kjFoO/bDGJBV5ua5uNoLAiB6o5mwZ4CNH8mnoZ1K8BwDt/mc6VBdrFFW4ezo5VNBPQ=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.9_1579376324447_0.3875887133791931"},"_hasShrinkwrap":false},"0.0.10":{"name":"use-places-autocomplete","version":"0.0.10","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"f56dbe3dfd62dc5f336fe52c111ccea01ac1471d","_id":"use-places-autocomplete@0.0.10","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-ustkCGqKhjAwJudCVsGBXTHu40QANGfJ0D0R1DcGnmZigIQJ7LKQ+kwDVYts9auibpZeetOVuLcFFLGHl5nnSA==","shasum":"40c8c101e31795748aa6e132acd6aabf09d35f68","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.10.tgz","fileCount":7,"unpackedSize":21660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI18SCRA9TVsSAnZWagAAglYP+QGoVB3CJn1C/YQcPvJN\nUawJPu08Jqod2HeN+a7UDWxAy/+BHLCTPKpQLjRFh+pQ/1aIji8gdSAiiAJT\nlv3lsi4zKSgSs8X9IWuCX89NUz72UKFy8kQ0G2yjTXRolbLPdaen4Y2Tjnnp\n3RU9jbBgO5UXOCLKU+8nsocmvuJbKrbAEz3Ai/Q2/kNzakhNmUqR9zVCum8Q\nNPG4em0gxoJyshBmBgFqQLnJMxqLzDjBt6l6+XsQsznKfbduqS0Xx3qALGeP\nXBzS6noIu9MG1maixuEOf1P//mQgIjpl3YloEmV13oP0wuRHgKYjmsOrdAJl\nXk2I+AEf9wQ+myQxvhfWxb9QtNdYx6k85owtQxxoTNwhDAGzgyHZSGiePnQc\nI8q0/SjMhddSy469aKXwepPEsq3ewEVuJXM0zJiNneNRsiuicvk/YQOqYQQ4\nfn1aOsammXDjhGYAxLI5Kc6hh7Estu3umURIAHP/p6PU57DsNM679gUu8aal\ndBDrggiEuXlTIS83XBaQn1qogOyzEBgh4YkiqZ6Bue89EwP4AzB7IKUSDAsv\n4VE+Trv9B9FaelsJpjXNp60e3cjfDCwwb7nbWusfnWNoyx4c0PxbHYb5tPs8\nqbTCBUo15xerC51ZADtSbUvBuxhwFYJn8oR/+3xsdoz+CRfblIV5n7UgysXK\ninGf\r\n=NFGr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjyd3VGDiyreYC3SlJbtaEY7vrsziy9QK5s5GWQ9B3hAIhAIY2l8TFKvXLVq29s3bFwKYMDefqJj6lGDIvnt3mnH5w"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.10_1579376402202_0.8867505640272682"},"_hasShrinkwrap":false},"0.0.11":{"name":"use-places-autocomplete","version":"0.0.11","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.1","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"5bdfcd0509df1d10a8e77abfcb6f8e572cf8e1a9","_id":"use-places-autocomplete@0.0.11","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-DNNaGRAHEF6Y8C5VQj0/3oyyarzJgxobMc5XVttp0Ookj11ZHgesEyEOvp00WKQTwib+7BQUnjhCjOvtnWiv7A==","shasum":"f568d6427b186470fa660f4d8f2465a31b75896a","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.11.tgz","fileCount":7,"unpackedSize":28531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJE7TCRA9TVsSAnZWagAAndsP/R7QDHTOdxpJQ67vRqJy\nYeZqHO5xpM8GUksgQMy8BZwx6RAkTwYS64BSSuCQhTYcnyL2VDXKY120q7of\nrUMHSzy8wsm3r9cp45Wt8Q8VSmiOdaIc+gsmlpgn9Ovd/qXs9Vs6io6Pjgng\nw70myvICWb6VCt+xQXh1xLpcRNkbftkP1gW5iLB77pP2Pf1kSuGaumA2Q05f\nxARfn7m9Fcg5xMH4ZuP0oPapaRB7Rn7Di+zyZSuFZAEoA1EcdfSaAAaVtCdx\nqnN7crjDFON5Z9zv+QI7c4QdhICp6ihL4ZcFT+B1dR042w5FIqL64XEOXrgu\nConGlh5SRMPjFhalX4HjYQSQOuBcpZ5PmriUQGtoOnr2U1Luc+O45bGqHiNj\nB0LsdVkyiFbU0W/ZW93Uk85hKI5YvhbJIrhwmwbn+BxpbL9rlmu2MXZkkvlP\np6SEHbuBxWYK1d0VfQpIZfbA1F1RDQEoZumQ6a1dSDs8ort91vZg462QK+TF\no7I6i4WxeLZ0lwE2tmpuJjdAJBAjJ8/HmpuzYkJqFvcMBJd8IhBhsbECROft\n5kzWKb/AECSbbsX2ZjNgpxS7DnHPiWvLdy3pV92+EsFz2cwI94wfCDHMvpx2\nLXeU67uJGhZgcE8JzXpR9EsDJy3fo4dLMHvtBquE2PZAqJyYyp+LvqUHaquX\nt8VQ\r\n=mJFB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBZecj5TzFx51ppQmux2FIoc93jb09JpTbAJP/0XEuCmAiEA/FDIQHjjTYqMSaBViT9uxHb5HEAMon26MFOBrEKIWpc="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.11_1579437778574_0.05846286693248537"},"_hasShrinkwrap":false},"0.0.12":{"name":"use-places-autocomplete","version":"0.0.12","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.1","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"3b2e3805ad481b4e124831b6757a0aeb3d699f73","_id":"use-places-autocomplete@0.0.12","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-nV4kqILJ7ZDjKwq/5zTz3MHOxVBFdvObM0e/xxkWTc0rbVBP3FJW+ezvUhjyejXxAVlBnEt3mi2tyFoilDb4+Q==","shasum":"26cc405a592589ae521fac7c158bc75e644a1eb6","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.12.tgz","fileCount":7,"unpackedSize":28537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJE+fCRA9TVsSAnZWagAAJSAP/j2YidRLSL6zS5zc/HXZ\nk29r14eTVRemFptN5r1umFaoykFhgPlDLiKTQ54Jn0wvnuMvdt3eE35PSX7+\nSxgyqtokA/bR8kuVkt06EOrndceRxziQluS4aKnFe2GNa2zVQPN8vIG98NZ0\nhLLM1F7u4r6Pwy8lz339lPCBYdCcWZV8SfcSxj9rYCedLFDJLMz909/Jo7wH\n4K0/n+E0Ua0smcGPAhiM1Lg950azS+jbUYA99CsAfIOJ/LXF3IiB/94x0zVO\nC04ANE2qwl6ILuZVx0NBJ99hyn1+/7OdN39K7RLJbPGYPHgyHySpDawWI05B\nqxy5+JprPbfo9PHAd9Gv5D/Sf9NPfX5dJu5sWoyGdULtJ4FSGkDNZHlkgZq8\nFCg9CwL2LeOHG3bzOtLbSxuKtC4o+EQ1/YOQEzORsR/NpdYUUsMRyNHUbAeF\n586Nh0JkyBKRyeOYgJ/fnP67whfxyfvrxSpxXtWBL3jXL8M3WRD+/x9ZFqwH\nlWZ86bEpnWKnFh0zhMNU1KsslwveAiR/Bd1YaCue4Qxyp0i6rQ3PcJcwuJLp\nRUkmL7F8t1n5CQM8385aA6GGJZ05MJe+wT2UWamIRQ093jC2saf8j6/tlNXG\nLFbboD9ixiqryHc87JNK7Wai8hxedmy/PxB4ZkPqAchEWLvImy1RO0glCIY3\nq8p/\r\n=KlOl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjqHQiiQOdx3hXHMH9KBB6Pm/rpeVD1hro6Ql8e8dTpwIhANCpC7eBb/SyaLTGkDRlG2x7PJGOr7ww6bYyR0df2Kdn"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.12_1579437983165_0.8051698813342052"},"_hasShrinkwrap":false},"0.0.13":{"name":"use-places-autocomplete","version":"0.0.13","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.2","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"2f782ffb0af98d6a8df39b6afdf4b711838316bf","_id":"use-places-autocomplete@0.0.13","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-LORcVC/jLnqj89XLkLyfonfYlvIsuouDwmsoyjWw6hq5cD307KcJ2OkD9somozmM2SX46D3tXTSa2NQBfQ07iQ==","shasum":"5392495d75634cfddd795167205cf2772f01c63e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.13.tgz","fileCount":7,"unpackedSize":28537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJFBsCRA9TVsSAnZWagAAPMUQAKKaNo9t5CvdkQC0DYLL\nOkBDRUXDMj8cgpKrNxe9kOw7Ao/A6k1pfENhsX3dTNWbjBprJNFQ2AeYc5tX\nJoU+K/DQN5oA0CBbKL2qwzD7MQyPJHAtNsMlcJmIvVYMPzufODI3V6qIykwZ\nHV4HROpytHu665uqF4dvtnMTIAFeVuUMqAPoHVMY+suaPz2UiidQJACYkMa+\nvxP8AD0JoUdma1SN8BLBebLSlG8DTeJrIAJn5BxVokMI4IqQymFPEW4GJQ8e\n/2pfRj8z/RqS9jegIR5l/z5RSpFCOK3OWzEdPKKiGuXu9F3SbIiisDkS3bRA\n0Wa4TwlLPuJeeIGjzSeJZ5qex5jiPusazvBjt4ay6PNqv2vrmKnpVdqIQ7HG\nvaEI5IgHwDy8v7cx4RnC2m8pEu9NgeQXuBiwfRWfZdLaM+iNmnQ+OBGKJrEd\nNk1kNQNOqV6ETXhBlb6qw8ALVVOV2HFQHZs3sDa4/kUZ8KaMg0mwe8psFGv3\nD5YCSgl+ZRc8UC9szizl1+aat4YukATLnPB39366aewMWC3UYIwwWdKWcXVq\naludauehsObQH47y/3vzTV2im3t5qrA2G5ocSh2pmLI+xKOGFIR+T10XBEoS\nckvvJDuz7j2sCTFFXvBlSE1pKUyMbh6x8rfgZ4wgbbOpQi06YFZegkJyDKe5\nSJYx\r\n=TSZg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBSdBS59U3DbxX1scmNSr3UEs0XS0XhtCAcWHqk0LdCDAiEAoIG1j1tGns1aXz9189y2lHvK+Ai/yvLj3vcuGYRtrf8="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.13_1579438187755_0.12210924878858331"},"_hasShrinkwrap":false},"0.0.14":{"name":"use-places-autocomplete","version":"0.0.14","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.2","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"328b5a466fda35171be7af4d8396718d9f16ebd4","_id":"use-places-autocomplete@0.0.14","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-6REPR8WnxUjtu/+HoSUzXWnt4f0c0jjXoRVSpewL0TdE1beDZg5vZP8Z6o8b7LGxVW94k+MrUSXMWU86AHCMKw==","shasum":"0b5b7052603ae3330ffedc045f3245c774b8df2b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.14.tgz","fileCount":7,"unpackedSize":28537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJGbCCRA9TVsSAnZWagAAkVQQAJ7OL9YgHkVRyk0iCN27\n3zX0twWptRvM/3oqvftx4sVQATXv+Vd3zqwpQQtCaYioIcIYj4ycrKeMT4Yc\nRYYnEOZxvDkeJJSWeJy5eBOqfL+bnOvIhVbQSxJJvEWvQar42VYiMBwrfd0j\nqbmcBvCxip7dQDlKFrt4ZFnwwfUlscamgc+43ekjPIGle6xMOlAxkVVWPPiQ\nZ4s9HO+J3lV+wwoRPa/d4PBbnqcaokPb3eU/VIyCTF5PfDQYtWfaIj8DIca8\nyeUEjzCOPicb+6v1Jxs4S+ggixM9cue1jywkQnox2LF3fbBrIZSJEOJPU8S8\nIRzBvM+yuS5LN5HjO9BGI07QFakCltL+Mj+FNqRbNFusQ+nsTSEkCDTVk4ma\nJwuf87Xq2hgNH5NjpuNjhYEgQ9arVx9wRfyHI/qreOKVJU11I6lSi1PGyJO8\nF+oDlkdHbHvwm2dYKsd/VyESd3L6Gg8w89EaD8DqwFcE6EsuDrMttHzVXLmy\nzshA82vAOFxqoPr/x667niJwOMkNlw4MK2cgf5Xl0apz4QEnhT/xH+1X5znr\nT9v9kz5qbqm9AM+EpWou1SdbnZoCtTKmfFk8ZdF5yap8Wsg3+d5OqMVPMt57\nqix35A9uQ0uwiGLKwrBDZJjOgjJvl8+qKp2AXs30infjHF1rMkXHr47tk0g2\nJ53U\r\n=rkZE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwZzNkrzjBfCx746eR5iJefCtiEmpPEfLvzj50pg28kgIhAIVD08K3pE9RaGoZ7U+eVeSxZ7Xp5E4M6lUY4EcJmCus"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.14_1579443906231_0.9060766327741512"},"_hasShrinkwrap":false},"0.0.15":{"name":"use-places-autocomplete","version":"0.0.15","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"2bccc4d8072d092b697dd90b078ce7735978910c","_id":"use-places-autocomplete@0.0.15","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-BjnD2iYhdsf1PvV6E38H+35W8PjAT4Tsl4RkMOXK1M/z3uwGKlruIYegKrKk1NIa7AMQWoTWshKbtGo+xmVfog==","shasum":"75b2d2459f7cfc5dbd87ee230e6d2e24809ed4d8","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.15.tgz","fileCount":7,"unpackedSize":30133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJISqCRA9TVsSAnZWagAAY7YQAKBk/mQh2sSdZwQs6mJt\nEFdHViQeIeZEcuX2wfFPHM9ny2cH6NKk2xJGQdtZVqgbpDqAOwBGrtM0+r0A\nOQWh2Q83OWPDv0ukVCw8lbUYd2XSFLz9stbDr2SLqGSSWBE2bp7eaw8UUN0h\noOiGIRV2o8x8z5wXnmaOuc02aKttgcSxwz+hjFaP/zIbOcOL1MxF7tKgR9j3\nFRnZnbVJMDv2JnfbjIE//Nvx3uU8hTDUY8HBbjguMHiY3QB4Nj9bGAt4KGFd\ngSnmY9bDuMUP7VwVsqhvHW2mOiCtIbuMiyawzF3QOb2fiFfWxryBUrbhJrBr\nTof8N7QdfgLjCG+2g3MlNmHWznspB53V+9m2jdtuJqSGmJnK49C30fjx2hrY\nvMvLhpC4bbTvYRqNNFnIvvXemz2GPE38WGqWxOnDDVO379xyGKXl/QfTupkU\no20La66Mfu3OOFZehRth2EF7xFZ11pBVriFaAfD72nR0LgO6VpRN7rvsV9Ps\nN9DQlZmfsSEsd3OfQOljnf4mh48ognKjEUDtkbs0qz/HZxvw+iZt51O1i5dD\nR4PsWWmHt/JNZ3ovtGX341tij3rfFjXF60WHyl+jGEv5rYYW6Jx4zLIWXfyq\ncKWiLZqRav4RbP3oQ++GMWcWu1oheXyF6plMVOAVbV4OJ5KFu6rT3DdGv/d9\nHshH\r\n=ezQP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDttzGpgl1DWKTv6Ocauxun+3ZycZZ8TN3OC6QDeEuMfQIgQKHq3AdrfV6FI/h5XS7jNspgT+dpzJd6NWPmgg54Zss="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.15_1579451562216_0.2699221020233129"},"_hasShrinkwrap":false},"0.0.16":{"name":"use-places-autocomplete","version":"0.0.16","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"e8a18213a1739cc15f9ae4cb1e8f19b78b88e325","_id":"use-places-autocomplete@0.0.16","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-bwHjEm1oAF4dIalEfhkUYYPAgI/5QTBraGGj39Z3YKdBLgtKb6ec96FvoBFehhR7P9PLY1PA/ZSCjmDhywywBw==","shasum":"43feacb2ac117539e1106770a80dece5a18a00a4","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.16.tgz","fileCount":7,"unpackedSize":30076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJIdaCRA9TVsSAnZWagAAMqAP/1McQ3fIRJlZx3TezjfT\nPT7kdcyTbT63QCL7qdqpvY8tOD5h+US0uUS+OPqKbZa3d+8gNL65MPo6+sUR\nhix3ckXj5CWjo7GHCzLJYYgrl+25o6jjClrlKtdaPde9knf8IExoz89EXNUD\nDCSEjj41eLZvmg1GAcB1WWIPA431HY/bN/kRqmIid6uFEFdGgqGiTubVaFhr\n8NmaFkdAltXw3zdjzz2UNX59tX1z2QIy+eAaSndz0IaobvX2H9UB79mUbEda\njuE2KUVTXZ/r7yaZwMp896jnjK6ET+U2BVvlHsU8wCq1fNLs+bQkxEnrZn8w\n8/GOEyf4ny5H2baHNsZhmh1IfEWB7hvcVwI4UwmUnI/LAD/f16/SYoK48eMP\n3K/bB0LZFchfldMibpThZNHvin2iJD1yr1KK7SR2smx8QVFhZprgx+OOfKJ/\nHkJV96qrdrXTr1K054e6Av2va1oGeTzGeB1lVJfsalELOQgUqsW4yKEvpz1g\nU53SE6mJf8Hx7GegK3B/Vdxfw6gayrHmvLaGBCL9B6cS8hrVdVDzEZHOhONE\n/XjrH7W+06iLI9HEt8T/UY5nJLEaniNDcikW0LO98ZCUUSH4h86PD3wMgcL+\nzzIGerFtQXTY53PgOV5ZpjaKhRU6AHNTkNxeha6r9UMlYBWothoUH0o3vxCx\nlfDH\r\n=8b6d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDkLx3EF4Qw6dwsLkHV/O8T+lvcuFgtXBrKxrN72ocWFAIgQpVufFUqUUDtktHUU0MALtkNOc6eXKUldGwWpxCjtEI="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.16_1579452250414_0.23291944941195553"},"_hasShrinkwrap":false},"0.0.17":{"name":"use-places-autocomplete","version":"0.0.17","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^9.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"fece8e47a0e87716cd62e4db050ac7c96c8daf17","_id":"use-places-autocomplete@0.0.17","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-RvPihZL/uJK6mSOPDeSB6zHdQeHaVev10bxjotblGdyBBcDaFO4C79aIhagqRRnp7lNXP/4gV+mUglj188LhPQ==","shasum":"05c0ba038f3ac5ad338dbf54cc6d2fe8b17a9975","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.17.tgz","fileCount":7,"unpackedSize":30024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJIfqCRA9TVsSAnZWagAAP9sP/j6wgY9tGrd1H4ltf70X\n2ND4fABJn/og7UmyvPj45MmWGwmysRKpWGQFsXbnFDk9oBrYkaZpMo/AFzim\niukXnzFbdxWoJyMc5uaKPe577Naekv5cJuBbqOr7/nYuAhGTC67DLYxJEJP+\nx+O0T8DLV1qpTqYLZ6vrvSZXGwncxW0xUAq0o7C6tY+SbiFYf3b67WQ3mnmu\nISso0KgpLaB0TV4R6xbq9PAAUuAoTQJFnH3smMsP+2z9WVj9BaT6ol+bnA1t\ncrS0Usob4ZIZnk9WVVfi40izWSsl4Ocsq/qE6zAczF4qHGLw7hPNzWoStrru\ny/tRrEkkoZ5vk83iSfBDvVc9B+ptUKFELABu/biYefDvroljZjM7xcjxttS3\n0VgQuIZ0pQu+UY5j2KEl30Def/W4goqqlW56ZCGvYoPvXB8grNZLaEWnt77i\nlLpd7mfeowvyFmNR+WvSucAcdf5pxWlGKjaYXrPCow5mYFcltdvSX4JA3bgF\nzKRJLqphNpGnNchmCNpdqH2Ql83CAkeZFmSXr/bpTxfCSsgsAYr3K5pjjNem\njKE1CQuVszk2DEfD9noKXfCewro3CnJF2jsvhBUabRFepkaNMdT897QtAw8h\nzYiVRrO98meePFRwBUJwHZ1nX8jtKSnz/SzDNWauShIk5xRM0IiSlhE+TgO5\nEFgh\r\n=tcfz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdQcbpNwm/PoFEj3LSMiXF3RRaCf9C9Pr6Hdppd4HVxAiEA2wfESJ3K9TxHS/imA3wFqiIvyM0saxk6DTVf2EtApjU="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.17_1579452393771_0.2734524101118596"},"_hasShrinkwrap":false},"0.0.18":{"name":"use-places-autocomplete","version":"0.0.18","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"77cf56eddda1ec2fe5177f63957e8d2eae9f2357","_id":"use-places-autocomplete@0.0.18","_nodeVersion":"13.5.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-Ku1XB5+j5QxrMav57A7dKPAaYeK7xH7+jQAbaiB1hKiKptsD4l/f0dyt+vNQ8p0l1bjZQFRI2r9qcgyHo/KS0Q==","shasum":"aecd3f243aa7b4e53ca7d41c7422ad54cb90f0e8","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.18.tgz","fileCount":7,"unpackedSize":33300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJVi/CRA9TVsSAnZWagAAPMEP/i0kJ/eXT+7VvJNraisk\nWZZY8L+zf4L0IJXz4fmL5P0Hkb0ArLIp7oJnrUBq+G3zZCQPi2BZTrTkg2Cz\n07HhqLb6tbX8ey2luAtLADgiLruQqbJ4PRft/P9/rY0Dl335RMPODRoPDHZJ\nt69b6Z0uFElUO8IcQABKFS0LJTZ0jHHzasDlTNDaFVl8EwpLnXW9uNcXTFPo\n5L1ZJxibt9QBsJwM37yc9jHUOMbA8YDhDDAuMuPhv6Av+bdjlguXgIxjoYhK\nb7u3jOl57sva6V+N6APaapjznxjT8BqDwsKwqC9DjZo6gjPaJVVOrD7R0I8g\njTKmQvAyNBp/iOqO1b4LLp6Tm0CtMcHBR2qLw+aeWRmrqf73gpYexQFQvUbl\nfv3dnz7aRustgJPb3rqW5lcRjio13dRBtDM/GbUTWvkpbH7i653QIGQ48DwB\n0VrRnTcCGAV0KdjDELZmM2ktXdZfZf2OHa6XQmwuNrwW/5/5RU7mFPlDtR71\nkwVrVF3S52j+K7+qQN7L6tH4AMMVR0W7qmkK7lognF76jjVUkrbFj6pabgUv\neOkH+Aok4/Bsh3llFgdsoxibi3J9Ls4wgZDvhH88y1IEcsWTEoehd4PGcqoa\nfyz840mRefEbeB5WRc5D8CvV5AQI8rYNkGe/6rwWqYyfLh/5gtg3zvr/iWoE\ndNds\r\n=r0W9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBanrJT+Gmle5Wu7tckdwwlvOyd+ZNHzX/kfZiFoyjvAiBMWT1vv5cOndlhjsohOV7Ry6K4om8CxfP3bnml8WO7sg=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.18_1579505855147_0.9857653769764898"},"_hasShrinkwrap":false},"0.0.19":{"name":"use-places-autocomplete","version":"0.0.19","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"e8962d35efddb5ba3b40a0792d842445b76e805b","_id":"use-places-autocomplete@0.0.19","_nodeVersion":"13.5.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-iOCbItwbnAsFSN6GB0LQtxwphvngvsq1VX9IgzyMDmXjvJLNaJpZbMawe/nAUQmlsnWhW5+eHsR27Np8YSwidQ==","shasum":"6b6ee6e4ac85ec3728e807746e112ac8e7833e82","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.19.tgz","fileCount":7,"unpackedSize":33565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJXAdCRA9TVsSAnZWagAA8FoP/il5I9tE/ydI0WSFV0nf\nDjlRWBx4kD3zz+Td29gv8waEDfmys2lsyfxUvQyP8osip2FTWI2PTUy3jAz7\nhsWLmvh2AAH5FODWXOHTmoYNQXPEIcPaDhnhIu0QJM7TC2/5Dy4RkZGCMYw+\nNuHYf0Yrobres5asM5mSzOpjIRP+PWYhPiOQtsUDV6FZEYRfyRQHgysbeuPs\nV0McajZjlKe50UP4/L1CoRwuBhCGhhZV9xAmbnVXC2rw8yJ6WSDYmSG8pM07\nUwFH6bOQOvOVfpDOk/UCbWMFcdB6FdQcWeGJkco0UsrxBjPevI+Qqz7yfqu7\n7kfm8DH9pOVOQbeikPNpJnsQGwOpoetLIIynNJ7gjCF3fiYCTidKFzBFgmJH\nm3m/1ty0ETBPORn4joUteFxqGNPDlNPSipdSBVG+W6sJI+iuAnC9/r0ZSpb2\naJbe4c72y1wwGELsitaUY17ywf71yAufgIKdW3UpROgzy7ND8RaK78FdieaH\nq0ZA4IvfpXNMz/2dgQiPOnfrJeij1jtzUgYmof7ZY3K6bHYrO6M02g3FtJYR\nsCanDapbQO/bO/qF4N4pgMKAmIgOkHWD9y++ov3f/gMwqMcT6o/4p6eTcj78\nxNY+IOC5Qsdn6Qx1y+71uFlQ/UlG/h7NvSAFkztq/1YkS0OaTrYOMpy2uLOk\na4DC\r\n=I8Vk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCavVXqZQn59t52icKSiqoeJjmIyD7uns7ZWO2P1CylGAIgBm86Pp2w5qgrXI5byIu5taWYrF3C0ce24ZUJOZ742w4="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.19_1579511837196_0.6073760398297099"},"_hasShrinkwrap":false},"0.0.20":{"name":"use-places-autocomplete","version":"0.0.20","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"aa7f0f757b39727a3dbd9589a9d6d6d338965299","_id":"use-places-autocomplete@0.0.20","_nodeVersion":"13.5.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-frNbzD8xcXBusludNvlBu+2+hyDAkMtUX0cBnH+zGNNmlqfT0e5FZ2kyTK6mHj7mDPJPRrBvuV5gVjDIz96x5w==","shasum":"d4e2d4af07281ef7c42e09a51f38dd699ec747fc","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.20.tgz","fileCount":7,"unpackedSize":33671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJXGGCRA9TVsSAnZWagAAGNYQAKLUEHahv7LSC5sK4lL/\ndJ9vXGFq03LiryFqGn5EPxP/PxNX0knWQQMrW5sarIEul48MVkyx+YJCK8bi\nnsw9aTncu/0DRiRuMRb5za2/W2vnbWhO5fniDYZ4c0O8+z1wrH2E3DF48KWT\nfymlQTAQby+A2daRxhpV0Wy4OliW0u1DMW4bO4/nOGmL67ElxRD2HBwwTbbQ\nptqJN+VAK8DtdVhIn9t78PA9Wdc7sT3CuTD18ZVyw7Wo8WpegyVJsy91Uk8l\n313hHPKlBqakXOUyKsENQw1e86YUIqSqfWW41G77ufZscRxwpdGINB2wOeTE\nkYjrwI3umQrbRdoQfugcHIARS/aTvxjXvoK4M7UTVmpdgazmMQNtAd7gUxzl\nkejDG/IBA0gipMbyF5kRm50SXtrefW3rSyWot9IVYuRIrvC1Pfh+0I2oEhSa\nBf65yeFDsLWunZ0a9oBk1D1mJWDXLqe4yVNamiw96AK6T6AHhrwZEqct9BUQ\neWmY/pf2Bg/7UC6BQhS54sq9aZVluIPAuZzVq04ohc8DrDZQ5F43Vyfau8Ay\nwj74X80TFGCdNeFAPos/WwI1NSzH30aQI6DKYaZ+LaUwDpatMtK21tjZrQoJ\nZ7CKavpr+bd/7a7XDMj7yFEGf98OVDkjwod36xUKWdiafZ1spjmBPKIeHyZJ\n/IdM\r\n=tgAe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnqR6R0MuXW5jIxcN6ODdtjBFl+3elwAOUjbAvwYGvqgIgft1XVs9pItr5nMhlUoPkKMdw/vtPqFY4wzdYQpt6hZE="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.20_1579512198307_0.800172419769543"},"_hasShrinkwrap":false},"0.0.21":{"name":"use-places-autocomplete","version":"0.0.21","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"67baf7ca5949009a877dfcbe7d4eb55ad63969fb","_id":"use-places-autocomplete@0.0.21","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-IVIWReSG1m9eZg2WBEKyJTlmhgCO/OI2iu9xvtqA9l5ZTH3kiIeF8EBSKO6QrdIpLR4c8etD4VIbc85EI9pExw==","shasum":"b352f9ccc5f288b932b1d3a219ecb688511046d7","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.21.tgz","fileCount":7,"unpackedSize":33636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJdQRCRA9TVsSAnZWagAAv74P/ixijwhegkwjtYVS5/Ut\ndhl0246gsblCxFdF5dbdZ1UPH3l5TqIFdYV0PCd1Uim6sh/u2fRgD8HjUB+U\ngP5LGHQ7wwf5ythvQkCsBHsFVXBJVzYLz9wB3mdIdLNZ4wdp+5zZYOFIh86G\nIFfLaR6EiPAjGk6pjwvVRFxq+hLi2+lIBPxixT2Zpff56g1f+jF44QT0oEeV\nYeK2ZyVc2YvVHktYiQBfUXbHFlZCSB1uRs14SPRcW1X2nZMKHBokwXwFYcwv\nKuamFSoHH91R68H92+lVLqzR+9b2xwpOJ+sAdaED7HYPmJJFgMDbFirRXB0F\nT0IYCWHF54C84G2lSENdX+nEipPJl26Xl/62PFH2dGUaktCDfIuz02Uw6Pcb\n89JH3b+ru8ejlCRL/CYyB0GgC4+vzMer2x7cfa8KHk7YxE96QXrYfQmXtWVZ\nWGISqWcs3H54RQjsl8YM5uplQN86Z/pnFCpMdcdSHlxoVIoZ9KEZuBS0UITI\nPj0PiUIfqZ8ApfmrYpRXdc6ATToaihNBVHgYgfvG9bMgVeqSxntRSR1RES1+\nA/W09I1jsDAIRFqmrpaUK1Xr26PR/ugNCZTOSww1yF2xYwghbUQcrTTCRJUx\n0Df7zPh49hpQ4GPkFj3FTshjwM3q22zegB1EwzFs6e5Avmob5j60hmlFeWeV\nnxwH\r\n=cCOp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDx8uuNN7J5zdSFD+5gTYWNAvV2Gem1fRgfkd2LXd9B0AIhAKenCIvDWRtjqSVkOIWJZLumMj/Og8+IGetmXBgHrX5c"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.21_1579537425348_0.5441414549459294"},"_hasShrinkwrap":false},"0.0.22":{"name":"use-places-autocomplete","version":"0.0.22","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"8174ae8e1f1e699a863a7a446bcab304ad2321e8","_id":"use-places-autocomplete@0.0.22","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-dmYwz9vja18bZpkigVJd7K3D1oUEXVZATYP2urp3Ca6ODWj5ZQ2OQAD8Yug3iLSgIGkL6PEhb37YjVTeocUEaA==","shasum":"400d98a395422e30d1405d4538f8e64ee97cf571","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.0.22.tgz","fileCount":7,"unpackedSize":33700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJdbmCRA9TVsSAnZWagAAlIkP/25uLoRNx13pA0mjkrPN\nYYU5dNH2UxqKg64f6ohLWdpjzhSOMQ5jGsKB7g0F5tq1gSq3IzXc7CLv+ibj\nKD/uSi2Nbm54VQT8GaSsizgd1wVpSrVSjKH/n2ijQL7tsWOD28eA8IN5x1Jx\nBeNxyi63egWDYD63/lKW9BNN2l+s1qdy0P5QLDGhXKHHY2VLaOfsux0QtZiN\nz1w0iBW5ASU4ptlYa+kzYUj+8zvZHQKxS8nPwwa9awLi9r0svobsXWz7Sma+\nMfAoBUwibtjmoYhNZ6NkoTrCrecL456TMldCvidOQ5FKuGrM6BKEEZG3Q4RC\nglfdZ4L6yPqrebvA9PXm/rS/9m11WJkPxVlszH43ru4J54eU81M3rliC4CLG\nfFpYAruwZg0niVt2wGQb0ZkZ1/bEkW3Yi+KW/vfIEDME7VnWGTU4EZjY5D5/\nRZHZKNbHvbhXaLDX2xGn0BXzZQpAoJBB37yj0Ipls1SZ1BfXjQJmwlaV223c\no+lVUOTm8QXuXis6pZK/x8K22lBnEmXZChckIwkxzsh7sHlO1BsESDmj2rgT\nnX4Q8eZypPyhfX4zh1e+4QUEib/51Yp6AprAUr1PXDelgWmjDMtKIiddFcAp\nJshkHonLHI/Ps2/eqn+Wv4lAoQJh1+fJXcl5NGZWIJPev/c2lzp+mI6HxdPm\nbl0P\r\n=qxw7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE4WwInOz/43h8KudMod/ugC8qY7Iyft0Pt6TuVwdAeQIgKwEUjTTvJXAQLY7ORYynLKrNNdd6vX09OLSQ6R6M0GU="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.0.22_1579538149510_0.25854946116511734"},"_hasShrinkwrap":false},"0.1.0":{"name":"use-places-autocomplete","version":"0.1.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"8de1b073b1a8ebf5d60d953d456d0cfc23ac7c4a","_id":"use-places-autocomplete@0.1.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-AwKAC+MYHBJA5W1NLVtTK8xSGjqwpxdWZcmWAYFGpAnN9DeW7GF1f0eTB4fDfkQPWhDwZS3qB385fFYfJiJXag==","shasum":"bcd0b37e913cbe7735391bb183140617232b07bc","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.0.tgz","fileCount":7,"unpackedSize":33699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJdc6CRA9TVsSAnZWagAAYIAP/3Ul780+h+pLZaDghDqz\n8GtmEyFHyOPybXnl4q/ERx/HpkdFMfT+JmM9TNbUBdeQ4a2LF6fiMqf6YiRJ\nkeokP6l8wa4d4X8vHjyCiwrnrjUQwTnPsIVL1SBYoZ9lNbF08iTFe+V+ePcM\n5A0uU0puMVJ+IXIiNfClMI0Xa4wcUJqhCwqk7iJ3LTxrvJVUcNWynqsgGxAY\nx3iZsewFyzfHghXWR0veg92NjHYCkYAOkq/pMA6expoefnzOMji+6V/9y4+b\nVuFbDT3amHp+FG7wPniymzGkz9mHSqUjOUs3Eg2pCDaj2BP9F0f6yKxEvZeo\n44eSH7tjykKJMRTkv6GrpfRhSlcnxLolVCTNhTVVXBWAPbVMcFoM6VPbfpty\neefFChhDv0ncQMkTNMNjGsmfIm5BoDrTOWDDgh8QLNLEE9UPsUJpFjCRAalE\nubZPk00SgNU29zd1RW/wGEkmhrqP9TDqqSE0uXPkiBNMAXVRNawQwY5OkagJ\nj7UjqDKwSc/QsDw1jxTKPTJs4MqtI9l7bKzOo0MPC1peCTSQjDc6mDbrnECR\nVUQhCQhkYxdAgfMLzvbGPFSkOc7iOhDPOwnExBuspp59AcWAZgEdoZDzFpjg\nqei3ZdUGTcY9RH/5s6YQMMeyLjv7DXfR0d4SF0lFIlBL/+fcR47jSxRng6c+\nKKY7\r\n=jatb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAEUOvYgkc2biDyndZY2H0Y6hVrl8AUG/R46U5YWoikRAiEAsctoowLE+kmVgOqAI85NnWUC88WRrxXmRIfXVioQScs="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.0_1579538234298_0.15402974175501938"},"_hasShrinkwrap":false},"0.1.1":{"name":"use-places-autocomplete","version":"0.1.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.4","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.16.0","@typescript-eslint/parser":"^2.16.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"503a9bbe37fbf750009d3eb111d3a65b788cabf9","_id":"use-places-autocomplete@0.1.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-D2bJdtI7H9fcQ/FuUGkJhWL2IllqG4NB2nFEnOd3M28XOCZBNh/2IzOJWI/4tsWT6wGztCm/ZpeHAaZKwzPWxw==","shasum":"c16ae9fa4eec5455c92fe2dc339ac6e1bf9c4e55","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.1.tgz","fileCount":7,"unpackedSize":33700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJdphCRA9TVsSAnZWagAALDYQAJPTJov6MpqOFEI1ccgr\nvpLKgEeeYr+LBZOy4zYcyHVX6iX9mTalrvcy7dOg3j996w0cRmtPL6yJL706\nBTk/o7zsgam4lLY/QHGeQJ7QIEtWrvbKbihJxWyT7Yd5c+zRddWPgVc2gIfz\ni7UoTLia/9F8xhWaRh9oyTI0tUenOT6rm+CcsIb69AQur87lRvH+254tSK7W\nxPiJznm3Evwu1FSthfhxAcriqWMAr6ZbBhdav/h4JfwdIpzC83Ku6Zhg6WRI\naB6h/9n2t9zwbm16NwK9FhcwxHrJj8mu+hKfZClROeoqIgpirZvOS8s4/9Xq\nCi5TY1KiDfdkarPeGG+UR9Pw6SpQ6DYEoL0hT3v7Z1Xfs8P3FYN5/AqTZ2ea\npiCAnKW1fiuchUmE/mHahHwWQDYCDg146J+ma1LFUTRJ9I0TDPL30cgkVQO1\nrKxTWZ5syU7Q22eOnbwhdDs+44P20EZZpmOq2q1xcSuuR5qsVPivJ709+Kg/\nf/lxBvLLGG/u8j4vwBy+4xCQMwdRlp+S5vioUVBO9WA5LIJ+9zybNHpnwnJh\n/i0/5sPcxM6hM5grFLVnYgWtcn7nFq5KblsHhDz5RXHtHNTmPKiz/eVneDVC\nXlGu3l0t5QJWaJ8g+xDYjXZYZIgQDgPL98doh/J1gagNmMxKd1gQfhsdWWKE\nsWjR\r\n=KKnT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4KHCEFWiAZBFfI6OoDaiAbOZigNy+xCYFjSmm/23f5QIgISEL6qIrqPVHwbJFmW9Fjkrb2LWHGJTSQ9mbVdx5xeQ="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.1_1579539041008_0.7538674618128893"},"_hasShrinkwrap":false},"0.1.2":{"name":"use-places-autocomplete","version":"0.1.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.17.0","@typescript-eslint/parser":"^2.17.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"6c5e4539351a26457e21e8f0e417556ba571e53f","_id":"use-places-autocomplete@0.1.2","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-/UgEvtVPQZ3wIpFYwDEorBq3iE55un4UiEgoR1uHs+8Jzduw9yK+AXOI2MUNDzMCw41L/UnhhEdRGboUH6FiYQ==","shasum":"017bd4d6c5b89ad68ebc0e5ca98607a1f2088698","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.2.tgz","fileCount":7,"unpackedSize":34229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJxOxCRA9TVsSAnZWagAAtvUQAJV+yrQUWEOBm0zExR2m\nmNMzVA62Q8iZhUgozchoIOKZTVkSiB3ByHEC1IYbogN0y7hmGAY+DFKMKxr6\nm/ECQ8d1Qo7lsNj8xF0e0FpUWs8yc0uPG4i4FvpW3WoqXmDR3VyV6QguvtaO\nxBAMfolvJed6RvZ1zzaR0PpXSgTPc4SxrWHj8r0VOoEgIYYBVQFp6Y8P1lwD\nf9CMIQmfbT4FnhViLdcpg414e/PXMsh9ewSsTHbdFj+uOy2m6RpVwQbvg6Mx\nbgR/zZjJ4Q7fZk5sHKuQs5rxTJxQxWHyy5PygT4f25/m+jnnqTJJQuwPoHzg\n9+2d0fPGwO73mdNRO05vw9WZmqPH6w5FrGqXYq21wwZ8QSRD9+uoOq48CgG2\nBsMhN04HPEpe09cL9husw1opmsPvlwasr3vAoujc8UYEvc4IcCz6HdnwPlHu\n1AvcPY1r56YpmLSKG3jrpEmn+4/K+6d8VNnj2T1YVyAbsR/d5BXA6I7wMLG3\nurInJwavcuXHgProSFJasERgLqkEP3pP3zMimqm2skeU3VUqFjRMaYjciNLv\nesFnRZxcPjXdFTpTgkHMWHBqy/gbAb08Muvtp0mAG5umBFOhX+ar9Bhjm/MZ\nyrigFwYGVImpK3ggjxb5PsJQQRAfoi+L+4Z3qAmYd43azGgBusw3CNtVs91C\ngZHS\r\n=rn50\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbpYPUrHsR8ll1XqYZVHFwBhPhVHz36H2xPbG5R2oqLgIgVEuGPtUW0VgL9ulKLz25w7j1kjulFezfoneXJEckyho="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.2_1579619249464_0.3209851685020386"},"_hasShrinkwrap":false},"0.1.3":{"name":"use-places-autocomplete","version":"0.1.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.17.0","@typescript-eslint/parser":"^2.17.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"56fd6d507e0aa96b4b1cb04895a6d635c6313726","_id":"use-places-autocomplete@0.1.3","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-12YXn7RK7xL7hEebWqH5dvmSJ/y6F5QUFCtvwW2nvpRxpJnphZqRfMWb2vtGAnTYhe1thVr7TbsO+Bzbh0q2nA==","shasum":"3360c126381d7eb2d2db53d24da66c0d923eb01b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.3.tgz","fileCount":7,"unpackedSize":34454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJxfRCRA9TVsSAnZWagAA088P/1nRArcjVJNGaFuhVHOF\nML4Wt+SQnhzNvj0Z40EKKfuh5Zw/twL76/M3VFb9gsHr2rXXh1IhfDlkfiXj\n6YvevbqExb1yVoXS3qTWDWgVFwWV8gOpWtD3Dz07CMDSUEQBoS7X00U25+Ty\n6UVGf3Y+HvUw3TKO0rZXj+ZY4bZ5jumbHWQcNiujirOccyVTiUAwcKpJU+ir\nlMDkFiqMq+8aMBZaQ2GR8Ao10QSlikMvUFL/O9/2sa8tpQl+RM8ptZ/YFzo2\nFHYNUIyukEM5D4Zl0MSwc79arqgBS5yC+YsxHp9xEnlKnYR2azg87iLMaAdY\nB3DVnvYnNY1Wmg6X7T2KXc854bBZx/KSr+r7vP5WetNDQCJCNmtdItbfuTWy\nPQloQ9vSdPzQQKqR75s7/pyq/4oC2B65ecaD0H/uqGkQV7hsNTqFiIclXdue\nmzG3XQZKa7FwjnnFz05sll7p6RB/04paO0h8ocupdPXV6rA9bLxJcA72jU5S\nxSL3MmyeVY76sXKDqDwchPL5Vzjetjw0CIx4thrBPuMz4UV98NPhHcesXRCw\nXNmqCSxKQV76+jDAq5GIYPRvBo/mVrzMUyg04QTThKFsChtaHnt0KY3B8KxL\ng8CJD2cJL16wiB0+2jILpSPgnoxd4vvdwiTL0+0n9XOpCQmPlMBhBDvnc7KK\nd6ZB\r\n=gYDu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICVCYmszXh1VFXsh5kMKJLLJ2p8Np/hXW/HppiAR4q7uAiBWiWqzuqZ+8chykwvayHzVzWciGJoRwmJB+QQP1bCkew=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.3_1579620305139_0.4331095163855452"},"_hasShrinkwrap":false},"0.1.4":{"name":"use-places-autocomplete","version":"0.1.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.17","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.17.0","@typescript-eslint/parser":"^2.17.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.0.10","jest":"^24.9.0","lint-staged":"^10.0.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"9a7c5946f52a85d9f26d55bf6ba03d4b41cb5f56","_id":"use-places-autocomplete@0.1.4","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-TEmzys+tMHIbYfRCi1Gk320Z3uLmw7XeVOgjScmzGCwFo+lZJoaLeG3S4HFUmMUpeEtQalg27xutaQDd3SnMZA==","shasum":"95bb5f6d10a5efb7d4f05ab28de7cf969d1c430e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.4.tgz","fileCount":7,"unpackedSize":34454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJyG3CRA9TVsSAnZWagAA2acP/0LjMGkvnld3ItM4E/nu\n6oR0eT4pj2mwH8ixBgUUqRrnmRFgn7UjFmjoGyzI+oCSFF3xVI8Nuh+T0OWy\n7fnQ6npSmbEHj2Ly99mwjNNtehzk4Qvy0tYgoRWy6112Hb97LFnQ7Gqthaa0\nbwz8BoCn4hBsdxGGhyqXwbgFUsJ97roQgGzE0pEeHAFSA09i4OoVJ5Voj19n\nYThUs7XvEyJD0u7bYWwaC7S4nAfsg9NPYLcRtgwCGiQekrWNBIO5yc9z1AXg\nZpwaJfo0GansfurfTDyX7EvyQXD85N6f2wANRa+Gd7sziYG63aUUASbWMAgt\nzhhZmcpYygHEQZxNKcOd61Ncb4Mh9QESwx56WZbYcWJIhfVTleaNLI/nK7Df\n5I9NnuZAqNcyUAGjLjFBNHilbpC+NqiUkb26HsIY62OL9T0wJvs33KDj4z1a\niBKRs5n9boMKlSXRfJ99PfVpZbis3HQMkpfGt7dxBDxOP3zW9xc301zu6Len\n/c8rCM7iud34vEH9wpwlgq62Br+FGMb41+I1nL9ZpjBRZ7FOjS9e8LYxSB56\nWOXGmSxUEXt4hXs/2qhKbvsrUND6K1A0hO1fQguGFfL7ReKu/hMjMFj7n9tk\nMia3oGfnGFSQridy/RQQwkqPwSCtIs6BOjYate08v6zKdlK3JEwyyFmAgR7Y\nymFN\r\n=TpIM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC74WwJxLjdBKDj8HwmSGEunx5sUDnrcaAKhVqlq9chdgIhAKDCeTkpeti9Wk+NUVbHqCY6aAifr3hKc+h4wljgMWf6"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.4_1579622839386_0.8361888596323974"},"_hasShrinkwrap":false},"0.1.5":{"name":"use-places-autocomplete","version":"0.1.5","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^24.9.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.18","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.17.0","@typescript-eslint/parser":"^2.17.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.9.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","husky":"^4.2.0","jest":"^25.1.0","lint-staged":"^10.0.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.0","rollup":"^1.29.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.2.1","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^24.3.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"597f960ed7ff2ba8884b26569a8be7d0591b1048","_id":"use-places-autocomplete@0.1.5","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-0miif+/IlFthQZyoAxYTkFNxYwr/1ecC1Dhf0JRNZ+oLXGEKAo2y7cs9cQaMBpUHpt6xWCHYubSZM1PtIOpaTg==","shasum":"fe2b9bb77221766668c0f62eaaa699d28741e32e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.5.tgz","fileCount":7,"unpackedSize":34533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ8mFCRA9TVsSAnZWagAAA4AP/1H7ME0FoBUdISLqPqQv\nuVV8c4iDe7tIE5ieFR9y8oNDddzGGIjot+so+kVWXylnCb7OoMJ7DfeSL8AE\ndwvJdM/o1SvI+IEo/ItcHhuQJ6uPXKyxgTngB26RIvv+zdRbYv2W9ErjMZ37\nxnUSzzrhrHMXRU29c7P/CvhmUD7299i08CSNXybprf522d7j8Xk/48+oH67x\ny2yAG+Kjwzj8is9ZoL9OiI2qGFUX1NW1POizcx11q+FUmOp+e9bnLiLTz1x+\nPJor4TTWy/54+e7U+9QRdeohMXQlPYcqLca5juuYoajp2iCMP18r+MtnBJwZ\nhIsCx3EczFesiZr7TIyTzVOobvQGBqAoBlSGgj4ILrtXVeBiLHfq1SoRBOl3\n2R0SH92Y9ytIyZw7YGmfDPEEdhtnEJLV06BYc+QMgTXjmhNAWWV3NCCA/ay6\nrTn5SRgW88VWdgbpY1AxxcPs179x6rMEYx6mWR9IeK8SK3ag2M0oZhz0isiH\nY11DK9DzTzV0EwO+a8FXXAyfqD8Q570tRnQfGU5RXZfuGwyWqszHcLPTytWs\n4i7Cnla+RUn2fTlo2Vf7paVtpO4OAYLXJvmaoyfY5gtYsIL4rPU5XNPSn2MD\nZxTvH9lSOsvLNuisgS5vcydxl0RjWmyHjs384H9VaGCTbMCKhK9JHNKNd6Zu\n/Z2P\r\n=QbF1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZBp7sSzbcrzEK7UKY+ri4eaDsDj7cgdud/ER+2F9BeQIgahugFuSNrRXpgt6y63ocrmj0QFbJUVM1QPEYugzVq28="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.5_1579665797046_0.7667999611047425"},"_hasShrinkwrap":false},"0.1.7":{"name":"use-places-autocomplete","version":"0.1.7","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.3","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.18.0","@typescript-eslint/parser":"^2.18.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.0.0","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.5","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.1","rollup":"^1.30.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.5","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^25.0.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"27fc349b28d81f97a39da0e14995734b816f7aff","_id":"use-places-autocomplete@0.1.7","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-mxxm46yBlr5Ko6nMzyTDmQovn1Qr2Q6QX7zZZVBnhaT5HD8L/8kYwtgLkaOzsSohFU7sZvQYGqItKPCk3c9K2g==","shasum":"bd3c580f2a8d3f7e7946d554cdc413a41ac5a228","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.7.tgz","fileCount":7,"unpackedSize":34594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqHeCRA9TVsSAnZWagAAVtYP/1EM8hF52G7btjHv1F6f\nJRCWEInMDy0jlMOr/hyi7FZa+FCs7UYT7Z55X9Tx4DgiayWdD1zLqAafIM20\nhmOEroYb0Iy1MfyNWSHyLNzjT4SDWGGYj2tyzBFeIoXMxpoj9cSurzSppL6D\nMR9IF2/x509kJmm4HeRiVgRpyXzWj4jMcXO+Erm9FsbkGOwrrldD0uFJayLj\nzoCS9VBjnxjrLZ+OeDTQe0A7iM92hZ1rMdApUPKHhMDyeXW19g1+rN8/iulK\nkdqG+BIN1Yk1jAQ0MtWLpKmBj/csmlYBqQvdka16h2Jvva+1P0w3Uzg3rSUN\nKYFYl/VWaCJ+4KcEWhF8Mp7udq0rZwgxUihILhIseBOz2PYyKaGo6Q9G8IoH\n5cunPtVJFnWrxP0MTIQalnsUhYPts+wLZcamXl9q4jJgSlu5KtkEwJujwTqq\n8JW36EKpj/LQUdHM5cYQT8LGvtX5/VA7N1FyaThViOYIcyqkSl3p/kHFLfqo\nrSq8aFpdEueW1HWxrccyxm2ffxelPE40bVkFogc6BhI+jfQ5pl7X5XnKEMAl\nyyQq8jL1LkSB5XR57V4EJIijNlnQbStXLLBrRnHEfIyRdfbkzSooRHXsf4cm\nWVrz7DyKhmVNaRtFq/DxBk8eDHuKFxM/cGVrvYy10KE/2mPhgvZitfkGCPQS\n1ypr\r\n=Bs5T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEMAXUTBq3lYmTXPa568rC1djeWnt4lowlGbEm8sumTpAiEAqxiCWzMNurRPEt6v9t+M2wsj0fv1CEa0BjaEUSUCidU="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.7_1580376541864_0.41899557328464"},"_hasShrinkwrap":false},"0.1.8":{"name":"use-places-autocomplete","version":"0.1.8","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.18.0","@typescript-eslint/parser":"^2.18.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.1.0","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.3","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.1","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.5","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^25.1.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"b905b59fd3d4be9ccaf6e700314704c3d76c07ca","_id":"use-places-autocomplete@0.1.8","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-QaOJNrtqXcBGirxFGDl5UL19TkXtvpALBr3iUAur7ZLJAkT+P347xvOF5RztuUfc9fkbjaafoEvPsh7UQIqJsg==","shasum":"f6d47c153b30dc5c70e5521f7a05a2e5bf324cce","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.8.tgz","fileCount":7,"unpackedSize":34580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNA/CCRA9TVsSAnZWagAAk7YP/AvTl332a+KxaD6rUp2T\n61hmY0hNJ7wxUeGzBFdfbv8Cpkel8GHopUg1i0UUfcU8clTVz7OmcdX2xLzk\nAXcxLNWtGBxBDZX0BtZ3l6y0GInOWRi8zmOYNyyhjqM39I3B2xWLkzuzTkB9\nOKrpti0i+txa43qxZ3P8Scn61edJlxiKolCtBsWOQhJHlqdsKKjT1PG1ru5C\nPahoKTiEf/OULqWAmsqE9Pl5cQKPOeCnyqG02k/2wS80maudAJQD3kZidaOc\nuWFiHZdQBY3iz5ulKPjsRAYmwslcE7wlhZ6CkakSwqwoP88XalJmdGTwCH92\ni3m2lr3KgH0vtUdFelhbREo8K2tCG+J+bHFn+tYYGDCztsqSkmyK+gYgAS5o\nWZlCAtWczo7dC5kGIE4jbK3Ay8lmceVo/pJIaBqSlxRAAF9UzcqRglKWSuU7\n3VI7U9vcV9xn8IQTSiSL29OTiApvrJ0PJ4BQd0XZB8kGFHFo9llxY/eLdEs8\nanPIn2F3DPDb3d8BecSml3gajQFpPjqRL7ftoTC90bBKlEyDVmscpuy4lyu+\nYKrrqVUOc6i4FUxttEVSHQ8xwaZYKHxq/DXzUD77l6H7nCpjT4fJ+/quu12A\nKKnOdJyOFAMKgpB74wAnV89dj3bFgmwZ77ZvmU3Jd50RvfThNFETpd1VCdGx\nUiX4\r\n=aQ3p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6eTfN8FFN9Al58HYnVIVvmCqxitnp7Pg/MRjSbRqGXAiEAvka15/0M0u/pDsxx2viWtlVCyOFNwTS7x/OuYyCcyYA="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.8_1580470209583_0.01649414365694879"},"_hasShrinkwrap":false},"0.1.9":{"name":"use-places-autocomplete","version":"0.1.9","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.0","@rollup/plugin-url":"^4.0.1","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.18.0","@typescript-eslint/parser":"^2.18.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.1.0","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.1","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-filesize":"^6.2.1","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.5","rollup-plugin-serve":"^1.0.1","rollup-plugin-terser":"^5.2.0","stylelint":"^13.0.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^19.0.0","ts-jest":"^25.1.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"690a330732bae4e06ac81a24a3248d0085a2df87","_id":"use-places-autocomplete@0.1.9","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-FuooNfQ1fKBCsZUwkDT4E01L5P/y43j3K6Kb9Nn5leFYHOalDe/NA1GUQaQ03SEliWxHoFNN1iKygiM2C9/Sog==","shasum":"432c7c4a818c3490c596f5396f29b7ccee7a9149","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.1.9.tgz","fileCount":7,"unpackedSize":34580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNagqCRA9TVsSAnZWagAAiPkP/3QUDmJScABh8JG/4tXa\nsVUBUz8B9fTY8fGxKjMb6oGK8cIkiV3zhqyTrSY668TBZOKJlozFXak+XbBz\n8FNngKG3GbvmLrb/zkGIEA1GO2tQxrwyqDwU/yBccrCysQY7sV804H5z26aa\nPh/CfL0PFNjpHsFfa8LAQGA2k+yrzJNS9P9Kzcw5kN3mDYWNE1iTme6lvAFg\nLxPdtFStEfFhLbOAAdrQ/OaQ7b81YPZj974xgGYwYeuc4xivYb4oCf+ZlGZ/\nNpewNt+7W3Vr2wC1yhOJC7d+JLZ8ZrwuvB6TetLWnq12zvvsYRZLFeazkQ/P\nzdkgq5mndrU435LXg35czqEN2j3fP1dQrVm5wiMTpNMOotNATZayoT95w0Mm\nd3hRGOO/OU9smDo9IRzMZusa2Db70CZrYy8Z+guGm4SBO5bh7OrUzQ+RNOYu\nVRw87WsT9jExUvMqNHs4SfBPY0FSgy/dzoi5Ebap04jpNuFoiAMWMRFWMMH7\nSDNBJsjHQ+Er19ti4bnWQ6/6Ra5o5sfkM20SKlKdAZ8OQz7mARFenfp31xUm\npV7t7pWpOeXxC+67owb9dQxdSwUvP2ihdnhPGMs+luzmnzkYlC+w+shQIwCQ\nJMzQnUZ77uY27Rg98nb6E+PZIuQoP/A+RJQsOdUQiaL4C9ZCGTB3pWoVpSc7\naULw\r\n=MeiF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvkq4lOXUIw1hqpWqSBXSILsd4rNycisVBHXg3T2UA1AIhAK1KUj+Y7z0d7tLUTNHKfOpKkCEdgxf/FyF8or4LyQ70"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.1.9_1580574761957_0.2661628831182521"},"_hasShrinkwrap":false},"0.5.0":{"name":"use-places-autocomplete","version":"0.5.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.0","@typescript-eslint/parser":"^2.19.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.1","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.1.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"dcb8e504d938edea7c7f0d6221305fdd406959e9","_id":"use-places-autocomplete@0.5.0","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-auElH/52LiVqt7ebY0cK2U/oLSgJrKpiYjEXmWdKkGn63bsf6aSzvANnBadRBZHcrwvKGI/SvNEc8t5otbYkKQ==","shasum":"9776e535fea9bf2b6c861bb268c40631d6759af7","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.0.tgz","fileCount":7,"unpackedSize":39850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeP/sTCRA9TVsSAnZWagAA5awP/RSgqQlP54LX7XRDEVXH\nMYJWkOsq7OGGZTYvGk0wmMA2S2vio27sFL2HRaMKryzZLWP/wRjIY+7Qu3wO\njf5RpF5CVZ26oMAG5u/skBOwg8fxA0GtkIST6hH7pgeHOc92DeEHRo+B1Vkn\nrf+OdJsU8U6NNg55RxfY06LzuLe7a+Dn0xYjBMOSn/qXB4HW7413Kb6NPLKr\nqL+1oVZezpdh5d2gUUzm0qdPuPrgL61hlW+/nPDhNblT2SC6a/4TGpyp3dRg\nayhQ138XngbgphCtysGFIRGtUdJHNWJXt18ZxKtcvC59m9U88x+VU1RkN6/4\nMRBXACo4nuliy5EVpJUwpC6M4AOLzKgGVD4cMcraaLmWRUZA7as8JiFDqyDX\nnzlS92NmnP5n6bwdwdMyMj5Nl7Xv6KQeTZQH/b5jdfDue75NNs1ONpFnkSlf\nynqA2QGTEKtB2SEZ1+iLmK108zQAC7/pD1BhsIYlPLZ4XwY4J1yxweQLMO/T\n0ZED+wMRmE2D2vQ3QTcYIVV/vx0gbZqmdn2u1SkwSU/RK3wBu31o2GmOtwM/\nOR7JOgvRtz5hWcsk7EcSK2ydDZ4U7QwGQ1DlhhUXBYohgbNy5u862w1UYM6N\nPqD/XeFtJmdVrsH/qFqeimAcOrb/NTZQL4lwRMw61yWssrmNZbXjZQO/yzrJ\n63XS\r\n=MihS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnb3DrZt/6/64ggZtMh8ROSkBf0Yta0qRBsRdy0OuDRAiAIKlV3Dzsk/iIglcF2m2OMGB1DjAL6gkfUeZwuSNdFVw=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.0_1581251346587_0.8230524145028817"},"_hasShrinkwrap":false},"0.5.1":{"name":"use-places-autocomplete","version":"0.5.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.0","@typescript-eslint/parser":"^2.19.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.1","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.1.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"262703746be3288bce12c64b07751123669824a4","_id":"use-places-autocomplete@0.5.1","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-ayIQ1PthDr+Wk1Z2Y5fILFiVk/hACqkkcCqeHVz9+nUe6DJDQQjBAy7PLeptjgcW96SJINserOJQrTE3I4RP2w==","shasum":"39bc37692f8fbb173f4344b8d680ef2c9f4df09e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.1.tgz","fileCount":7,"unpackedSize":39779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQMlsCRA9TVsSAnZWagAAIkcP/3qAPcju8Q+SnMEkxDVk\n84//VGTcFji4uX8w+FC8XicSzF5EO5UN1NKgycQ3h+skrs0vDR6YE4m2OxEf\nZinw+JdYE3szatedmZBNwelRDKsPrJLVogubEtG++os6yVTbDs3WyKYAnPbd\nOr60YBvjjlj7kFRyGeq4iab3xeaZRdTz/Qvmcx3/64I9TEr7F6Mom50ipUB/\nFswWz8Xe4at5F6G1WFrbG2oR8n28Ih75OmWiMPeMkt2OkTc/5rQ3gpC8BqVk\n8BUBqRQs9cjvbRQwoy4XG7RCyEH2w4FxMTlYFvR5c9IC3ZO6NRerwda+MhL1\n9g+WN0AW/m5gnXm5amdviXP9jccOxPFV/ZG8n1GKu+e6NSc8qx+tCor7eand\nfreF06FGzzVHjD+qYHRRcTAmYFL2AgbdFjahP+pwY8Ocl3CFZOIVEqn2B8gp\n21nKYvQxCF2PHNnzR688YMPu8kk6aW2nsq01DM3fBOzmumwG1VPSKNAFWWkA\nEwdoL27wv2uh0OJyn2FRR33/yJw2ezji9I1cRHqh6v33Xa/n3qPoV+hKJNjo\n89uzaDERUwPL9iBkjFakMHIOkM6owYox+vFzjaWY+05UBIeOSLnsH/G9gZGH\nUWdJfklsxJLQ1zE5AsRvfnv07XHMRcgBWtr86anyuKwsNvUQXSBrYVC3HN+O\nNiRm\r\n=D9Yp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHx9V7jngTn9Ej2tXMZZdRqq5WqD/5PEOKMnynPcsbpbAiEAsyd7hb7JhEj46CRCt0RjW35YZXkPJ69CqEA8IfA+lts="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.1_1581304171671_0.2921931044707833"},"_hasShrinkwrap":false},"0.5.2":{"name":"use-places-autocomplete","version":"0.5.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.0","@typescript-eslint/parser":"^2.19.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.1","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.1.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"871b388ea315d41703726f4c3e826457523fc83c","_id":"use-places-autocomplete@0.5.2","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-alhGmc3ulibVLXlBk4HkvSg6RDAK55mP6M0HbLy0xfYxPc4pBNqvEf3WR7BgR8Xq7YjCk8pt0W2Bza8KrzFysQ==","shasum":"fc838d2e42758aa5841c70655ab625adad92ad80","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.2.tgz","fileCount":7,"unpackedSize":39780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQQfrCRA9TVsSAnZWagAACjQP/jDsAoD+jvkGu9OFhebY\nnD0v6x3RUqB8v68VMhPmeIk2GyoEZzI7gWnCnooxl+NvdJn5nM4qzE8LEwy6\nJjhoEctxLBXkvPf9ViFmt6UbqWrukBnNj5Z2Lx5UwUjYKeR5GjXhmvVM+B3a\nHNdUvYh0qvWVlgnNCrg/QxWQMj99GaRFC8jFY0rBpRVlkYcLOH26Kn3BXrun\nUXLbkSNvf+bucCvi0iXdGvCgJXx4etRbQ8RgF6s5Krq/k2pT/uFt9cJtsKZX\nNUvaXQ0OB91h+erMGe8GkglymlptZLzts/VvM/oYiGNDgv25gOKYG7eShdo2\nhwe8b0RR6Fy3/KmAZmFQfvfdCqNnJ8Cm+7WSthrN0P7jLmaWNiRcsO4KAQk+\npg7OERIyGCa286UKSdQjs9u/bS1PMGh3sR8Sovy8QYoWjBEvJBQsQQa63kQ5\nHvZUCXarKXVCYjWKA4xPI37f9yEEHM3r8BwKzUWxz3tNnGBDRhBh/uNWbsSQ\n0VjhFfev+LrE7R5YGSvXjYd1WjYLl7slWC40iJ+mF/sb+F2CGWDSk4eC2bh6\nVVXfprD3qqU5pu1X/edVSiXAKVIT9mbADT7qimcqGS0Q9NH9m5rOJd5Ogj6m\nMC6V2XLiZNQvp8TOWxFyuGTlseeyP5Aga/LwJU+nOqfe/lwHqTYTtlEN/zD9\nZ3cc\r\n=N16K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDyO80yc10+n48NJ2ZLjrJ4fs4ipbZjnEm3PQO8cGd57AiBiNVpWfvcS4Bxv7G5hAUuOxJP+jGwaCP/S1MtMLwCA+Q=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.2_1581320170805_0.7982659798190308"},"_hasShrinkwrap":false},"0.5.3":{"name":"use-places-autocomplete","version":"0.5.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.2","@typescript-eslint/parser":"^2.19.2","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.2","husky":"^4.2.1","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.1.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"078fae858cbd1e9de97185d2e7f832d2d0d3ae8e","_id":"use-places-autocomplete@0.5.3","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-5ch6Ppvc1vh4QaW2sPnG75j2FRUxSLMoTTRRZPOeGS0PBZiUMYYcVxyUCrN0gYsHUB9U7ta6Yh27F/z8WZh0eQ==","shasum":"e76727a64f15e4c7cd4f90a0cbee2f60e26c32a1","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.3.tgz","fileCount":7,"unpackedSize":39781,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQnjeCRA9TVsSAnZWagAAECQP/R6equxMI5Gx5muaNH6X\n97Yu7SBwU7g94bKwTAqyfRPACvn8XF4NBl0rwJPOxb43wOR4ugyhUh8l6U/4\nnEK9KzS1Hu+iw49bKHWYGtvqS5TH3NUdoFoEE8Js6ktBt0AqkUfV07Uekw4p\nSDPCgrz8brkt7xEKVZgXLPJlKNxkNYm4O0/muJv0dAbIkZLUq0O72Gr7fAV4\nR6UHw9UuDgaH8Be/AmCg7nzkxsFA/LngqZumszZDQAntP5n5/toDxjuFU0Fm\n8ex2rwqygF1y4QJRGDdb+qTKYBH9c4gKqDtTfrBj3Ghaa+rIXdrY/spTPZRg\nVTPgVd77ReZFGWz9NSCEeZdY4uvcwJWTPtWj3lcElNK//IWHh3cCZigRrypg\nk4VZOm29gycR5a1Ou0qNMfJ8f5yuP42Xay3BxdcCGih2xKklsK8a+Ab7f3PC\nZsnnjXYpGE2ou2L5febKGfK6bXjJNoDW81z4ebVx1kY/t7bNYm/lUVdvtt6M\n2EYNuLMHDdg6zC9uuwtjmDQT5kPsTf9Oe8d0y/ZDYzmvhupuuIZcvh70QxiM\nwrsGui4esy8QPEv3+0pchauQlkIY2lf7LnO6fIeue/6uFnh6lb+A7uj787Co\njcNK7nZ2HuFxwvGxDARfisZQTPebLJrSNDUNAIelg8BMabb1mzdPRrhpopqH\nzSMl\r\n=pwqE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUwC7RE0Zis3tVhYQR8XqcA6XmTtWdLlcbHRi3uffbJQIgGqv0jUuC7eu5Ppi9AIo0fyMaj+4ToNRARmX4z/ITvLM="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.3_1581414622120_0.42503099226937957"},"_hasShrinkwrap":false},"0.5.4":{"name":"use-places-autocomplete","version":"0.5.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.2","@typescript-eslint/parser":"^2.19.2","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.0.6","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.1.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"1bbde1d3eefde8322a0ed8e87a2ff668e7c659b0","_id":"use-places-autocomplete@0.5.4","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-RZvjzpI3JZCFeextVzkW1BwPZI/iQwnrNMn7hXcvsQlOg3VJDcFEdJTT8OaEjDoMltop20sMgMi+5kafzLNRzA==","shasum":"41aaf4c4932c52b52efcac994564d3771d00a8d3","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.4.tgz","fileCount":7,"unpackedSize":40040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRR4ACRA9TVsSAnZWagAAgKsP/1pWhr4bDpVN9SRz8j0i\n0UBaqQR3+8FPRb1yYTQ2vYVJOMuvJBo2ejTtOblQz4f9PaTZwkZBVOOaN57L\nN7vecZ80KTmtaZ5JSOeQmi6zBFQRMVhj6kC+kuMf2CCBp3FRIZ8Unaof35BG\naZpDe6E9hascpsDmzVEsCW3+755hwQznUU8zxchNojzzt60ysYLLBy1ZsAhf\nhrZUhBnB7DGQYay2lA2C+QMnR5mWw10EcspuUbAFblX/fo56HMhBHoTpcB/e\nZZJkhUahbR73aFLBkWilRG6dT/8k3sU1GSVtz4LKTwVA5i/H2rLtGH3b9hOB\nNb33vzRcd4gEBLki2oPIkDTR0/T6MXcTkQNX/b1t3lsW3/4lwgP9ui0ft98C\nBqu2e11zOzScZRonGY+u24uWRUZ3AyhdKgavsjDxSz/kIeqlnnFS+MKxzV58\n+/xwVS7suyAhFeCX5QBNCt4DbfKsINWYiB5hfovFjcKLrKO+N2HCWps08Kmb\nZgnN+N3YnAVQln8TFBmTWJ4iHofArGYfKo7+0Ns+t59SPCia0kkUuCDZ1WPW\ncXOU+cezxcR1T+8QWKIpfu7CbzovucPJJldo34xlR0naaeU9jEqIJ5zFtToP\nTOJAgcscbJVjlxwrY9hEA63GgU3PsimeZlbo/F7HOVKAZkQ3AdWFfXefe1c+\n55Q0\r\n=b5Ld\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGUv8cP7SqtSM/iUZ8mfDnSHgT5h4Lz9DqV6SnrSu1uoAiEA2e7kAkGuE9+YKEJ6SSXFYM5XGauUhjJSi2LWxZPhq00="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.4_1581587967600_0.32082896540516925"},"_hasShrinkwrap":false},"0.5.5":{"name":"use-places-autocomplete","version":"0.5.5","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:cov":"yarn clean:cov && yarn test --coverage","test:watch":"yarn test --watch","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf src/.dev","clean:demo":"rimraf demo","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["demo","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["demo/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/usePlacesAutocomplete/*.(ts|tsx)","!src/usePlacesAutocomplete/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.19","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.19.2","@typescript-eslint/parser":"^2.19.2","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.1.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"ed614752abdd0ef4e58daffc9ab6bbf9b53dd386","_id":"use-places-autocomplete@0.5.5","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-njCwoxmzcRTdxL4zB8C/1f5HDaFvvfBMwRQXqOisVr9b3w3uLH8lwMEr0Yd4l6c8cN6gwJwyOd10wwJb686ztw==","shasum":"e777b915fa7b3d0aad57c03903bcd7e281322076","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.5.tgz","fileCount":7,"unpackedSize":40114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSEJWCRA9TVsSAnZWagAAgBAP/RrigWMJmTePnvQ/u+TR\nXKymEfcKln/uqLe5/hsdnp9GCmJlXIUPJsccVcJzBx48TB3dGD+emUJGiCQS\n3FyR7zbXR1TSkN8QIchw1/EQ1n0yL4lTJQXjVetxfgt5/S8YBC8M8cR5eEEu\nbWYdZHKqPMfkCpzQDt22njNTN9k2Q9fvNnx6E2tZT2BDVfWUUE80QHKLYvyb\nWeXRe1kvz/kKPYiW5dWQYo6rnmlF6mklDl7fgDfcLwhCK4QeMexjZJCXoBQ2\nwgodctwJ6FTib3jmIX7On9BaSSOzLai95JSChtRyNLUJeiHFXm6VoI+Ize2o\n8Ogg9KcWeBIq9TjHCEiXYGLCpVM7epcAfYshX9qZSKF2MSuXDj35nGstEy6Z\nnM4yjw1hpCV6wCbPHwFgQ5OIDxbjpebjhLapeuyus0/CXWHhesZ+rlCqz+6U\nstX2cUDn80Jl3tncsp0VqKGhvsdyTkE/hGMzKQO7kt5T/Rc61Tt4LFVm/h0i\nNIRuzQGravcBOSn6u1f7kae1SAMbx4nvee4avUbrODq77r7gR2hRwfmd2JZe\njseUPa/9h4BSZi4pN9HU3FdE0pNLM25xFUlEGuI2fLrX6gXb0I95f9cIRwuZ\nuwduLvY8Nrc8zUU1lMOoihzH7PvUzQq3OSVoQ7z/qLdpBurp7MjlgOYqwtJ3\npmh4\r\n=+uKF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw16PWwFoN6ogVBTkyuIcRmzE7vRJta5TppxYMqKDLRAIgN1S6T5qIzLV0JCSRk85NCCcqzo878Cpk7XXOzoQj9Gc="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.5_1581793878468_0.9849753086869599"},"_hasShrinkwrap":false},"0.5.6":{"name":"use-places-autocomplete","version":"0.5.6","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"plugins":["@typescript-eslint","prettier","emotion","testing-library"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.2","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.20","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.20.0","@typescript-eslint/parser":"^2.20.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.2.0","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","ts-jest":"^25.2.0","typescript":"^3.7.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"89755a2cc9ee984b233c34cef69346dd824c05ae","_id":"use-places-autocomplete@0.5.6","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-bMF876Mbjot9almSG7xETwtksXbKFTwU6DBvc7hZvzRXPqkAEkyll4q28zsAJDBT1Lm/RUpbqkZgCN83YYxxkA==","shasum":"e43f30e7cd74e258efa48fe839d22b611bef7a60","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-0.5.6.tgz","fileCount":7,"unpackedSize":40234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS2eaCRA9TVsSAnZWagAAyT4P/07GCkCULFeZ81eNiDOD\nHDu/bm8fNCdz2kvSw1NQ//Wq2INcVf89shxb7pVbDseU9UXLte8u2TYlsxw7\n5GcVYToehIw9APUo6auRHP/JBWh+jqmI6dvyJ3mAr8LTRx15zDrMslx7xok4\ne7FK9MNlckXan/Pzx09mmc+wERxnb4OjuqRzMKU6Wctm2JaDIbLNyl74Ml54\nk32hG38m62Dznktd3LVPMR1XpL3yawEJlUHFxY+SbQvyXyu7+753MNschw/9\nx3EESYbdiRMynJgE2ttiv1ieZ7+gL4E3UmykIZd2OBHdc+MfNe1Z+/ZchURP\nahnOUOvrroqJMmLEIOkqmQuEmb63ZPKDliVpA5psn+a7m1sIvERY7evs6B4h\ndazD4qH8Io7pvtDpJI8lZE13lgm0YMeEp0vFLezYYBy7ycvedhaSe2XV7Ldd\n9/L5edP2Tqjzfj4sZgz+DGB2N91GPdYdnBuHuuiL0//YCkGeTN2TPlKjEkcK\nvfqfyWknJmbaetmX3lt6RMmmSy2+iX52JNS+CVNlGEg2NINVc5vf5sKCySgN\nLCOz3zA8y2Y1plAcNmScAJr6jrphSOD4ojGGHeCLLiZCBt9E1oVWJS6z2Q2X\nTFLMY9awMmOp5Ou5Ng1oxygEUJXqDHw2uClcLg/817UtMMuQ3N1+FdN+fYB3\n1y76\r\n=xmOO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDONr8HNYn+LM5g7sInkKySn52r+OBN7lgvJUV7P4R/6QIhAIM3HXiNFgV21WSVsK/q9vRNrWkr1o2kuneb+iSXcFw6"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_0.5.6_1582000025673_0.3809584791681262"},"_hasShrinkwrap":false},"1.0.0":{"name":"use-places-autocomplete","version":"1.0.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.4","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.4","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.27","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.0","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.2","@types/jest":"^25.1.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.21","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.20.0","@typescript-eslint/parser":"^2.20.0","babel-plugin-emotion":"^10.0.27","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.12.0","react-cool-onclickoutside":"^1.2.2","react-dom":"^16.12.0","react-test-renderer":"^16.12.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.6","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"60eb26eafc432a2ab2b980f593873948404bce44","_id":"use-places-autocomplete@1.0.0","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-V0EFDCDIuBv/2NfLW1HUOK4vz1CUugGbnOMdyhPyNwZNP1x4ue4FojTZtKVkDTZpyLJEngPEzpdYt/3ea7Fo7Q==","shasum":"b1442e1f7495afd47d8336047dd32da94e575c70","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.0.tgz","fileCount":7,"unpackedSize":40361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUBvCCRA9TVsSAnZWagAApr4P/1foPrNe5VIw+4azHSh/\n6OhAyj0sEQiZGbnCNI/H7FPfTMnPNylQyT5bq8siRK+VPh9ZjXQln4EyZCtA\npKRgzPfGNVgOIOj+Wl8LIBW/qegcYM5vFYgM/C3yz2D1OI51f/R461r1aQPU\nu8gOG4Ss2tSiUFV/Sfj2fzefntK5eIb3dZAu3a/+Cq3W11mpu67L58ORBjaL\nIAu7vWFqf9BhcgVpwO42+8ls7GFGnHOAzjMFatohmAcPlJ5ERrJqtoU6lORT\nLDMzhLkjF3xdvNZzj069fozpbfm3E1ZX328Zh3UJC2xw8tOhjPo2ddh+dYyz\nmb7bQHaT54B2v0/HMLVFIdcgoRN5xHic0R+zNZhZweKQ7QiufiiED+o+H1ls\nywlSY1Npd/q/uJwzM+1tYDKx7w9ELh8L9nv9YFLrVLFp4aZtiuz/mCFj/7BW\nvV87/gxw/1cJiSkCIAeP2LcVcRSdB4DRTsEKCLLFwUKgP/XnbUJQTxVNxraC\ndCRAITMr8yzARCM1HecovCHd0iGfPeEda+obr82evobwKtnCKcAN3UMRZlXR\nUz3y89ti6pPAxO/7NISEd3winMHJjTRI4lbw/6dKiQJDuj9JW/kTLVUSBK4P\nc+SgjhEVeBMwtWVGYSm0QWOuh27Tcw6caAqQc/1mvZKcZHouFwXNHvTul6+a\nooRY\r\n=LDml\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFuZNp2f4Xh2NSRtwvuItafIvrQqwbKSJts5cqRFRyCJAiBz0GgnqaIQWkwNcZgjG0QlwBat2WCMiQkxS7DPCVJlJw=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.0_1582308290034_0.8209580542633479"},"_hasShrinkwrap":false},"1.0.1":{"name":"use-places-autocomplete","version":"1.0.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.6","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.6","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.1","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.1.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.23","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.21.0","@typescript-eslint/parser":"^2.21.0","babel-plugin-emotion":"^10.0.28","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.8","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.13.0","react-cool-onclickoutside":"^1.3.0","react-dom":"^16.13.0","react-test-renderer":"^16.13.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.1.1","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"cc2ee0098501c4331035cdda1d65678e4ff00d84","_id":"use-places-autocomplete@1.0.1","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-mNhdhveeWDJ+7ZoM52kqyEk5hg7d8ZY93ApaNt1Z9KtADgYFxmXnWQm8sXiMQH2q0XfYL54dLQDpQBmK2a1xgA==","shasum":"017b9bee97a7df3e6588aee225d1acf9304fd5c8","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.1.tgz","fileCount":7,"unpackedSize":40365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWKD6CRA9TVsSAnZWagAAKKwP/Atdvx3WkA64zrYMocfg\nTqa0xlpLjI/Dc8ypy6g2V2c7kMsj6HPw8wmIdW9k0P9c5tA64sf5p/bq7MyC\nJHvBD2GS522iK2rjvdB9cTayApAAf7eo4cgkVvkrcLTBHSG4RJXLoOApfdYE\nt93L0LEAZiGvaDRSppGm33eWyQ6SEkRkEHkoGqtlBx725XTx+zvjKdhvJwX4\nIS+/iUlb6cklybNu2IOvLBiixmIjFfnYzg4hYA+qWPZV/I+wmjMnlqdrrE2a\n5Z8oaxLAVrZ8zD861xoT8TkUVjsnejllWXDBXybIjZSNY3+igORG6kfzWp0j\nbSMR5rlCaJBKG7qr7h6l/D4BcgCeZcEEi9e8NnMbBPg1FPSZTZls8HUT6EPM\n9GxX8vKvVwlzAeuLqWqGXkSJi02BBAGx0P5profzuZswyURh2lVnTtyKA/Ih\nC0iGjmw1KxNDCci5eLgQ6CtsiSehsCZfsOIdXEQcf7ZjdLARaECtQFRX3V/E\n4NJsXnDlIOOOOjTeNbk1xlmcTJdtwPeuOnLKe/z7+cEMkcOMHJky7+N2TuBD\nGE0d48SnXn331WKrwRkr5tvCrU9K5NwjpwST9klwBDFZZadFrBuYfFviPvFO\nhmocIgxkPqVphnKFCbYwQ0/4oJY/l79n6Ctg15EDWHZ28mJZFUEhqcAllF7M\nQnB5\r\n=4Yxh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzxMHLufFFyX9yDz3MnDqdkdnlIDVFM9DQORZN9xjbdAIhAKo+hwXYXRthxK0D1Lf747cSZ1TkSTAV2Uis7pwXUbyY"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.1_1582866681332_0.9912572321553681"},"_hasShrinkwrap":false},"1.0.2":{"name":"use-places-autocomplete","version":"1.0.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.6","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.6","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^9.4.1","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.1.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.23","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.21.0","@typescript-eslint/parser":"^2.21.0","babel-plugin-emotion":"^10.0.28","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.8","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.13.0","react-cool-onclickoutside":"^1.3.0","react-dom":"^16.13.0","react-test-renderer":"^16.13.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.1.1","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d49fb31248fbec67cf32c0a9142e40fa60a57e1d","_id":"use-places-autocomplete@1.0.2","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Ra9QL27p5eGs8m4GFyrokiOm5fZ1soscfefn/VZZZqg/D1jk51YTuUBOmTlAHdkmeMQVJ/McaODyLmTv/2FYdw==","shasum":"a005ea862de1358544e7fa69dcd2a6b3da8f5a3d","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.2.tgz","fileCount":7,"unpackedSize":40338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWKUeCRA9TVsSAnZWagAA//gP+wepY6SDWeE/PdxTgB3G\nOtytWyiTOgEPYyMX89LiX8ETHfh2c5hiN05gPap+lQ75rsFCuQpqDA8Icwmv\nMwEojcce5lTMxbnruTlVy19PoABBNNOq2Zs7xgOuh3lN6+9ySf/kHk0mK8lk\n0cAm4jgtlQr2wrqulzFsushM6qQOzebRwTEopNfRQY7wWZyuXxdDzHPRftTA\naMlOFbT2outmxC+qVeo23c/mjXzvMoEdSet+P82iLp21Qlm1jR0RJYRIK995\neIe79pS1s4md33jMdsaDBAI4JGIImHCQHzvG0O9HmYOhpEY8+t/WGIUajuS8\n6yyMpimdRFSWOMB46NtOc5f8eUfSEYfOdpJDG3qtU1P7U+5BcTVhwjh5vWBF\niwPC+cGk0k9AwK69DPqXgp0Cd593jP8PuW01/O/WyWCRWL0/1Kq3jXK9HxNy\niBkZ7uYKYQvCTQSlnkt+Y4dQ6MpLD3rR+i/JVt4eky7tRPD0FkwinOGi4hUe\nkOyMOZnwyClePfw5TeT0V5HHCYtp3gDu3lO/WKBksRh8SsyBS/KHar3ul1FS\nZj135dlKSpWnYsNgUS8bvzJESzKJDSz11VsZ++B/37lYyRxFkwxSDfAbagKl\nfZbFDuPe05eiqxOr+rsa7NOIVx+HfdDTc391w/p7WhwnbovvThkT49BY+GgM\ngBbE\r\n=YJQ8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2e2QhsIo4E+kTZkT8R4klZeTIsrpYSmIZqbZJBVWxPAiAxl8q//iDKEceLu6FzzUKiboLCyapOMYAw4R39kTZhVw=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.2_1582867742046_0.812134726350759"},"_hasShrinkwrap":false},"1.0.3":{"name":"use-places-autocomplete","version":"1.0.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.8.6","@babel/plugin-proposal-object-rest-spread":"^7.8.3","@babel/preset-env":"^7.8.6","@babel/preset-react":"^7.8.3","@babel/preset-typescript":"^7.8.3","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.1","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.1.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.23","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.21.0","@typescript-eslint/parser":"^2.21.0","babel-plugin-emotion":"^10.0.28","coveralls":"^3.0.9","eslint":"^6.1.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.14.3","eslint-plugin-react-hooks":"^2.3.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.8","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.13.0","react-cool-onclickoutside":"^1.3.0","react-dom":"^16.13.0","react-test-renderer":"^16.13.0","rimraf":"^3.0.2","rollup":"^1.31.1","rollup-plugin-babel":"^4.3.3","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.0.4","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.1.1","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.2.0","stylelint":"^13.2.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"7c4d5fc3ceb3d28d747e5458694870f6c00a127f","_id":"use-places-autocomplete@1.0.3","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-RZ20bh3toUdZdGplHGVyRjGyQgfVM11A3pnZMaVhVjhhpMNh4FvCphR65hhwEZ55BXHOrUc59fL3C+Qjj500DA==","shasum":"188fbf3fa644c90edd69bf2899dc7c0026e36ce1","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.3.tgz","fileCount":7,"unpackedSize":40261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedcuaCRA9TVsSAnZWagAAFE4P/ivzdAv/VOAVtKCfMSOX\nEiWQ7l+Kqc6wv6xgzfmNQvrco7rO77PlWCKekB6s7LexVewxRvRXbJzLx6LF\n7ElcJ/KroDzHVg5vyzWvaUGfJCzjzNjhGaGtyrqHabjy5eKEOMdAxZ59fbs2\nB06xTTCUbeROvSpgYWKf6uE0+Z47q84PVFQ29/YoLa+UIjezJ6j1W9sWNRe+\nMWjlYzOCM8J5HMyJewQ5AdVTRT8PD2mr55+qOV7PBeJfUlbvxWff4Hfw0hTq\nKf0+iKT4euMemkE+yPmcKpzNg+cfUsFD+C/S5fZspRiTuImG4bNTthE9OQkx\nlxJY63HVtWXtedlVYmiOrHD+2MLZ2v3V8AKNCMWeWZSKQDTHoklxxEoHcL+T\nn7TyHr7dTXEdMkXlhsHyemFPOhzBVivp3XNr0xVdM6p4OQzIzKkbuNpacyWW\nMbn/jb5Tcib1zEyratL/YOy5gNoQXiwFrqHhTcAPJyAIL+iB4PLKoU8iHYe+\ndkky+RzBCDYMBX8Dl6NONjHMpGlqs257NKOhGNiTBmrn955apZPowG5KEICE\nUn2n1QLF7CRmFpXM1J4hkW/SBEZlamIfN4pwRIuVEbXySaw+Qm/WIUKvJHJp\n6gKbuJV9EoW+FubEdo/4C2d4DTVS8R2uAR/FS6o08QL9D04LehHyGv8cKA5o\nB1rN\r\n=uSBe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0fh4j9WzifCDUsMple0Zb5+fCthIRNGYiSPN+3kqmYAIgWfccdlwFCoZKt6IavPQUKPO5MtK/5uyTV8dE6sJ9foQ="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.3_1584778138319_0.1255616149939991"},"_hasShrinkwrap":false},"1.0.4":{"name":"use-places-autocomplete","version":"1.0.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.1","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.1","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.1.4","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.25","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.24.0","@typescript-eslint/parser":"^2.24.0","babel-plugin-emotion":"^10.0.29","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^2.2.3","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.8","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^1.19.1","react":"^16.13.1","react-cool-onclickoutside":"^1.3.2","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.1.0","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.2.1","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"e75d5d8feedaa3d891a8d583de13fdcdba9def3e","_id":"use-places-autocomplete@1.0.4","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-5ZzgWlZ7JkkDr2CvGqO8MO/oNgPHWnFwhgCRN462MaP4RVZd2m2IQTtBxge52/wE7rIAjmMLhMcZrSbWvNqaoQ==","shasum":"ad26d884343afd980008dbd6b070b3df4a9016d2","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.4.tgz","fileCount":7,"unpackedSize":41191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedjWjCRA9TVsSAnZWagAAi6sQAKHR88O+EJX+d9Bt2xce\nYX6TBIqoCMNMAeU5Lr7pdsrAkN/sK/mikK0brLx0eMMP0Shbp/WQB9uQq6rY\ng2epK1f6YGZCmV9IcbYzOvlB83yOgxKCo4FXJhYOwdhiAE6e+dUry1jCO0N4\nuP2AkCv1wG6+Sc2ezlkO6mJyRH+BZhHUZDsxvVgp+7wuySTNN2GdoWV74Clx\n8d6falAtqa1Zv2fAhoXwpkDs/ZHBFEyYv0GS97PWFcDmwyzYENv3Ug/eQbfK\nhUuLyfILBR34792ODAytcrn1X71Q5qQS7rxrV2IOIo6HliJ5VT36fhO5ezlK\nVxfxUOXwQQ5rKjZmP4V4jjyzHnP1XD3nlnT8CbzLinw6Qizvf/VdZuh4M2X2\nI6s4FQApgOt3Pc6KdDK7wWy+V7XnqAxNW0kOPLQ+/Gwm171n0X8flZxYM73g\nfFx8aCUjbO6YMkO89YmgJYhRYEcSXBqTjHczVuZXvfJrI0IqMmK2j83fiTNx\nqcP+yYVTrtV5fbXpUpIyPE7IkootN42ypfqaWHgw5MaJfI/jOLIDHPUwWIek\nxpq+WEwNtXHzstiuVz2fGUE88dWIdsM1MN21+eX/4LqxGDKVqf2SeN6LZWzJ\nBw2mMIjywY7TjqN5x4+EnooUnpMDA8dgV43y8ZuqanF1oYW9Fiifrcgr1S+Q\n+VLN\r\n=ix4d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnMJXGofmUNjoQrG1MsKGVzb1wenPXsfXKvopklxYpVQIgTf/ll80jk8BSmQsvI2dXWFeP4zfltp1x1uY6SrdyBIo="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.4_1584805283049_0.46162514465843385"},"_hasShrinkwrap":false},"1.0.5":{"name":"use-places-autocomplete","version":"1.0.5","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.1","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.1","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.1.4","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.25","@types/react-dom":"^16.9.5","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.24.0","@typescript-eslint/parser":"^2.24.0","babel-plugin-emotion":"^10.0.29","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.0","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.0","husky":"^4.2.3","jest":"^25.1.0","lint-staged":"^10.0.8","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.1","react":"^16.13.1","react-cool-onclickoutside":"^1.3.2","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.1.0","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.2.1","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.2.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"abf399e950ec1f518ca97fb9c9fbb97099c2320d","_id":"use-places-autocomplete@1.0.5","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-dpTVnF4xzloKdrS6SOBOAZSlPiTDFs61tJEWqn9lBpUvy0fnvgdbVG6OpL9vl4CruGx03U5NuUum4RjqBx+lqg==","shasum":"9726ae332e7ba0ecd04be7d926d4122b5fdd7e51","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.5.tgz","fileCount":7,"unpackedSize":41234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh4bsCRA9TVsSAnZWagAAWkoP/AklQeC4hbKFqmS6mmJe\n1L1l/o94+BGmJGkfMjbSNFigrYTp3f/O5HosoByhb9zQPHduS6fj9fafDfiX\nfyOv/0DAfrPuMAKlO1U3YEpWa929dvU5AUT+AdgICaZ8+K8W9IlFEZ9T8zwR\nv/ndjg4EVv7+yr7V3GcqIQlmCTC27AF3HB8WmdXF9cPx6tpj+mfpUOGeNYc3\n9VhHunOAuAY5o7HMVS/4yUuxK+QHcHcVB0nJaD61Sj2vn2l+edM5uM8/WaJk\nFsEb2W8LmbWLSSMp+ajGxlEJtPC9Ci2d6PGuXDUOSKjmXHd27bLtqVSQ1QYz\n3mzwaTL5n0/F5t0I+wRWv4lLkRfiainHy5JXxNoQ5/g/VEgw7iPzepX0Qe7H\neHrHNqDshyPK0/aoXmqsrifX8J++W7CBU5rxfZtSEkbNM6b4+FR7M6MJ/Qpm\n8lzEfUQIS4Tj0n5/rnW6M6NZLWRhBYFt29PtSCU3Ln222u6zdRoJNY9k6hT3\nWFoa+C592F3k8QFUb5i7HK3UPErj5wlYLohSp/0ZDv5MDW1lcKuInrPIDDfy\nbh4JD1+3qMUrT7Y/WUeUQi8gm9xpzHAOnpnpgTH6BFGoG8uj797Zth3xGevq\nRsRVdReTQZDHjjglsgM6DFKYpwIUG7QNEgZlQ7JP+/xgEW4nHjfW6JQxU/BU\nOrbf\r\n=K+L9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHbXoM6X7j91M4ky6GWP2ryodwA1uQGcxbFKwKSEXecAIgTZ99Vnqg1CjVw3qRigZc9sHa4x16eX6g8ZzNY9soxgs="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.5_1585940203760_0.2865376177247616"},"_hasShrinkwrap":false},"1.0.6":{"name":"use-places-autocomplete","version":"1.0.6","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"^1.3.5","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"f9decd4c691b65894625d13947dbdd480a897c2d","_id":"use-places-autocomplete@1.0.6","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-F4bivuKI3e87PJDwyEWRLJ/PGhe2zOIq1lbfLTF+PCYueJGmaSN+aAg3Xc1YCbXEN1hWkyGu6lycRGvIzwiX0g==","shasum":"9ee8be367f69de856d57ebab4d56cc46f9aaf6a2","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.6.tgz","fileCount":7,"unpackedSize":41151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekFADCRA9TVsSAnZWagAAUrUQAJZm+ixcpPY79zWZhLkd\n+kdq837AP4dm7sfdt74WdLroBpjRtepJvyFHGjFc4hT2vzIEz7xrQzfUn/uo\niq6mUBuzpASQ+fftmUDdG9M/7HRgu2uV7TG6vHtclXJYtqBVKycgEL/cmLIQ\nnfipt39uEyCAi0emIPkCiM8XmZIRQf6xLgxSpJ75JqxlIQ5UWcQXjSuXIFTb\niRtPjNeTQC37zGJQhrk6IBDrGWOjdfb1bjYeF4XH3Kw5yvNB7kWEoH5p19mT\nMmkdx0mSsB/ldOjPr3DTLyZPcmCsb33HFxOa7zrD+mtVSeKu7G3moVr0wYAQ\nHYW14xukIW9hSCVVc1fao27WI0s/zCrVpzGMme/BOAG/jccAchdZnTmm3G4e\n/fW2leJiKa11e0nExMvFizbLEbQbTBT16cZTyqbHoovdV2RumFLMmb1TgtXs\nYHBTqXScFG4uVkEBa4fCEHDJbq3u04/tMj86/D+sp8j3tw8/eQ5K0wu+LOk4\nGdY/vo0s1nKq+fZNoXjwzS7lAurzeoYrWqq2ngyid/hay4fy9E6A1BIPkz0q\nHJKLVYExJHJAbLK22xsnj7Po7puGh23tRN9YYg1ps+MINKo7iyidZBJReLJv\nmCe99aLBKTU93Zw5KSE7bxwzwxh/ciSvv9zuuOIz35x038e82vYnhay9Ebda\nTIPn\r\n=YAG8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOj4wliLnaWNui5eyJyYTZAEF/rd4n3yyQVXrr8cKFNAiAlndJAlsn6ikQ8qerFLDV1Qd+RRKmyic0e3U1m93LNfw=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.6_1586515971343_0.20475014470872055"},"_hasShrinkwrap":false},"1.0.7":{"name":"use-places-autocomplete","version":"1.0.7","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"0f736350a17baa7dfc164512bd2451c4995ccd13","_id":"use-places-autocomplete@1.0.7","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-p8Y+TyByZyErPYhLdnqruVtpJbtfTwNLs3JBtr4xswXM0zIFGzuwSs5A/9RjQQbqGf1RLb9bKXRW5honjzlXyg==","shasum":"d53cdafe02857feb4c232335896242baa0cbbe99","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.0.7.tgz","fileCount":7,"unpackedSize":41382,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekXHXCRA9TVsSAnZWagAAcFoP/iXS2KzdGiA8qA/ZJnQb\nALU7xr+O5inACqDLiT0piAujKdXJH30j/oQna7g1jOgX+UT9kZIKMRZPWzb0\nOUoz2quUSTxVnE+qtfHW1tiqor6Fp+6hX86dOj/fb0ZEkzo5KlLdUCN46Wwr\nJp6Bc3sJFvUWtOPlcIW8WAtmXAHPWWCsdBsoYu8B5BZeG+llWxc94RIjli9j\nPjQWp9CxiGenfQF45FkJ+jiO9x8qadhxwmCiiLyWtNrxk5lJfeGFpQfJr42X\nzrYR2KjqOZ12w0Kp1T8GZ3L7FsMstu1QIGTsNnlkZF8TtTVV1g0hkAsTSsmS\n3qEhxTIpfU17BDDBarODc6Xy1Is++dGzuUQg51HA4wtQEWNgp626Ld4hLw7O\nE9pMIMzEkr0NWuVuPYOaEc+2wwEDXpjv8JZ7qfOn298CmYqcv60EruyMsZ+v\nZrBhgCEEod3c/RvT0ddERHwYNVHQIJuxgwzoducK0cIJ1PAjK9hIm5fpqI70\nMH2ca83lDTdHjoUX587AcOLP4HtlmWzUGQ4cGPb8bl1xMoheWquUGigtiF1C\n3kon6iJuk9DTz0itJbvMGf8eXpO/WXV3q/owv134UT0LrJuoVpU/9LktIuiv\n4mAL48vFcK+X9fuBwWlUSBeeY0wigsLvPuLjMylwC1tzd5rOXQjiIJXtPA0I\nhB/P\r\n=42iq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdKYunWimlqZJ3WJ+fY8mJ/sr8MFfLxqCnDYslliD8igIgTvVqTc7my5jloMNhbXyqiP5/Hy8jCtF/FqdsftaYvrI="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.0.7_1586590167026_0.6247342636536646"},"_hasShrinkwrap":false},"1.1.0":{"name":"use-places-autocomplete","version":"1.1.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"ff701b136d90134ca2c27ac34e58afdd9546380d","_id":"use-places-autocomplete@1.1.0","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-eoJHXqjQCLXwFAfA53nLgK1QWU8Zh5HE9aiBoa6Ar/3aDODCPnB6ch2fKFcCCLVfHg5BOdSp1O+vCwIYC1xEoA==","shasum":"dbde66f06633e26ea22159bb9f26ec1dee3ab704","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.1.0.tgz","fileCount":7,"unpackedSize":43153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekZGXCRA9TVsSAnZWagAAttEP/jjOyFvoSXvyD33dQXAy\n0Z02fHkXZiw6bvgMG5xb8wFcjgnEM7LqK1Y1nSdrts2ofpkrmcxn6aD+PSIi\nBTTnIP8j7A7QO3gOnjy4brtD5LlN1KJq0zKZ3/MGxTFiiIkx/kYzwpwMdBAF\nv4+5xdR0EUmaMv3pAF9Njlwmj7edNeYMqFtVR2qUHO4M3UZGeEdqTPkq8DUn\nzVzLTtQu8s3O2CPxcsHfbdHLr0bLeovug9y70xFLzL3XpE9UtFzTtCVldytJ\n31UW5OBsityMbPFJkh/RYMrF5zo/fruwu2ZdDyLtrE4sAImCKMRPWQeeld4j\nzJQILQIlPQ/58W8d7agrRFKMHmatforCAT+uJfpC+63oLMIKJfKulsSGXxlI\n3GG22lg+FzR/Dx+EboHUTBld9pVfxzO6CUBftTn590QJVY6zz5ln1XAmOasT\njuSzIQCrEnz8D9P2GHhZpwH22NiFzke638rjZVGbLtxJ/7VvePVlZ5+A3jAE\nD52AE4SwipcNwLaacVMyBzWvhlTfhtm9TasNg5xfO3bbbtUmu60cWQdVv0uh\n8jfCnkfTDUMWXbuMOv6kYXuKf9vMLcFGDobxIkSuaY/5EhqDvyv3jn8whVY4\ntxPOataw93rMRCLez7EegUrczhMm7ynTOoSEDTZ6sXt8BuVcJu86D9XOvhwJ\nd8Lr\r\n=ZTn3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAKyOgVUUOmevtmj3qr1N6gxegBJKDvb1XsSvPK+W87kAiAdDeH3SM/O/NpOse+Gob+OUqV/w6H57fqR34V5VndAzg=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.1.0_1586598294820_0.2636857031687656"},"_hasShrinkwrap":false},"1.1.1":{"name":"use-places-autocomplete","version":"1.1.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d82781610a67e71d7a875ffc85c892261436ad62","_id":"use-places-autocomplete@1.1.1","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-jAHIaPXkJ5pIHmbeVzgnKIPKcKOrb42KG2toIqBuG1roAQFJ5+bHa/2qlsvM3TVnfIBnaat4+npiPDd04Hsskw==","shasum":"5f460dc752bfe9dd49e117f1603953ec3f77911e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.1.1.tgz","fileCount":7,"unpackedSize":43214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekZNLCRA9TVsSAnZWagAARCEP/0uWNpv56+y0fz4gVhOJ\n0BIoe2wmL6mpkWXxZQ7Z++WOIEs/Ye2jytPDBSWEDvNCy8K5rmQeNkqPVP7L\nL7sniQSd7aWk73Mz/MDI+jSaaXVRpVJMYQ8qSnpjpzMcHN60sTxnK1305Bwa\nkvlENqacMeeR8184cVjvbHE4M4DTAYUJO3mSb8xGZawrEKTGKPC08WUsLvUU\novaAX6eKSIdissdol9FQ1tJrYKE1BFv/xmK0RHHjAWOONtDX5xMsAlkw08y1\nwNn83HyKK92YoY1JzSVJvj168qW9i0oGNlM5u9kxcmBvrGBkYVMcqjW0RWWT\n8Dnpgaea0fSvXhsL68EL9Y8+rewTR7+UlRb6AyFb7csIK19JFT8Rs+yux1sF\n9twT4utroXxAuZPwYgzQ/BDeFGWazI0cYTBO2/NnWqOAi/BxccS0YxFs1Hh9\nubzlMdSDwTyiWasBCISDvjtyl7IT5W6iByyOuFcS1yAAmmX+arhX/R99whnK\nNKD73qOKfjfrEHhfmPnfG574f5HiYj/29lj5rDfyNOHfSZdEou0Jk7MhA/Jw\nbyyk3CoFeWHaNvYNOC6FssbDyaVV9umbNbGd8OKNbERlpfttV9RLRV6AFz8P\nCgSx7m+ZCP6rHPNzP+JYJ3yPDs23x1vCre1GUtIwDXBWDuu+wisUUpH4a5gw\nP2T+\r\n=fUyL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDu+YF4AKvmBenS0vIeJCZlL66Mz3hALctFnk+IdAaDqwIhAMgW9Y1V+NKVQbnck+9gk48eR6FLs2Ox10eXT7yREfB8"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.1.1_1586598731246_0.9339945442405388"},"_hasShrinkwrap":false},"1.1.2":{"name":"use-places-autocomplete","version":"1.1.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"2a539ede9b98d3c408474955e9c2151637eefd83","_id":"use-places-autocomplete@1.1.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-W9WLur1+jNP/FPHkd14h/GEd3WzfVaQlh1q2ahejFDevPRP3ZXrASmtMgLEnfRF1RJiBhWpZVYN2oNjLnzqIww==","shasum":"f1206a1384ae43c98f5cfa6e52c64bc535652ebb","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.1.2.tgz","fileCount":7,"unpackedSize":43246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekbvUCRA9TVsSAnZWagAAxP4P/j0BuStGwi1+gZQ/B0jE\njRPYFFBO5UG89Tg+0uZq7BS6pWxBipsFjOj99F3SnCSkKZalUUOEv4NH+YyZ\ngY15uxUGJS+kGlYT+qBVelw9LqDNqjOuncAQ+0uHLELDFciAWP9I0rGYYH8z\npkbFj4GqJuuVAD02F5pHKdf6HwNfa246Nz7WZtg9lLciKjuqmls+6texcM/5\nmRtK+twJTeNifPi9+oogQKKQfyldnkOUMd4FXcc/3vCVqwtJ1MJGs9v5xLkE\nqldI+xKspbwuUl3G9I1R44+q17HVUI5rcjltcQG8fgvECDgaswKSDbyet6sc\nwbJpLjPLnjydAH4fgj8y/O0C+qcSCgfUEyF6b0DdiRz5RKuza0IWyDTY/XyU\nIMEwILf4VSGh0g5Gn7XR4CPtKTixpqlqxcRSFNI2cGsZWM0g66g8V9L5Q8AV\n5M6PFXy9CF2/cJdMlyhN1m/0hGRmM5VUwzNIyq61F0oQfnDDcN3EA5TpXIWj\nlRMP9rucrwTAadFwMLuoz9LK7d5UNzthp0ZWcZ6RP5IBT3sIugSjcobj3Vw1\nAOkuTkV1su1QlqjrTtlBKPeVPJSEPQExvN2a6DyCSykPG2AcUMMw01HDBT9N\nZRbQsUdvsgHhw4rBAiXa/B/2bZHmu8ubN8A6JMcvwHQfPrvui2My1bYBeQbE\ntH2e\r\n=SwjX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHnWG8dLJstBoyWnSGmw7my7tr5n+mVmbOxXeZfamWSWAiEAoZdzD5do3/r0DUOXm+nTF314XhhwaOeSXJ/LBOWjWpM="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.1.2_1586609108363_0.6929546928035677"},"_hasShrinkwrap":false},"1.1.3":{"name":"use-places-autocomplete","version":"1.1.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"00e74cc193a38bc1c5a9a5a0467bbc93fc3eca6f","_id":"use-places-autocomplete@1.1.3","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-d2bagje1rzhADsR+dn+d1Q3LZf2XavBOii8fUkjsEsWivxGRXNBmMppgxnmuTEtjlfb5prSXkHoD/uGnMAVkLA==","shasum":"c94c875d9da4480ae6ab4da7cbddb6091e6a4d7f","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.1.3.tgz","fileCount":7,"unpackedSize":44210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemEQeCRA9TVsSAnZWagAA91gP/jFnaMuQOApEVS9PEKe5\ntXMWBQcIIOTHRyt07huBz6f2iIcbdptoHCNnOOZvH6m9yUvqBQePKYfodVQv\n8K9cYD/JcjEh/l2IsQ6gGYyW/G37iB0ViG+h4ZWHR0+ROe1QYJ8JrnZPjgAn\ntm8ShOeoZSknpsO/xFnwFk75rFhZ1NxHu/eRsWkkTDhR1jdCMiodsxCdA8Jx\nb+k1Sfs1+K05Z6MEfsc4fFn/F5/y27E4KYB4RalMCWZogPpLhX/hSvj+c42C\nxiekpg45SmrpCa4zKczDWL73tSn2Uq5LjuoqtaPI392cR+1LrgYnjcA7JyPO\nFvDSt4GbhMaGB221dCZtSMTJYyFfBXL0oE084NJDF8tBar/oPCxvaTGLvrRN\nDwmJPrBZMySS/e49nLs1acuEZO87+sP8EwYHHqjK4dUXHBmGnI9Sr21gntvE\nsIzGqGDT6S9pbikK+SDF8vXeIZ7rt+xJEc15rKIFZXI03zjLKprw9lv8CGxX\ng5Zadtuf5P/8FNC4/Es0ouQrgAOvH8h95GhUaubtrS5EoQ5T8qH+s9HFEf/B\n4ko4e6gtVfLPOKEw79ptHaOlyOE6H07WQKeNmlbtygNQl6XdPz/NLviuHJk1\n5LdtwkC+O5RBAfCZzfQZUD5M0qJsWZAOz7DIk64CsOCEaH6DCfkgGwkCrDOT\nUY3h\r\n=p3dg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqqrM/+ZKu+A0tDD0C9JZgpfP3iKyVWl55ERZqGebS0AIgHqgkOAkSi2AP4OY26Z9qU1xSVU+N1bIwGtqn2pwy7Ms="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.1.3_1587037214366_0.8252263378402263"},"_hasShrinkwrap":false},"1.2.0":{"name":"use-places-autocomplete","version":"1.2.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d4b4aeff4abe4e42abe958d8f15caf677efe49f6","_id":"use-places-autocomplete@1.2.0","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-kHL8Vu8rOLGiAxyf/eNlJSvZ7c9dzZqXkjaUbhVEAEl29Yd+DoPM3fkWRkqGYW5A5ZizPFatZ10p0tNcorzPaA==","shasum":"14cdbf7de2493ebc7217b4a17aae8a48cfb08db0","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.2.0.tgz","fileCount":7,"unpackedSize":45721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenBa6CRA9TVsSAnZWagAA7r8P/1T461c3On5w8sKRqdan\nQ5I9yNK5OlrPUw80k3eNDZmXTaN+n/Ub47p04Uwtx7ehgQcohQqJWBXm/ubH\nm6B2TRRRSXP/C8GW+42ZRRSm2uop9xBJ65vvD1fXS6IIVkYWoRcWi0OI1xnZ\nfn+bT8zi0blRJ+pun8qyn7ZFnsLna1IIGxMMixU9McKyy+vI9tmEg47FwvMO\n0tejVeqAPF740ubJZlBrMbdO/PQIbtGw5+MY7KdFEXGj04hga8WpQhrEGNcI\nqpPCejNING5cveShojOWektHMg3P3zyTLIjVxohSWmpizJEcv9eFr2hZLQHX\nk628UlLtDW4Y/7KAHBCumZ396uga7a1TvowgG2viD7lHAr7aRK+vWsWZYI7a\nxPwcZTc30PImv4yxwmPFGTsl+vNMob37DX94IfQwPLc5gbXJDnH3vNHG6+s7\n2B0a6ByfRtY6JQohAPPnjfKWG009MAP5B0qJzvI78agTafe4xld49F6sX7o7\nhTbENqZLtkI6rC9QYSUPNbeaCarE2wRKFGIlgulkaWJCmmqVDeScG7jF+QBa\nFpL2+97O4SlaA7ZCrcYzWPA021c0W2dOwGgw1vbczeBEtiupDF0HwfglS7jb\nCqlJ2l75THCb94dS1dV5Lw8J5uUy0vL/QkIAEtqY5zFskYRLQazcYu28Vuyx\n6xZs\r\n=EBH6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJNeUIuUEboA+5ISdMChJT+YR/bcblCj0+d0Qiywx5kQIgTHXW+85JQ55/0ujqVkJMFOYT5eHaeD1j4u/KxZHygEk="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.2.0_1587287737892_0.5818548419925238"},"_hasShrinkwrap":false},"1.2.1":{"name":"use-places-autocomplete","version":"1.2.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"fe40a231603a18aa553ad5b438bbb1508dd9804c","_id":"use-places-autocomplete@1.2.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-qbmHRmVV/EadFP7NQY42XQ9sKIX7cjm95iuGF2tZiGy+JlFxnqmxY6GQUv+ZuFqkviklT1Wd/s6P0aRWbsT2BA==","shasum":"e5ccdd6294587edce8d5faed51722c279d1b5715","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.2.1.tgz","fileCount":7,"unpackedSize":45727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenFLKCRA9TVsSAnZWagAAkF8P+gN8qhL+JpFf7Fj91VPu\nHYZMQsErYTq85gHBYftTz1o2PLJNlYWKTIRBVgBRlyAgvYIFmZgWuwh4C+0I\nOaYe9IcBHgCuL60bILIKxpHrAB2TAX6t7bktWut56DwgW8fRHpgGkqnfhZNh\nuiKklCy71MhVfdCAz7bE7sWXNEoduUBaqePJL5UjgE9SIsiZ8AO9sfVsWksB\nFbatxGnTt12O95pR4NiINkgVDES1EW+o/bGNdiN4yKcoOts7gEh36MTdPJv5\nltnts8YM3nAY50oaWSQblo5hPk4n1jJ5I2UBa80ZHMGZvevFEa7jrKXjfW3w\nk42AIgWIj8XBRbJfsPHv/9Xdo/GdnZKIas147Fn8TE1AllbxSh6FqbvOncqx\nxrjFCgln3rfWLf34pTdmH8p/+z5dA+Rp+njKYIN6cSxplA4ukjkuN8giNOy8\nRbaizfsXKiZYeNpNMMKecvHGJIcSGQjiDcawkGPMZN/pFwi81ods02Gua6k6\nBqi6/PHGq1722EKlsbsbhPsE3qqDGUVX58VyID+iCJnCWXnvo1bB4s3JGww2\nssPdWJyiSNeMVOnmYngOgeLvjUlxgMbBe6lPPjdInOo3i9H3li6Fn6FLngTU\nOOJW3qz92Y3i1STfxeII+Z+s5etJPORbzPAuel8DNKv9NkTEP6cJu+86kHWC\nXCU/\r\n=nRWr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm6piI+3o8jYCKs+CZw/j2GIkm9PsNxd5hg9r1LBgqXgIhAK5k7vD1VmxsOpzaEoBXySShgk5GKI5CBx1uyp3g6qiG"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.2.1_1587303114031_0.7701707041856358"},"_hasShrinkwrap":false},"1.2.2":{"name":"use-places-autocomplete","version":"1.2.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.5.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"98d81f6301b8d8cca4e52353a59b3da37548fb68","_id":"use-places-autocomplete@1.2.2","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-LEYUsau9v+kel2m0lfWIHj8hRV498SD9u/+GCG8AMEaB3d+HDtuAiYDtcRFMzD1hqjY6rGeWhxZoVvp2c2hK/g==","shasum":"f3d2009e8613c6bf39ec985c29cd279cf2ca725d","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.2.2.tgz","fileCount":7,"unpackedSize":45727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoE1xCRA9TVsSAnZWagAA1lsP/1OsiSwqqaa8MLBMjhpk\nK6OJvTQQyWboDTUb4BSbsBwNlX6hwWzqHglwiEwvr47q8579so3oCU4zne/1\nZ2PqEdrO+h2NOK8ygB3JLVICeGomeW9TYkiXQMTd9x5ShRgID/qp3UDM2q0i\nZTnWSnTYy6cqAdEVfHA1/j0T+gNY/Z8vJGzZYGAQjklMkxIvuBnTM6gOcNli\nnFAq9jGNRkTA1SZz8cyga1NI0DnIKEy0VhSuxD8nIsTCoKP3NDIsYwhKOjIM\nkO/dy/sITdDbRivoithei+wh0Epi46ldPMPqR8CGCAje6SI8NXbH0jw7jw2x\nH+Pj3USHDGD8ioqxHwodNsP/lxbo0ABdT1JG8mm6LiaByW17/M2I9XJ502C0\nWRTduaXMjEQFbhml9d+aLDoHNsAk6fQSpbM25p6zh03K+Yh+UAScdXbxT6tI\ndnMoPWQ7OwbXivXpO74mZHonPGIKilkT6s1bnn3UIEHLjQVqFyUJaxi76INO\nBYcymj3noOJj18oRumuB85zxu0suATR96RKP0t1gOMRc1xnbdXF26VAbN7k3\n70yXIHRdHdYHx/hcdGCXSGNAYPwrzjTx818196H+4WvkV6fNMPNZLzgw2hVO\n6j6WFPfx2qX1XksO5immLnaH43jRkmk2flc4oUFvknu/SMYYq/d5jfStIEzH\n2Q90\r\n=uOqg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE10pc82g9k0QpvL4JPCF/8eYonai5LikzShxD8floquAiBo3zsMSdhEMOYIE3Cy9xYaBMxqkiXC+jKJYUshUxb3hQ=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.2.2_1587563889024_0.5721218159384747"},"_hasShrinkwrap":false},"1.2.3":{"name":"use-places-autocomplete","version":"1.2.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","prettier","emotion","testing-library"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","prettier/prettier":["error",{"singleQuote":true}],"no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off"}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"40c693b39d8b6849fed3bcc07766477d9880c9fb","_id":"use-places-autocomplete@1.2.3","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-SY+KFB54zK59QQxfkwuMBltgYKxE5iEb+K6vS6DWtL8xcxBrWyRf6ZpbcG+8ilH6bl6AzPs5KKM56voQen3RCw==","shasum":"424c97d6a5f7d378c0153eea3800059d89502bc3","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.2.3.tgz","fileCount":7,"unpackedSize":45732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeosO7CRA9TVsSAnZWagAANM4P/jLHxvLKnxKH+ycbKD00\nJCy0dIs3ax0MKXJz5eKgcuJTbJmIKN1oKo9GZ/KWQbbO/kWdngrg8hClu36y\n7aTjJ2OzOjpwpYSyDNdj0EIcPGR/aC1pNaynGY6iyENC83utSM02EUcYbZCe\nuGzUmc3x227MqaE6jmyNfSwCU6enQhCLbPJygJEOXsYc0tFKIjZ4/zSZG0UK\nHp/lfTnx1lYLS3LcZF9nUb1dDOkKozy/4t5m0MA0ZHEoS53VUJsoZifV/UwN\nUhcQ1L+IoDd/BpJ/SUgq2SjFVtrb6dsRNUJIeP/5Z1+nJHIRwinxth5Q/O/U\nuc+lm4R+OE+aZxCStGN40FkS8BThqqo0iqHs90cz1JH/nDq0voM+eZQU1vuF\nhxyVA0xw7pFZm+yFMqne96lFJbtoWoIcyMl6CYmImcsg4fUySLpRG8TRuifA\nGCXMrY3w/pwj4YghL3RMT3vx3K02VIoAmW0DExL5rYiVzYbxWMPx84Y3l3z/\nl8jQpsXfdyxyV1r/6tgWRfxHJZt3opLwKn223jhPWmf4Bxal4etMTODpBO7q\nwpx0CQB3nZHC5C8hM0jaocJJ9ls+hQuYWIzVBOfY3ot/CYTlU8GG+eXlT7Bf\n0FlVW4K6iyxvdJwrFPkxijkqjrQN0a5sDkAvoLtnihNf3XC+3yEovw8XN/8V\nlCl7\r\n=qjCL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDfAw+n3tIGtyALZSmQz75y7OIrx/SNY7LwDQk2ctraUAiEApKP5wME/8atvjwvk0TA/G8wXIhCsi9/wN0KSZn10W/Q="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.2.3_1587725242677_0.42529486478970524"},"_hasShrinkwrap":false},"1.3.0":{"name":"use-places-autocomplete","version":"1.3.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","emotion","jest","testing-library","prettier"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:jest/recommended","plugin:jest/style","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","no-useless-constructor":"off","@typescript-eslint/no-useless-constructor":"error","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off","prettier/prettier":["error",{"singleQuote":true}]}},"eslintIgnore":["public","dist"],"prettier":{"singleQuote":true},"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jest":"^23.8.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"fd85b5a9bdf40654b2603915635f755eb9c4868a","_id":"use-places-autocomplete@1.3.0","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-kTZwjbqb4N+8recqn7Q03VW97xyY/3lIETRD+6RZ3PjrSyifv0C5rAuyEPaKRAp9nFjuuI2NMvqULrmZEB/WlA==","shasum":"a3353c164e8b9413698e01f3d7fc90a502b08110","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.0.tgz","fileCount":7,"unpackedSize":45868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerSOgCRA9TVsSAnZWagAA9L0P/3iasW8ot3wKupCWPlK+\n4lhNbavuL8xLoesLhk49g7UAmJTAMfSE4FzXeW8pmcqqcH5mkVA3qe6CfAL6\nZkfrtCtk7PqxW9M6VTalvTcuC/wisTCiZY7Rfdr5MxeB75QzI3uAw18MxThE\nUj67Y9bpRRH1pc3zedxdKDmTY59BwWqAtfVi6PxSbi4wUXPcPVQGa3DlepsT\n+VhdBIypPPa87+hF8NYzCmQ9KXCJCA7I1USGelhbrf/TGPQMtyMJ467JoSWN\nArMmdEMGHMqwtc+uxjxAeL/QKj5aDe5wa5MQVkWUw3wHCTa84mrmW/dYzuOA\nO47fB74aTotKnWfOgcJVvr9sunt7+idqw6upq2JFq0Qh05KmcakL76kt24xr\n+sQowvh72sIIULYfkvFGJ8KO9pp/iDTYXUeJamEUg4rh2skN5/bfFMaWr5uU\nN/yRsFNPxmGqZvt1FU5ekmFkzR2U80hZ3aeEnnk1FOZFjrs2KMjN786TjfY+\nmpNz5Re8thbKdqHJM++R0ZDQiPX9L1x0LdDb/uInLJq5ttCbOIKqP5QVul9f\nsJjz3tUBVx9WgJ984LIB4PB804WOHIq9Wfmt5L26PCw8EweT8vZ7Pia1idba\nwgLDHb3KQfDAcZZ/vDbj4LXDXEOD/5NifqcABkeQzsCiFZmv6iA/ZChrWiaf\nRgJq\r\n=aIs+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8c/i7XUMpRcputGD2+PiNUyTXrNWXja/BKvom90TPuwIhAL3d8J51nELyWMLV9P4ST5PRvztw2abYptsO3ZIEhtA8"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.0_1588405150269_0.8314400747480177"},"_hasShrinkwrap":false},"1.3.1":{"name":"use-places-autocomplete","version":"1.3.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"./**/*.css\" \"./**/*.ts\" \"./**/*.tsx\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint","emotion","jest","testing-library","prettier"],"extends":["airbnb","airbnb/hooks","plugin:@typescript-eslint/recommended","plugin:jest/recommended","plugin:jest/style","plugin:testing-library/recommended","plugin:prettier/recommended","prettier/@typescript-eslint","prettier/react"],"settings":{"import/parsers":{"@typescript-eslint/parser":[".ts",".tsx"]},"import/resolver":{"typescript":{}}},"env":{"browser":true,"node":true,"es6":true,"jest":true},"rules":{"no-console":["warn",{"allow":["warn","error"]}],"react/jsx-props-no-spreading":"off","react/jsx-filename-extension":["error",{"extensions":[".js",".ts",".tsx"]}],"import/extensions":"off","import/no-extraneous-dependencies":"off","no-useless-constructor":"off","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/ban-ts-ignore":"off","@typescript-eslint/camelcase":"off","prettier/prettier":["error",{"singleQuote":true}]}},"eslintIgnore":["public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"string-quotes":"single","declaration-empty-line-before":null,"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.1.1","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.26.0","@typescript-eslint/parser":"^2.26.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-prettier":"^6.10.1","eslint-import-resolver-typescript":"^2.0.0","eslint-plugin-emotion":"^10.0.27","eslint-plugin-import":"^2.20.1","eslint-plugin-jest":"^23.8.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-prettier":"^3.1.2","eslint-plugin-react":"^7.19.0","eslint-plugin-react-hooks":"^2.5.0","eslint-plugin-testing-library":"^3.0.2","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"e2ca5ed14604be1ee80f4d20feec2211fab3018e","_id":"use-places-autocomplete@1.3.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-tyEkaA431kC047q6mRnIkcpYdbGiQAbP3cbF3EMkQUNwCnfvFhuKcvCQxAgHyz7/RQheD2CzUoDv+rQhrulUHA==","shasum":"e02d061b0fe5ffe362d507125eabcb57740e00a4","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.1.tgz","fileCount":7,"unpackedSize":45887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJer/SJCRA9TVsSAnZWagAAC0kP+weRMnsoRto4+Iw9FUC1\no3/SFWwEa9RU4k6KEtYcFTFqRNxWDXOzA6oYEUZlPXF2cTtxPf78ohKR4asC\nIAblo1mBS8BHKl+k63sZRzXXU8zf7E/8Cc6D1N53Z7MO0Ars5kM8scrALNFY\npdbhXnLCeru9mNnnYnZXQ9zluXvEeHw9KAIBTg+orEecAQShBzWokFzjKRhT\n1cUY3d8/kfDfYgqdkQsTKkxXG+rFMyofKtoGPWDwFbIvnIzoVs08whsBPQfX\nGe6VRitvgXfmRT7COEE5CnWgGW6F1YKKn+qIDFYqk4XjqcQIl3ubr2u7YASB\nABxNDjjglVbmobHcaexNOqV/uD3j4KhfcA6pmWsjlKI7dtllHteNYpn+yseO\n9UfjIpI9MJG02S3835S3S5ZY73Xc4BFDIY3P+h2HTlx5diajGEilzdoBFydQ\ngoo9pff0lTyNjYSOW17RfE1bmwlZ2cZ+v2BUOn1XyGp009Uz1wsr90FJYgin\neI88Sa1jtk/Epk2o4CNRkQd6DTBByWHWeS8q36WnnvoEfyDm1uV0YD9LwSyA\nD7aiRD1Dah2O3QsLvISTdCzOtZBkoqpDbcGCMERyN4HZTSH2QTFMj6yOa1i7\n4W5YFTs0rRjZztEwIapQ5lS2ljBybOjliXOuJ/MgyRFk+JZ360iIlICq5UBu\nxlMK\r\n=1Tzz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9ORt1zJIYsRoXJBP/TXotH9cUVsaFiJEsIKuS2vXNpwIgCWsrllgUtbIcUObPLnaWzVY1ne9ZHpdLxCh3i9kIhGU="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.1_1588589705364_0.28033935467497506"},"_hasShrinkwrap":false},"1.3.2":{"name":"use-places-autocomplete","version":"1.3.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.2.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-welly":"^0.5.6","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"a743f19b1c176562e4ecc0b59ae3adc691434c56","_id":"use-places-autocomplete@1.3.2","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-lcL/Ci9a0PuoCO31ST7jEOoHlK8HwHVUYA+6XqcvRDEDxIlnt+uJZxdsY5zOtEJpaQESGRXtGVzvUUWhUvDrVA==","shasum":"699d8f8faebd0222b5a51c3b2d9c556c36c5dea2","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.2.tgz","fileCount":7,"unpackedSize":44082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesVu6CRA9TVsSAnZWagAAfvkP/jo1OLHJjTHsL18ZsCgx\nqVG59g0+CpUU0ABNcO4Q6dDZ/a9w31GBZRCRPTZhqKajh766AT6ZNGeJRJWH\nVtxzbNScmUY03NLJC0e8Zn2tLfuJXJ5p+ZWkfVh+heDRQ9BbPzxafRqSWcJd\nTHs3LiYO/I9gRE+hpqQgOPiM9LY7wf/q6DlBk7iK1uWQCQGfGLcDTy5o0l/d\nJWILYIMHqV5OoOKkHH/34gKdTl+Ncum2iL4930jXOr5A9rxfbVTi/uZVoljH\ngpFbMYvxRySOy+BZ6zDONOpJIvBAHcrDgCpAhseh4gkVlDJ0kv/yIKQ0lpIa\nfhKStv8L63foA/B90JoTmdOQTNsMOZguVSn4fK56bnyhi5/cr3We3tkJnkhQ\nZaN5nLa+Cq25Nax5+ta7Yu+xlQReCO8D/vARzGgPG9BVhtaB/GYHmN2bFG+h\ntGtZ6auyXc9SF/5W5CqACyPvGHPTXqeKRD23WmHs/xpRmwf/cyu0QK376ZE8\n+PA/6WM4k6vypjNHSBn7VdrkF/Po54LGsigsm/13euP16E4Q4QmFe1QMJjlx\n7lATNq9hweb+J4yWCXc8KstO9h1Dywv0KRy9cOP5LdoAoLhjIkEf5ffF3zvk\nkchHlfsaQJkG89nlUoURoZup+3n4zZB3T/gB3jogO2wtD4VjCAZj0Xb67KKM\n+Q8j\r\n=hbP+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWmlKYWsWjb/Xea5PPt2VbB4ZMBSLAGX0C22tCdcv+bAiAj1M9sV1ul8SxN2H9Ud/8zjxv3X+Kgsq8bVZh33Qn+nA=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.2_1588681657717_0.8829222647148569"},"_hasShrinkwrap":false},"1.3.3":{"name":"use-places-autocomplete","version":"1.3.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","react-hook","hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.2.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^4.0.2","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-welly":"^0.5.6","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"7d8212fe3ade77fe935f371523d13c112ac6c2f4","_id":"use-places-autocomplete@1.3.3","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-znUCRI8/yuMlI5Zp9DGS6jjgHcANltB3WQC5gjLhUN8RVCWOUHiyKNX/rUA6AKskwMJQOj7ZL+mD5n7BBhBeiw==","shasum":"4a6a1af39bd67089401da5a5156acc647c61125a","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.3.tgz","fileCount":7,"unpackedSize":45289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes/UKCRA9TVsSAnZWagAAAdAP/RooF4v/RxNLb1Cm8Civ\ne6c50B3SysJQ3pxSSCz4p/T726/Yu/jhZZM6CgQ7INlZm8Qe5jtmdLAinCQQ\nFnGiWFEcfY0CmXNn8NAthE6p5bn9lBvrQoWusiIOyZa19lvWuhibVXNHLp+j\nSCzo4T++EEOQDaf89qsVjHdsM9JmadqQ9X49N7YyQBKBuEBXNzwOHbS4Xds2\nWSD2otJ8IlZZbQBp+qZGTQ2vxJcssW6krESmS99WVjNTtiIRY5KBE0kHNw7c\npjQzZjqwLUk3B26H2Fat67aHzEGQVurbm0Y+TBE58hvonHGJOKwjH8EbmFIK\nzfybU29WfNVwOARk9ky3wHFaS0IspQ6drPKedwnEn6nUDb0LNqFJDUjztBz0\nDphhCx/Rf57Szk49pz3EKiv6o5QbfmeZ/bCXCKq5NEEBv+OkfmInXwIVq2Nq\nj7kIxE3KeobQ/WWhj2OVz3cdCApWmiqi1JFd8O1kx5KNauvAn/CaSpVbrLFI\nxv33rdXPf5WEg3f88tYOnheHVkmN9vro0c8v2PG0FlU5TIouYbF28BlS7Np/\nVxJEw405Nbz2zCmzn00Lk0NChBSnzMc2UKN8xPP4cBVMRqt/duuGOaQEv7sl\nFijZ3QLQ5vm6E1DAuW9Nsw9j387o1KJjjMuzuUd1dT5lvYRd19VHB9SnWCf3\nBkdT\r\n=ZWPb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAonyLu1H2C4vd5hqutJH10un2uCWfSQQRG3CYKzKTyJAiEAsM25KZ2cxgbIj9H3R3tHAfdDIf/7GuOH9FDi/sg7fug="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.3_1588851977570_0.36410843154211037"},"_hasShrinkwrap":false},"1.3.4":{"name":"use-places-autocomplete","version":"1.3.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.2.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^5.0.0","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-welly":"^1.0.0","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"01900ef252b8057837ad861a60fa031391e83fe7","_id":"use-places-autocomplete@1.3.4","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-iS7+xV32LfnmdXJBGpRY0p5qq97QjW80WGdVvkmrLGBLemWL9A8kZeY7ynlyg9N5v9fLJz2l8US1sjpJ+d4ang==","shasum":"69a933c6b5adbebffb4a3f2eeab3e3d62f32cc6f","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.4.tgz","fileCount":7,"unpackedSize":45281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeurIDCRA9TVsSAnZWagAA3BcP/R+r/I5Zw0lYRgrLsVz+\nPoOfkK3+dijbZM1U2FowotlufhRUZiD6rOlV64lFTWLRVC7nq+kYwp9NRpWU\nSdR3awFXMwCtX2icdAAn5ErazHNjOKV9WFaP52U6rqGuIa7EQ0WEzC0Zz8/k\nfornE3x3yEFn3M8mkiOpuCX7pq9bqxKlk0vZecRp4rdyf7l++ZqsZZcOSH7m\naXRwv1d6Efk16UZQqsS+3T+j9TA8XKmFNAqDjoC6U60baMXNf3f58CBmGyth\nH4tCJiofrqesDqVIyHSTZFukcfomeKcdHxX2llai6uPilWrIproZ3yBBMDXA\nqJedHG6CmxE4L6I2IcT6SuWC8EBrGiDcRjuUhIP1VueLFRy+lbw7Num+ojfk\nOjMVSPlmVHfSxucwV7vmfvL24i4JXWf2CVXI4kGA5O/UsmxWXNcjlFEsK0mf\neiz6gms1u3jsZVjtZUYpPw93ZGuE0et4V8s7ke68zv8kyiBzJ1rQYfVkS9cO\nI7xgrpPc/1qKXnLXk5qBYMmUfBtHmfeQ6Fa4eBUDuiDQciXgn5dcytz0pZPW\nLovwek9haT6SYp0zCRZ3wFcl1kweUr99E9btGTQc/gX5/eVdgLJX3BaMd4Co\nA0cU1x5ktwm0SfyjumrF9MlbY9MY0maAtub/VJ1XY+ffY4hz+CFy0DGhengC\nHNHA\r\n=D2G4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8GDwZMcS69h1GRzSFj1/Ah87YZZk03snryPSQjnE5fAIhANNuckgo8Jc/05b5NepZPjuM+LBvgXo0OVH9JTCfKJj/"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.4_1589293570535_0.7599555549165051"},"_hasShrinkwrap":false},"1.3.5":{"name":"use-places-autocomplete","version":"1.3.5","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.com","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","coveralls":"cat ./coverage/lcov.info | coveralls"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","@babel/preset-typescript":"^7.9.0","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-html":"^0.2.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-url":"^5.0.0","@testing-library/react":"^10.0.2","@testing-library/react-hooks":"^3.2.1","@types/googlemaps":"^3.39.3","@types/jest":"^25.2.1","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.32","@types/react-dom":"^16.9.6","@types/vfile-message":"^2.0.0","babel-plugin-emotion":"^10.0.33","coveralls":"^3.0.11","eslint":"^6.8.0","eslint-config-welly":"^1.0.0","husky":"^4.2.3","jest":"^25.2.7","lint-staged":"^10.1.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.3.3","rollup-plugin-babel":"^4.4.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^3.1.0","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.11.0","rollup-plugin-terser":"^5.3.0","stylelint":"^13.3.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^25.3.1","typescript":"^3.8.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d85e4b044963b477825bc95a041cc4555b038318","_id":"use-places-autocomplete@1.3.5","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-CuRSLbmNeLKaXgEhZbuvCnnJVPDmCVXB7WoxCafEMLA9UaowN+pRM2UoqLWpuUrArKpBn7uUCGwEwyWOA1YVAg==","shasum":"a967ed84b5c32b813e782c7a4df42df8fd652a8b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.5.tgz","fileCount":7,"unpackedSize":45281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeurLkCRA9TVsSAnZWagAAPsUP/2A0rBhEwe/287zMXTgF\nKEjtVlK4V8W34iwCA9MF8DdPydqhEGYZzLGsNb7y8bSlamvw6hDEUJedhDqG\nlMgomkc+XMosWNWqJXwPuUrgqG4fTi4cp9/zJVoWj2BTR00BHQ6EK83KzdXY\nsdMA+OLomI4KfJavjTkeVOH28NVRgTUXr+7Ja7H0jBP0qckp3oVVU4P4XBRx\npEVL+u4UXQmh+foYifAvv4QudOJgIa18xJDhXBkXRXPJkMmm5qEiN6RM8OyW\ncoT5xO1+vSfQU4ZwYd23yEg9Y3V4IybFufNerAG1Dc7xjtUdulGi/KTBp4m5\n+G0PGzkk+ushAaIURMJQO+iWVbF56Ntj3HepRjKFAP6LfQ6gnWDsdBWLHZVs\nERGJsZZ0pdSijhX2xGNIPHdpiUi/01OcqDtruxIfGgv1kZjjzaQbwHKYWHFl\nTJPe582L1M2pLYmTRJBkRbhWAJ98bZIOb9XwH4KvHgIyUY43dEjmfqcmar8x\nVAHz7Wn0XOUpybMMm8lVHVcq3OY+wDUv6Td2pYnAcP2XmgMgjxP+OMXBG10e\ngRdbRvdnMB5FOqikpbdmuQzY5s5L/8KZSUc9NhhfgmCgv5pv38Loae2+8Fm4\nX8DS7HfRon0+y7GfO9aSa+ZUmrcqWwh8koBgHU3YvY1N8lp0hVV1AJin9j8k\nK78Z\r\n=hvp4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClxSohyXTPyxy2LB/dCYatSkaDZtNkFfJ9Zf+iBxEgBgIgPgxsAYeyOLk29iGIPs+bV8EkLCW2Lu9RiSUvYl3wJ+g="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.5_1589293795750_0.2080482147220608"},"_hasShrinkwrap":false},"1.3.6":{"name":"use-places-autocomplete","version":"1.3.6","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.10.2","@babel/plugin-proposal-object-rest-spread":"^7.10.1","@babel/preset-env":"^7.10.2","@babel/preset-react":"^7.10.1","@babel/preset-typescript":"^7.10.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-babel":"^5.0.3","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^8.0.1","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^10.2.1","@testing-library/react-hooks":"^3.3.0","@types/googlemaps":"^3.39.7","@types/jest":"^26.0.0","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.36","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^6.8.0","eslint-config-welly":"^1.2.0","husky":"^4.2.5","jest":"^26.0.1","lint-staged":"^10.2.10","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.5","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.16.1","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.3.0","rollup-plugin-postcss":"^3.1.2","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^6.1.0","stylelint":"^13.6.0","stylelint-config-prettier":"^8.0.1","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.1.0","typescript":"^3.9.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"2117443bfc2262fad68cd0798bafabae398f144f","_id":"use-places-autocomplete@1.3.6","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-sBQ1I1tD7anEDHpGbltrQajPPKsBEFXdbFrDdPGN2qUneTaxBu0M3fO779QumKCAOihwmSwiANoO9kmW6A5XSA==","shasum":"ffd31942f9052b2a600a8a88fbb2dd7716505016","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.6.tgz","fileCount":7,"unpackedSize":45178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6OC6CRA9TVsSAnZWagAAy+UQAIOXFU9+CAl0G+ffhqip\n8JO8uXNmPXyMdOCTqe1b9NMabwI4656L3VGwlaNH6/HfRdbvAaNE5EQnCRBI\n5Jv1oYgNll3zDq4/jWy+gqFYQf6G3UICO+B/1Yzv4rtmdzERkYrq0xWledKK\neqGlwTVSSSU4NpBQRo/FnmawFms71rkBDNx0icNP7qxITll7kjL2rz3HzT6j\nAPzKBWMU2Wic2mXpC3TNXZ9Ka/khsMsN91Mrl+o4a8KydZhZF0NB4C1elyZd\nAASHqJ4RyISOz+jCtGqp6P1FOwuNFUPbhL0WgFiqnj0QCmkNj7Wydu7zbPPK\nmU8S9c6QO/pDA1CmTOu43EXDwwGOkttFCWZ2rgFJd4ArtMfYDIRGm34efvLr\n0k8XHaLG+OcVHtONMpxejJz9LdOkHxlPO3c8bKFbbauinIg8D2jcLl946E4t\nu+6AZ+N0OihKt+k3WlX2XAs5u35NxDyJqUk2QEZQXgY/XB6lJA203ckxndcl\nzQxz0RxjTIl+i1v/CdvtuhUOEISvj5NJ4Q8T2lBwG82eOGCiwNQnNvYCpC8k\nP0IjoSqEMGFHGyBZdFK0kSE0O27WwKVyUE/D3sGiVrXXwZgWhDf864U/39++\nz85o0AgNIDGxW8RDP+9JZ9Jp98DLAeWNS1dDCRLIZWYT7fv3IOXIl4sVDcZJ\nIjkr\r\n=7KsP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBPjz7YbaGBNvamFXO+DE1oNEL5kaZdw9TvX6K29zCg9AiAs2o8mzlxZH5A48vAdznBLUVdLmWax7hoCtxX1fx5k7Q=="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.6_1592320186083_0.9259151838943032"},"_hasShrinkwrap":false},"1.3.7":{"name":"use-places-autocomplete","version":"1.3.7","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.10.3","@babel/plugin-proposal-object-rest-spread":"^7.10.3","@babel/preset-env":"^7.10.3","@babel/preset-react":"^7.10.1","@babel/preset-typescript":"^7.10.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-babel":"^5.0.4","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^8.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^10.4.3","@testing-library/react-hooks":"^3.3.0","@types/googlemaps":"^3.39.8","@types/jest":"^26.0.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.41","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^6.8.0","eslint-config-welly":"^1.2.0","husky":"^4.2.5","jest":"^26.1.0","lint-staged":"^10.2.11","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.5","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.18.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.3.0","rollup-plugin-postcss":"^3.1.2","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^6.1.0","stylelint":"^13.6.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.1.1","typescript":"^3.9.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"94ff1772fae8a377ec3c49fdd52d1e2cb0624f87","_id":"use-places-autocomplete@1.3.7","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-vOg/Ihx1yLsJOggXhHcFTkXp4C6D2VbI+OZE/+igN8PpA8Z+MGAaj6sk3Bi2svOwULs0P62l45kxt3Cvj4voBQ==","shasum":"444b50dde74cdd066a57a3a3aa975363433d9355","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.7.tgz","fileCount":7,"unpackedSize":45238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9Y3WCRA9TVsSAnZWagAA3+YP/irQyLfT+pKoMzAjObB7\nXBItL2kqscJic8qLNSK2khJKrVu1Av0PS/qE3J1ABaM9jmyQwOLebrX7CWbi\nTDoplrfwxW5XcmBJjz/m/ByRInRgpNwEAYmuLYnFSM73q44TN4b3cXUbhVPt\nH19UURDKSr3OqQLU+Kqhz3PCbk15Jw50JU6GRFSxzRH4AWUVA0djRaeT0fzv\nfRaXl9cODqXgVuJ4PnyNSVLmcVHv5iyBGbFSzQNl+M6cVpr8fiLexv8mP5UQ\nPSET8nTlcsX7l8Jhuy/MZ8M6vLweDnQalKzk59S8/KlZkXMK1vecHMc7m2Cd\nDZp6uuNK5y8RiY6F1eNIIAi/DIcSJioREG5uDrKgIkjR42DagMiOHFEkGbRx\nM/ZT8GBtwoIh41wVHKnnzakoktDKFCg8AkzC11JlrjkPmDjg4cHeSq7f97kz\nBtImie6x0oxC17Z+cdHIJLolgZSEDRNI8Bj7E2qb4PRZXE3Glom4n8dnMiHG\nh2RkrwltnTugJm5rqL1f2kC4GzPRYdLu7eZ7oYEyUTTZ01qZ/UGH7aok3heU\na4qJjL6yrz3tzc8Jwdik+g9RUAakJP6+j+a/840X7eXdsGWnu/hHNzstqPgU\nzglmgTCMimXMj8k21i/tSmpqiuF9NWx3kPxXg5TNYZjwqzh3Ib42/TAxok9O\n6Ukv\r\n=GCsx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYFxEBgNSO8I14PBhTsDZeP9g+J6Mom+no0Ews9Vpr0wIgaRX+EMMd3bzNBhc3SBCr89T+IbYkuxjMnRooQUgAiyg="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.7_1593150933847_0.5344547691964783"},"_hasShrinkwrap":false},"1.3.8":{"name":"use-places-autocomplete","version":"1.3.8","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-babel":"^5.0.4","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^8.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^10.4.3","@testing-library/react-hooks":"^3.3.0","@types/googlemaps":"^3.39.8","@types/jest":"^26.0.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.41","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^6.8.0","eslint-config-welly":"^1.2.0","husky":"^4.2.5","jest":"^26.1.0","lint-staged":"^10.2.11","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.5","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.18.2","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.3.0","rollup-plugin-postcss":"^3.1.2","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^6.1.0","stylelint":"^13.6.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.1.1","typescript":"^3.9.6"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"cfb1b5725a05b241dcb65971a778a18b601c6232","_id":"use-places-autocomplete@1.3.8","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-1dBMrcyX2CdKey3rxJlTG7sGswveiCtSvf8vKf4TlBmVX/G3EAn309NsG9flQdpi2WF8Y1Ubb4H4SHMuaZRt7g==","shasum":"76592ad55675140e25fb80f3a3c014a8b8325887","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.8.tgz","fileCount":7,"unpackedSize":45238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfALKpCRA9TVsSAnZWagAAIJYP/RFWBn4YBCvr4Ie4Rbqp\ng6fkNQRDomrpQb1uUaQHVoqPkS4U0zPsJDAZSySZLsrgjwPi2SYnWtzyhgc0\nfVSMmiEKXvJo+L9HXxrMbHBdiTyWXAocYbAwpNoWOzorwnILE0SBVVXebI1r\nybgrHDBmK5ygyqUG4PPn7EgF6z55jM3A6LiD3aQ/ldkKAVmPcneokXzGQjOb\n5ktnU9bopNrel/iyCjRCGHXXarKryLzStGNSwT0dhzC0lDZmSBikXM34+jrs\nI5NJaPxA6zeh1zxNqrDtrenqX2p0XAS6pHfMgWLsOrZ/zCBCRIzPVCAUttNH\nuBdZANEEAkrvq76nV51zaZTkAxsH6ty+jnTcIVuCcoiuTZ6YjabHyLumYU1u\n0K58gd1dMj85F9/he07Wk6dQ5h1sx4dqLQOaStTWJwoLk2PDrC2qRIVALyet\nReS9IDUkfd3E/4NufnAtDwk3SX8ARqg6l1weHu5QFNRZJamFsA+VDZqXmhfN\nushn0Th2dvTBWmXH0VGIp5Ejpoc9TQL/fA4vtY7NuXJUOji6zi79VnGqkV3T\nFYG1HTytHKAMBHMVVCulwvT3abcSZS/0GcgiVutBVdSTa72zrF8169HIMrL1\nD74o//61HjHmHl7Plswji4LnpTnUKZY1GC0NA+ngRg3r3UktkapsNlJOQTVB\n6lxF\r\n=qJOy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCO8M2hsvogiJxc7w+jfVUHHG/KbbkTYjqHpMGWdBWAAAIhAP0dndpgqT+eqSgYmZ+ZY8Rw1n8Al82Aibv7fKZLEDNy"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.8_1593881256824_0.02709818391611063"},"_hasShrinkwrap":false},"1.3.9":{"name":"use-places-autocomplete","version":"1.3.9","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-babel":"^5.0.4","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^8.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^10.4.3","@testing-library/react-hooks":"^3.3.0","@types/googlemaps":"^3.39.8","@types/jest":"^26.0.3","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.41","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^6.8.0","eslint-config-welly":"^1.2.0","husky":"^4.2.5","jest":"^26.1.0","lint-staged":"^10.2.11","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.5","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.18.2","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.3.0","rollup-plugin-postcss":"^3.1.2","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^6.1.0","stylelint":"^13.6.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.1.1","typescript":"^3.9.6"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"0e987b689d1a9d4ef5a0096564647989e531f02b","_id":"use-places-autocomplete@1.3.9","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-WVMevEZE8yI1OPP9sRQxSw5lQ0+WJiO5w9gldhJYc/0XnlzHBmJW75m4N5+OmWyjdX5qiTkR8Oh3N441opo9ww==","shasum":"f26687a0b831fa77c216a4c86fd6709d065255f8","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.9.tgz","fileCount":7,"unpackedSize":45238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAWFuCRA9TVsSAnZWagAAAoMP/iUl0BTU1qU2xwGTIGEI\n7u01e2auOUb3S8KdwtUFMbQFYXGQdisfuFAuQ1xjrXyr8fz4lKARnzalwyQv\nkqUwSemE52wOxAeU/ixBkpdX4FL+MLn0VXibOzFlP0+lEanFlUdbApC1UzXV\nBF7FhI8bR0FgpfpKLW3LRPrJ7yWphzAvZCNSMZy8vbSUPtmb06G9s17KwWjJ\nfGKLXy+YfLKVyIHWjzo88H4dDEMyMlLSxDfLKQkGEh2QmgDZ1/PoIUAEa7Gg\nURK/Hn6u5l0eWrxi9Dfar0HnnZrhNmOAWv+XRwVlPSnYceBq3j20k53Dxdky\nWvI/1GKbbwH1ZSXXVLAJrrLQRtB6XI1NXX0DmELeYF8+yhy+OjCtK6Bm7XIL\ntxmsPrYTz7zl1MpoI40hqwHOu/yKYnJ0TAHS0U/f6jdkRBSW4A04wlS3C63N\nYWZcpRiYfowYilFJf67B8YYOkKsSBdXnqdzow062T/d+3IYjaX8FDjtDE9OD\nFIKBZGkKx/ka8RvyuYvqMyNnoOo7nRbYnn99aEI1M1blN2igBeNyXvqwJmZh\nW9hMsQReC1U9YZh4Gc+kbv+GXiXJZTKVkhYlNELGvZrUJ1nOEu0P9+SO8ZZO\nkqiAfRclsivCl+YJ5MKndLSf/IOfYvDlxF+ximbEBX0UmSB646/X69UQ6NR0\nWVep\r\n=iYKa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF3o8a7OFU4aDDbytuz3xhtDVFb/CdYTB4IQ7+XitJmuAiEA6JWG0S3hxVixJ+L828fg7tv8p0C7B8Y6ruzDj/eOd8w="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.9_1593925997680_0.44716999441209726"},"_hasShrinkwrap":false},"1.3.10":{"name":"use-places-autocomplete","version":"1.3.10","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-prettier"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.10.4","@babel/plugin-proposal-object-rest-spread":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.28","@rollup/plugin-babel":"^5.0.4","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^8.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^10.4.5","@testing-library/react-hooks":"^3.3.0","@types/googlemaps":"^3.39.9","@types/jest":"^26.0.4","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.43","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.3.0","husky":"^4.2.5","jest":"^26.1.0","lint-staged":"^10.2.11","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.0.5","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.21.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^1.3.0","rollup-plugin-postcss":"^3.1.2","rollup-plugin-serve":"^1.0.1","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^6.1.0","stylelint":"^13.6.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.1.1","typescript":"^3.9.6"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"122b7a746b81f8b5965442f36ae80c2ad2845f2f","_id":"use-places-autocomplete@1.3.10","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-2WhezFliaLhfFX7NO12Y+gSzmdiml/l4KCyFKKk4cjtWR6mWTXuNs66ZJrm4beTRPBugngCyo2AmPy98AvlZpQ==","shasum":"2797ebb7f309aca8a60fe3ca8e3f2451b695c2a9","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.10.tgz","fileCount":7,"unpackedSize":45240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCun9CRA9TVsSAnZWagAAhwwP/0l/q8E6+lxGxhRbGwrq\n2HGWiQeantdnr6r7vZXOvRmLVv89wuHXZ5Lq9sqFACbVkcm/RUb+GZ0yPC69\nlf0QU4HSOaH0XLcdZ+QLKIEOS37nB7Nr4hH2ALw9HCjHtz1Ru0fLzr1xrvTB\nFLIbedpaeBgHUGXuFpacq1na53tTpqqVjETWjWp3+6N/siZX8nqgbei+sKH9\nvhGYX9NZ/1ciy/rxDsPzxKQf5u04LadYu1HcES+LX4iuAwGyGdxvhR7GVYUF\nN+RIOqZ2YSlVXDuKf7nzidFim9C3Z1XO0ArFVP3DF5X8iWZG5GrVe934tfM+\nQlKufQpN2Z/3v5xvmWb3QwE+GzIz8/W7jlWzjD/4ENzwWvZQbHBQLHy/NMb0\no096B295b0Ok+fet0dJ5Rkn1rFSapAoIQcu+fr5tLhR1nMUFvlBaCwOK9T8d\nDGtfYQK8Zz4sDzHHC5jCb5qza7A2/djECBG8bpxlDjvm/BYI+0zfvz87znI2\n5EXcI5MEpW8b09oK9eZFfCnln6U+tVFaRBro7rUG9maXEXr6634ocFuSZMQK\nS1fF1w1cq7oi/fdhwgwNpaxirnQKRpoOtyMImzVhFFb+I9XT8RxKnIuBIu5q\na0qMcRYlFEULcCbHsuOidNAIJ/dKiD2WhYlK2wRpRvi0Srtsr4p0ZSNeuUWM\nzdIv\r\n=g4ES\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAukdtRbwvIScZpDEjrrCcfKOnrm9kKvi+u3AcRFSu5PAiEAxuE9e9S9G/JXu4h5L4oCXKUtZKmwDx2Q6RdntCq0P9Q="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.10_1594550781309_0.4498555099633903"},"_hasShrinkwrap":false},"1.3.11":{"name":"use-places-autocomplete","version":"1.3.11","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.0","@rollup/plugin-commonjs":"^15.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.1","@testing-library/react-hooks":"^3.4.1","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.13","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.2","husky":"^4.2.5","jest":"^26.4.2","lint-staged":"^10.3.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.1","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.26.9","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.1","stylelint":"^13.7.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.3.0","typescript":"^4.0.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"1091f74624238cee9872eef12a173c01e710ac6e","_id":"use-places-autocomplete@1.3.11","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-KJKqgSBubbZBa2dv1r2qjIYRFAfUjP1kSVkNpT5HaEh6BjLqqjZWY0XFxG5pzlJDtXdZHl3PmlyVhY4MqYiumQ==","shasum":"d53876d96f65b1e8951cc09b8a19c4181cf0b3ae","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.3.11.tgz","fileCount":7,"unpackedSize":45264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfURPlCRA9TVsSAnZWagAAio0P/1dbCdaxVnYMnPOc6WWw\ncBHEEVyOg5xHexzMYyaW9HjLiYelO2ZulUR0bGUEpj+0rqASTN0jYZCgjuBo\nA/xTkVouU2n3BcEc7ja4tuPgqPtJlJdYZ9v04XK2LReLdySGLXkllwViA1fw\nLMQ829HZiP0lrYvHuv5BeT6AjP85zaO0a+SUs0Iz8xPc3k2GiOhLEuPSHBIM\naodoktlovATpC03a4DySgJigOUQBR4lvYqDfs1bxfqHfpzJER9uqZ2ack01o\niJMGDViS3MLgV9UKTI7PKOFqcpKp5AGx7kXzOE03C+Tyg7wZ49heHwX9IkGS\nft/Jps0IHachnxEWC8CoDLDe4/F3l5cWXFqY9NY2VB8nUFva71+UBFq63p6Q\njwWfhNT3RwfOVJS00BbR1aFDqor8vI5VccxaLHsXd1yFgxmlvZDuUxf4cwRU\nqtjWiCcqPxRy7gCMTadB+KLdq8ZaTiKfJllWuspkAy1UI/xC1zb5MjtImD+Y\nGIYBd0bXog0JD4x9uY7O6v8fJhqB7L8gMKrLp03O2bh/Cv3Md3m2YINg/uSB\nHL0FuDr+PuyWh+Nn59oa21oS/XUi1yq4OTysfScPa7aSz0gzO1l+49HJWaD9\nw5zAcRZrroprbECtRcMyRwK14Ey/jpwlEl8+hYiClvi5FimSYMMPdcxkoNU5\nvjFt\r\n=fyAA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVHbmUjR6i+wWpTDqgv6znZnyJf0G/57AVQZKu3GBR5AIhAP7QZnXI40sIerB7zl1kB4pQjvr55aM0rnyFrjSC8Qch"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.3.11_1599149029036_0.7693272186451006"},"_hasShrinkwrap":false},"1.4.0":{"name":"use-places-autocomplete","version":"1.4.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.0","@rollup/plugin-commonjs":"^15.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.2","@testing-library/react-hooks":"^3.4.1","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.13","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.2","husky":"^4.2.5","jest":"^26.4.2","lint-staged":"^10.3.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.1","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.26.10","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.1","stylelint":"^13.7.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.3.0","typescript":"^4.0.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"243f59a7ca7822b15382caa97038a49fc32d2291","_id":"use-places-autocomplete@1.4.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-KnRcCaKXMiT+lJkfHPZ0dRIA2435LHaPaV5Uy/O+50ce3nt3yYN+A7Sxpjb8NKSXSqU58Kx/g5w4xjhPzJND7w==","shasum":"d0de4b70638f60d0877c9f50d5ca1bdd58ade216","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.4.0.tgz","fileCount":7,"unpackedSize":50678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUoO3CRA9TVsSAnZWagAAxdcP+wR+vXbd7UUcADhcl63n\nTZ2hLFwMqmOJEI9mgFR5WUu+KPNh7xQhwNA7m7azoQUysRrHbl1+5W0D76uY\nEczGU7kkozAvcsV2IxDLMnzCfQSDlyH9Pht6Aw6nue9VoMETJtF0Dpj3/Axj\nAmGGSdQpTuXhwLzgG1s6xCtMqey03CTmipYBMBheY59uhJ5at4RCTeZYpQdY\n8g00isQUyJd9huXJNvwmSBlx+BDdQ2y3E4SEAGH345ygKlt+cUs5qDEU07z6\nsklzn+n52+FJEZmxhsObFrclvTAvtkysg+4biLcEYD6vJqNJYzXOCDYut4e/\nhgepm1vsARaDsGOS5xEDiYMTeEXRTIOqbnV0Q8dioqEHpq+rpvk/VKWS3rnA\nNxNnsUUkwgXi0ZJn5SzSr2dqGoly9JaiWSvS0xg8r7TfoUJEMncJr5NC5QR/\n+6oWeXrTbzjM+pDIRQ+1tLaFnxGlxyXv3oSFA5EteDAN8zvtEQtX1RhTikcp\nUwyhlJLJ2PiEbA+lT7h/yyNo6HWTSJ/TjvbIY6XJY7vgM8ucA3Pv1CHWBtMW\nH1bjYKmboQplfsygAhzfpW6xGmjdhrIVOUmNES8/rJu4dDW41sbSlSGxeU3v\nllY+vlcW/FxBvoW64jzmUC7PLWvg/iyOLMrotSnt/7ARNzOBOdDMk2suWu9Y\nhPLL\r\n=gT72\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXGdTd+MohKgJw6ClTWA8t/Px03LiskUJWrtiEDVqHhgIgftdth1lXMeajO10WBYWTaWlAMymuSUYAyCv/pqqqQKo="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.4.0_1599243190500_0.15839688372990857"},"_hasShrinkwrap":false},"1.4.1":{"name":"use-places-autocomplete","version":"1.4.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.0","@rollup/plugin-commonjs":"^15.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.2","@testing-library/react-hooks":"^3.4.1","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.13","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.3","husky":"^4.2.5","jest":"^26.4.2","lint-staged":"^10.3.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.1","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.26.10","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.3.0","typescript":"^4.0.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"82fb85a02497d3bb933f79bc08977381286b6137","_id":"use-places-autocomplete@1.4.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-6NzXG7OvW/RvCoLnojKLyfZR3FwZF/pU+srt0g3WVX0n/nFoM3abyeX05xMMA0KOMPsMQFtRZWqP1Xq1yiHJvw==","shasum":"896cf216d56cf8f6f5d4f518908943c58bad45e3","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.4.1.tgz","fileCount":7,"unpackedSize":50747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfU/fpCRA9TVsSAnZWagAAd0YP/2B8it2AbD7oZVP6zkOM\nneQZIEqNiS3AvjXdZaa4SQh/W+0ddFTUQfa7NwbvFwHzGCwdHqnqw9ZuWJgv\nmkn+S+7ggcusPxZjxHpEY4wFptrQ1jTZztVSt21fyFvQhmMEn3hnS/dyjZ0W\n6pLH7paOXhC+SrF6/KAIUdwLLFTV0PgH36nU05neTUrwlq8x30ZwY3TKcxNo\n9Mo+e0MfPXCCsfQXMvRETRwuJ3ulu+jZLRvQn76vkuW6ZAQ5En6/VzsscLD6\navT1yCf32Moqlq4jdtSlcfdlZUttzIB+LxVAtX2EZGNF3M9ryjUsvwE2q0Tn\ni2+T7RCHBm+Lq3O7U4T7K9wPEPctRXNQxmO3hP+Bb7ATZrFUG1dXWFtHVFL9\nwJJpdcyNzo6E06R3KsCIT0kHJURi/H8Jla3pcPPpbDZrI2sRffavZHpHaHm7\nopDZyaMfLKjbRJZRXA67d66fJ+hktxF+8VyuiLe1hVJty31G85kpA79qKC7h\n8DUnsai1OdbdjlO8Nh0wvu/wGtPL5yCxHPR74ZXhjlceBwyxTUr3Lltzm9k9\n/MS/wo/WtJEy2+phD1smnzRvhNii2ae7eb3RXWPJqKVzuf830DRw86LZCX/b\n4H077SSTZrVWJgi7GRj9GVotoj1FcrLy219BKitkz5gU/PhcqSbnl3oZz3z/\niPQw\r\n=atCy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9jaxBbfQ/WnousTeMXqI7L2m7s5Nl69FIBhUtTZtedAiEAxcIVdHyZCbIKXRJqSiuAjgiDN8ZV7U0ACPaWW6pWZnQ="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.4.1_1599338472751_0.473327405922382"},"_hasShrinkwrap":false},"1.4.2":{"name":"use-places-autocomplete","version":"1.4.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-use-before-define":"off","camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.0","@rollup/plugin-commonjs":"^15.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.2","@testing-library/react-hooks":"^3.4.1","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.13","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.4","husky":"^4.3.0","jest":"^26.4.2","lint-staged":"^10.3.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.1","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.26.11","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.3.0","typescript":"^4.0.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"6d00678b74c1ae593ccb0fe11ab8550d198e7aa2","_id":"use-places-autocomplete@1.4.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-JVv0axI+q38knN8jbDzijJNKAKKSVna+V7cr9PzPgD1pSrlkK78GO4UW/FfPnU06F+fAzGFBtLndNfP4Ty2pYA==","shasum":"2728365fae293d0fc157cf0ac8d3c0b09c150d20","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.4.2.tgz","fileCount":7,"unpackedSize":51106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWP+SCRA9TVsSAnZWagAAbV8P/RAzkO0ss1LoSm+2pkCU\n4KQ31DuSxUj3/hS8xAB6szIYOMWlZR1gEV5sTtIXA/VgFGchkZ93h5VKqpUI\nfLuGiOuYc8uLkyewXpNBb7eO1YOBaAG0f7vgEGCDyIUmdZdaXtGZuivUrP4l\nmNwvGm74amA59zIjBcDzJvwUKr8bHSDgvgrKKK8dr10iH0Dc+BJp8rvtNbmi\nSQAKn9pA6hogjBFrZvuLvhVRNTNH9AWA1qZXzGa9pnlEMat351plN3K9uf5i\nnCYalQFDGtBIJ0YMYi1CPubwCFONgYV53I9/zkVT/LK5/fpOcNq9mkIZr2te\n8Lf3TiAbjUwFQGnakIEKg2LafG2t9SUOCr5n1rDWUkvvBchpwb0/IQQAHgJM\nx6bAMkjLXNqrX9CpcRKYfekDqjzUjp8bUvRtfE0CsFXeEAtfRNLwxg8fMkV/\njq4SxFErD6sTzdYH8XDUtVBqkj1t6L9LkWuggXN1+NzVbyMZW3I4CXrKtZPx\nb5/WXihDNFpTrJA1PgS6lFvPsMbzJseodSrfxwnTnLNN4IcGMIuLXnjJEEhk\nIC3bKt6/WjUMSOQmHSbITSxio2BtddRYVafU0m9vNluDf8YNji04AXaf7DrQ\nhBn+pnsxy5BIUUxizzS+gHW4cWdXJximVD/fkLlEedMbfpSTWMZZgOhmPSvN\n2Qi3\r\n=JPwH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDi5f3T6+X/ojTViZXH9CBvRV8ERR7pj4Ymu/Clv6rmtAiEA2PUVoCX7SOeWrcB3vOhlohQIrxazEW6AGh6aomi0cHg="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.4.2_1599668113691_0.5170977118293065"},"_hasShrinkwrap":false},"1.5.0":{"name":"use-places-autocomplete","version":"1.5.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-use-before-define":"off","camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.2","@testing-library/react-hooks":"^3.4.1","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.13","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.4","husky":"^4.3.0","jest":"^26.4.2","lint-staged":"^10.3.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.1","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.26.11","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.3.0","typescript":"^4.0.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"43501752ca61d296fff42cb6caab3adcfec3aafa","_id":"use-places-autocomplete@1.5.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-vm1yqe3Rv4elUsSbCiIowKTfk1yFxmNkgAKT4hPXFr6N4j7Ym2PSfiwvQIGivAwZQ1pAC2j+s4jsN1BGMhdpew==","shasum":"ce4689fac288a7797cc5fbaf17321fe84e87e759","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.0.tgz","fileCount":7,"unpackedSize":51472,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW4K8CRA9TVsSAnZWagAAE20P/0Eir4rHuc6ArKKYt1Ep\ng3Jf8ApYq8VJDw9rjMQp3/k13aaVwF6bXl4WvVwQgI6Pn3MNMkkRvNXIp5cP\nOMLP17Wbo/mhtmLa7WmoiuZHBGxcBdCiTEIFhbayuDbAOdXX68BEnKwoS5a3\nfcINy9boA/gDH25orWWgXkUAZl5/8eQZOW+0HnQzRo7egK1xyeRjJqsAUqa8\nJIxsE1lu92CjwkJ3vHqqa/45mOelOoLbvlp39nu9bHpIzd1jv7MGgBwaqP6W\nh7MZFiGko2P4bJt+0tBIFTYNUZYNXGirCGVGSR8ZFCu789qUNWYx49C4WqGR\nP3p+9FIviq4oA4XEiUblYc19p4jwSDfGFQ6elZvI1Bsz+Zp1bHoXpsfcKU8w\nZoozbMsm3Cal/2VEjWb0LUzO0hCqaWi6udFdT0in3KAyYtoOXOhuWXdyc+si\nSY5hJHmVlBcsAn4AN1rSL4GEmGT/yHNVj38BqRm8DKXboDJ7TupTtdeYUvM1\nY03n6cR6haOP0xjlU92TSa1OtH0vdSmph7F5ecN2Wx31HilkfUl7j+4y0Yo6\nH+y1qDGVhJxqkxnA9Kx93fODZafLxd+vbXyTj7bgOqA6Sb+FDPxemEnrZBDZ\nePvC3yVm4mJmR0chF0tiUE9iKvR+sVDsPJqLmoY7cJcjlc8HwuJjaCzgbvh/\nHp0p\r\n=sRKb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGaJ+f76R7Msy5XugsdACjh6vbom31WR+bya6/+CzWREAiEA9hAiIj1O/4uWNFaQOQE5aVQ1HfdvFcc+0bk/P23Wk8s="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.0_1599832763591_0.882028049201675"},"_hasShrinkwrap":false},"1.5.1":{"name":"use-places-autocomplete","version":"1.5.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"no-use-before-define":"off","camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.4","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.9","husky":"^4.3.0","jest":"^26.4.2","lint-staged":"^10.4.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.4.0","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"ae99c5b30c30028c6be13df07631ce1af7d92ae9","_id":"use-places-autocomplete@1.5.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-G9CWiMFYUMchZVEOke60m55B3qkR7vKkLCeL/0pcXSieCydxe+V66Y/vWW6Ce9xZaYlv8EzCbwOkznIsPAuH5Q==","shasum":"189a8f59db4e512c9b51379b395529f80804eb6b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.1.tgz","fileCount":7,"unpackedSize":51414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcgQvCRA9TVsSAnZWagAATBkP/2qngheJ8WAreGzXm0xG\nwO8Y/zRShoJ0Ot79EApyOWMcDuFQqNhkWB86DEqzhXnd+wLfhs2uds2l/tK8\nlpoTJFULBj47CVswkfpsgj0F1pehVCRK/KhMbdpSYKUooBzdIFIpZTsR47VE\nEy2e9EOv5w5iyBLkknVKnTWwZK3G3KUj7wBT3HGYrkDz+CmQpkOtVihyYMPi\n8LAfs3LzPVaWcyllCQZrNN+H1QBREVy4F8SRMbhr4wulO1qoMdOijtc7czaq\nnsTdBVsjW2CYa1xwVKME+WeA/RzfxozFvUKWS55uPcykhCDk/8MAIeKC0OKC\nnlOtc0L421js00JYoPLAh16uh3wz6W50cgFdkLC/W0f1LF4KldQtfo/B+0ZQ\nnm9fuxotZqIb2Ttg4CQ8j14NQa3fcqPDWTKEscNPUFmuvdJYbIioejfEDA8v\nFXV3VasNe5QMH7TX9jpbi7ytzhZcrmg9H6HCR/TtYuYGtRkF81+ry2JWY6eq\nCSbMb6rflNPKo5YBv+D5RQF7N0bgRakfCwIkfKYytiGotChAbRWBTtvJjSDr\nFJeT3nmtfdnxtauMXQX984m4tf5vfko7B4uHP0v7x1fXGvio+sDd54zDv4TD\njQb7WfSf0q5f1srJIgiB7fyBS/iwA83y5XRPhyVe+HssOO/CJUkAyBZQzb5n\nE1P6\r\n=BxvH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA3GvM3mHmuescxRovhDaLm9sUvPF8rk6cK1Ty9ze/qlAiEA8LDXPrse2yunEd9D01ke0rtxpujDcpKo0pzz6Pmh/Wc="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.1_1601307695112_0.5291085661574713"},"_hasShrinkwrap":false},"1.5.2":{"name":"use-places-autocomplete","version":"1.5.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/proposal-object-rest-spread"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-proposal-object-rest-spread":"^7.11.0","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.4","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.39.13","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.10","husky":"^4.3.0","jest":"^26.4.2","lint-staged":"^10.4.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"29a76f3ab3ae9e6a3d454bc319e4f49a31b3b612","_id":"use-places-autocomplete@1.5.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-L+DVYtTp37uITRj3AH/qKk2KwZRzqsuWBNIQk8m/L+dm6hFzu03g1EuCPj01cLHi11AJgGavWr+znNGX7ppYjA==","shasum":"6d78fb7f337b7e1d5ac23a797176e564137d6562","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.2.tgz","fileCount":7,"unpackedSize":64282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc0MrCRA9TVsSAnZWagAALjoP/jp7iyEoJ2dYijQs5CY6\nQwDQTaTgJEnJK/CYswW0NrurteqWMF6piJuHxa3bbj6kNjV+wI7tN4VkyBnx\nDUaQ4ZnHS3967yuMtHYvjusRyV/V1DGI5fTQw0ryk0UCoA0l6oQbGQTGBz96\nYY6uCfo39GY05U+QoelL4tLJaz3JwnLmnqCizuJFIuw/FDg2v1jJtCNjwMKX\n0Eo6n7HTyieBUahyjeD/uXbKC78MeuAfwtn7zDYMRKLAUNuqj8QMPhYbsrXW\ndP5nB0TAnL4K+5OgSgyN/13IKD0K+syKO3nRTLXwoR6/bn5QfRwSI4MocdRT\nieJAyOVRyNd0pYhPUGc8lOX5r4AabgtndUKVAPF/vAEnPiRU2ISjlkK0r8rj\nV5IhPae0OdECpxCl+A+/+EoSXT87qHQ4LDUrfsmWqYo9ooLJoC2lRN35qHnM\n5EiBqEWIEQqu0bhjxlvPDXdN16VkKnV/pvz9NOnwhT6AQ1sYChFR9MyIROqA\nR+3tkBQy/4Ovvu4yJjeCKuVEPFliS5VSrpxPLg8DzGvM6nzr3Oh0KDp2Pkw+\ntOxssfu3XecgsH09UMfg3844/DxeMfa0b3V7k01ytU3j0XIVOz7jozzdbLR4\nvMkp4A+tdlnx2pqYia1Jdwda4mR4WsEtw85T9ZLCmoHIaK0t2iT9LhIRy2zg\nV0nt\r\n=Rr4X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTLp7ah4unvZ9ArR9st+tLT73W1oC4Oe6rX7VWf2+CbgIgUsFGzF4gvjE0StmxaX34ualHvIrorUmEyVOwqROjE/A="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.2_1601389354766_0.027160136677158775"},"_hasShrinkwrap":false},"1.5.3":{"name":"use-places-autocomplete","version":"1.5.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-transform-runtime"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"@babel/runtime":"^7.11.2","lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-transform-runtime":"^7.11.5","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.4","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.0","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.51","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.11","husky":"^4.3.0","jest":"^26.5.2","lint-staged":"^10.4.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.29.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"3d8fa707915143b41b1a417764fff2fb2afd349a","_id":"use-places-autocomplete@1.5.3","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-aVi3ikcfpUJp8NRAvs/NQifc9tgpJrPWkoMkvFnEvhivF084eBY0SYpdyXRMn+YaAeIANoI6205POUXR7dOwSQ==","shasum":"07832d0360e72dbdd4d438934d834d692b6abcc2","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.3.tgz","fileCount":7,"unpackedSize":61053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgxFzCRA9TVsSAnZWagAA2QUP/jORfbrfUrWQ0PcEiYD2\nQOpKQzOhHFFs5S1bhQXYV+YbTH/luT3hrvk8cr5R91RyuzVM4cHIAuYAi+3L\nJS2mzBL8NAQDE3/vtY9evvIboi2cI9ZlgzyluK7bN8MJyhlFsKIqizqKgdoy\nmKSW3kgReKX6H8C1SXBUJipHlhbMGafzUb3x6qB6oLf3lLmlK4TxGPrjVlPh\niwRpxKivUAEzs9MDxKwGNESSTpc/VCdJcfnHXzly3OzUgE4Eg23X4Z1m8sOR\nN4+S9pa6rrfZZfarAsyPwMTWsyLdFetQoYebpL5U3Ot1ssFvwwh2nDjww51F\nJHNeTD3xP9YOOBC9tDvGY98i6VQtjqf+JMZ5IMAdnnRg5SDBpyPnNpW10XMZ\nFICI2nHL7c5puNmFilWmBHhmgaBNE5bTGF/2Jwmjimd3eTpRbeUKjlstbgLm\nizBkw6i8OEymKavpjddh9KXA5WxhP8Tz2/H5MfwlGT2buftCWg5bH9Lcr5UP\nMwQ3pi2XNC6eB+VbnrE2bLhFO7YQEkHcqKgUETqlm8AcBYjZ3lfjNQ64NDXU\nxD8OcxljIbGP1d+NiuWKCJ8de8o6y1jZnoz0POonrLsl715RgZI2SWQhp7hv\nZh7CyEt/DMVTB92hg1lCujEG/c3b/C/qOGWKEM++/qMf8u/7U7rWGZiVWvun\nsBeD\r\n=gE04\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsZaXGnTuPpBObn9WHQR0iRIlJEZFWOxYIwt2jXcx3QgIhANAokLzAwCUQNZWKwekDHF0QhQKAXtIjWT4sKzvvTcnB"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.3_1602425202773_0.13277618979568628"},"_hasShrinkwrap":false},"1.5.4":{"name":"use-places-autocomplete","version":"1.5.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint":"run-p lint:*","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","*.{json,md,yml}":"prettier --write"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"plugins":["@babel/plugin-transform-runtime"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"plugins":["stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true},"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"dependencies":{"@babel/runtime":"^7.11.2","lodash.debounce":"^4.0.8"},"devDependencies":{"@babel/core":"^7.11.6","@babel/plugin-transform-runtime":"^7.11.5","@babel/preset-env":"^7.11.5","@babel/preset-react":"^7.10.4","@babel/preset-typescript":"^7.10.4","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.0.4","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.0","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.51","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.4.11","husky":"^4.3.0","jest":"^26.5.2","lint-staged":"^10.4.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.29.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","stylelint-prettier":"^1.1.2","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"51dfd541cee82b53f1f004fd65f12d133f407d8c","_id":"use-places-autocomplete@1.5.4","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-NyN9n89jV5QhNKcbCPv792cUQdkSCRfe9vJKQFc26HNYJbiM7L/fKqnljg5w6K92nYelvo9mv4o/FJHuQ1wNcA==","shasum":"74646f77baedcca9a93df8bf7920b901bf0516a4","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.4.tgz","fileCount":7,"unpackedSize":48356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhEGwCRA9TVsSAnZWagAAEx8P/1w/pFzpO67l2XHu1H3m\nHDtvgoeH3kkGUFmY93TJTFxtgWTXWqCuqYDVWeiqOqBMMNAhhnB0wI8hQppv\nX/LbROkKnS2R+o9CKZJIw/2gHJHNNLNIRPnqHc8yfYDu6PrGqe3rFg4dlc7B\nL+jBgsoNTHx3eapsO2lur602wrI2zXuUb6HhYPOL8IRrsFJII8Ha7JHJ7WAG\nrgBH1VRGdaZ1rGQ5g56VC7TC2ZO4gBCKv5xupORivYaHlndjlWaIlpxmPPW0\nlsBgOFN8CBH6DMQ98wX4I9Tie8D6SiqMnMoH+z5NkwjB5fEAM1DsbTr3OoO4\nWT3+kze5CEDFkLZ/nDav7UGydtFSW1Bj0QwHZhXbHsoWkD2EUiBBFJF/5lOU\n1SyV52AmfEde5nSV1auUcmTt8lRVOBLmrQK3rLflrfRtLmTDZ/R3OtkCYCff\n0XSAXxwCUiBeSCe4dFO1k+QwNnkG9sWxmHPfgRIEuGypBx4ZxYBR5eMWGgF2\nOdM4nYQdb/Ra0hPLOZC2bN3e//SEnEQpdwVljRrQ1PqRB029oYuIsvV48ew6\nFnnEeQDrGZ8M2jHs9i6NrAARu/azyLfKAGI05WcsRCfuAuiQJTZswnbrgq2Q\n/H33ZjOFqWt9q3ddUg1rh7PbQYYiqhWB2pxGstMqc8NWz7FMfS9WRf1FwLY/\n4rd8\r\n=tzr7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVCX9zzpioFARpxGY/poXzmt83aH2OoXdTb0T3J8sjrgIgQJv2uDDg16VKDJZnCCkdEVtOt7XBQKmUrJuxfwtv0E4="}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.4_1602503087365_0.17603958853995594"},"_hasShrinkwrap":false},"1.5.5":{"name":"use-places-autocomplete","version":"1.5.5","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@babel/preset-react":"^7.12.1","@babel/preset-typescript":"^7.12.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.1.0","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.0","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.53","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.6.0","husky":"^4.3.0","jest":"^26.5.3","lint-staged":"^10.4.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.32.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"385ef21514dd7d44f969c2766044c2daa0955330","_id":"use-places-autocomplete@1.5.5","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-Tw3KslDuZSkjTb88pt6zpLgiW9Jt4KQaA0KXcNGgBzKBEelg5F7gq7HVhbtgtH4fDSO15y63zGmBbcT1xU7IXA==","shasum":"7caaac00c3c134435f3d06d962eef018ba1f3d49","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.5.tgz","fileCount":7,"unpackedSize":51945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfi7xQCRA9TVsSAnZWagAAbmgP/iTC0MPkygdxh9Yw2BaZ\nQg7ka8fNvhXMmsDeWn6oMTaPOEYIfPfrxJh5uw/iIVDjJ8u0YyH9tvBret00\n6p868X8k40WOVnn6yigJ1E4n3bEcHSt8oDGgW6r9od79fwpfIBYOCoVY+ZFy\nutcFtbWzXqAYHreEdrjlbXkjbJWJ+owQD/CXIuJe6oI614oohpOzb6SG7wFb\nyLYTB0ER/hHb+4bYacj5ZuCAqjAsnRxYX0yYjGrdfsIbIQGPdis4QiuPSHqy\nSjbMaoOif4novy7wstOojstzD9Yb6Kwnnj+gD8nI+Db4/8Zsx5h9BS3lewfj\niuTij+SKgpPmD8nGwHnHM/jCNRLSsix3FR0SKZuB7wEQSOcHC8KqeNER/6fT\nduGgDGSS8HMnqU68N3GJAJ+2Tz76+frYjJkgkjyG1RbqbVqxQnV+UUQ0ekkL\nk1cwtXOgXpKudqUFSVgPsreGWbZAJ8fauX30KYajMfJQV00BxUl0rFkUlFIf\nO64g37kQS+cFhiP/m6AX3RuXyKBu4QUOh4EKAGAGAWP+dzU3QyOb9feTSrnd\nIcDBm9/I7kJOhwB1KIBk/FVYRFGzN98eXiNe6dOnMmxmk9syJnqzZTeAwZsR\nxKi51yP5DUEbMjTR694ZcMM7wAq22NGAJ6EKqgM8c3FuCiwZ2NN4zE11HUmd\nIspM\r\n=Hdtc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0kt66zllfIMlfGEHOwgFirJxCw9OKkA6O6OvATtv3MAIhAJtzvWtCk3LIiG4zmm9aMnsonAp3ChsdlDB5tmNEcghs"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.5_1602993231654_0.013952694914600716"},"_hasShrinkwrap":false},"1.5.6":{"name":"use-places-autocomplete","version":"1.5.6","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@babel/preset-react":"^7.12.1","@babel/preset-typescript":"^7.12.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.1.0","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.0","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.53","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.6.0","husky":"^4.3.0","jest":"^26.5.3","lint-staged":"^10.4.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.32.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"e6426388e31395a9477db7131bb7ae60dbbf3547","_id":"use-places-autocomplete@1.5.6","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-8URaOVZvV6TeU1zQPD2JqkowEAlMKEmRljz3r1e+Tql3umNtZCqdwhBzjKmhDUnlgykqyuQwJsYfrs+rkixKZQ==","shasum":"4c1cdc38b3cf013e00746d71431581af1ac0a8ab","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.6.tgz","fileCount":7,"unpackedSize":52012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfi7z9CRA9TVsSAnZWagAA6XoP/0xVYuNw/Hz0W7DDlxxF\nG/pMq7t+DhrS45YO18ZXUJWdqay/4CIJEXDyfuvRGKdLOEF3ejA5eCdV3oaB\nhmomRkpEzBopDuKkKQ2cW2CkFCRGi7yq1IZCvVltw3iYszDE381Hg2GDLHcz\naQJYVd7oPIcByBYI9zfncVr7RwcY4/PLxnPu8yfqV6ohumjnYaI+PASpcQba\nhNGViRu9ZxTpQm63hIc5Huqtf+ccW1RtQyeI5B673aqV3L2ZzKpZl47PrB6c\nQpAOvvTpmKJx3iKxEh8cDDtwYLLf/a6gWbBRdqpovMi3cf/2JYgzUUxos15w\n2lsOqlsT/rlSIcI2ExKSe5VwajAhcPuVp0hXdKuZzgvKRfSxIq3J8ms8LgsD\nEw39BJ3itfqGR1kfy1NR5wGQNw+XnRYhBfBi2PzyhaaMp2DN5f9nCqCi/iVB\nt5XIziScMpN0ovGGTSrRTaT8DzuczKadvMnz54TOGA4FEnk8y7wk/wspGQ1o\n5L2o9/t6eQY+HisoIYg4oXKXOeeAsfXoFrHbLsr9yl23UyAUUxkfbncwF1LK\nO4tWibct739gPomgbixp7K7ni+wJ06nohs8X16SBlnpHP5zQ1HP4lYIkkMql\nkJWepepwvZrTE2GyTGL+x3r+Get1mXxyBw9bZweB5JxDSAxZe39h/3qbzSj8\nBsNF\r\n=2u0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj6GP07N6yoTb4A80l4JSah2sHocl5zgTRPdpqnP1JDQIhAK6jrfqke3kSRQWdPJdPjtuQ7lbWbfabM5okIwiUwKGa"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.6_1602993404511_0.556630078449643"},"_hasShrinkwrap":false},"1.5.7":{"name":"use-places-autocomplete","version":"1.5.7","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","type-check":"tsc --noEmit","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"babel":{"presets":["@babel/env","@babel/typescript","@babel/react"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","moduleNameMapper":{"\\.(apng|bmp|gif|ico|cur|jpg|jpeg|jfif|pjpeg|pjp|png|svg|tif|tiff|webp)$":"<rootDir>/__mocks__/file.ts"},"collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@babel/preset-react":"^7.12.1","@babel/preset-typescript":"^7.12.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.1.0","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.0","@types/jest":"^26.0.14","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.53","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.6.0","husky":"^4.3.0","jest":"^26.5.3","lint-staged":"^10.4.2","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.32.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.1","typescript":"^4.0.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"c05e5ab7be4d3c51efdee768d1abaf49dfb4a87d","_id":"use-places-autocomplete@1.5.7","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-/6qkUX/AoW/aT/xleijbVW3JHTd6MdzJG5a2Vv+g/hSHbgmqSuhRQB3htPzJw9aAGJaHs8pk6uHFVPQyPbOszw==","shasum":"62642b23b6f44c7fd6983362afa6997f2ef614be","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.7.tgz","fileCount":7,"unpackedSize":52006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfi713CRA9TVsSAnZWagAAjlIQAIwGOReg4WMxzn5C0LLr\nDkhb2cBv/AuV+YSS3Q/Cd09zVwNFlUo8FhShslCGBafr/LpKuaMbpIBVKmP2\nU/29WOa+tOLpGmll30IhCTwbCL9TZiJHQK+cjjyVPCEbGC8PGk0PmBxPKGmC\n8KiaRbtJhpNtEVOKIamYwwxOe0uUUSeu70dtSIZucnZrh8HkkKFpldhBmN2h\nHF5CCjMCL3MT24+WT934rCYyYhpHIZpVKXHtz3sxFophlcTYmW+tKIaeTO9V\nFJnL/mZkSlCTDRvwlZDxRGjxWos2cc+0v1aHSU6N9mk0tTKQuRr1+pr648/l\nPNGj/g9IPS5XMhsU2zkEoQl/Apyd8wJ2wED6D3APKrOU5O1qJD0YZys27z1S\nLZ3BT/SQsX3n9caQUuJ2s/5IRTcIRes1cw+EhCbKqMKrl6uF7kBAwcKWIsGd\nCeR1/LX60GQnultZLqRSdp7uaMbafeqnBFt89DK3WGwpZ/86OVsD9b4CntVg\nyr2saDvjdIOdMA+j/VPWWKQZyLO5l92TqzNgroWjU0KUu4qRRIRVpqt9fCbw\n/Z+RH6bfVRvCaPnl/U7hyIfICcdbxYDIrBTnQiXgRh0PF9wUfHNE4IW9Q8I5\nqzILlCOiOsOg+TLPSSdTthlpCEQwyAgmhi0Fw8X178KbFrewy870mK1BwnqI\naq3t\r\n=C+JE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8ubKmOcPJsvA3d8Fg80KLbypGn4yM0okHyvx1jvwoZgIhAI9/XlaqwPqyKlfuiXMAG160QPEZ0eDMyfxuKzC3sEO1"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.7_1602993527180_0.021321513491784128"},"_hasShrinkwrap":false},"1.5.9":{"name":"use-places-autocomplete","version":"1.5.9","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","engines":{"node":">=10","npm":">=6"},"scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","type-check":"tsc","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"babel":{"presets":[["@babel/preset-env",{"loose":true}],"@babel/typescript","@babel/react"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@babel/preset-react":"^7.12.1","@babel/preset-typescript":"^7.12.1","@emotion/babel-preset-css-prop":"^10.0.27","@emotion/core":"^10.0.35","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.1.0","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.2","@types/jest":"^26.0.15","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.53","@types/react-dom":"^16.9.8","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.6.3","husky":"^4.3.0","jest":"^26.6.1","lint-staged":"^10.5.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.32.1","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.0.4","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.3","typescript":"^4.0.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d01d210f90ae4ceecd332b5105a1299ba2d0c058","_id":"use-places-autocomplete@1.5.9","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-XJJqRiteVQik/GYuX5MEw922MfvdGwwrvjXfzGrLcwByWU/c9eBDHfE8+WQQblNCM6dU0/hc8rk6h8fXKTrXZw==","shasum":"a6ef73d782718bc4f648e37cfe85ab8dbafcb789","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.5.9.tgz","fileCount":7,"unpackedSize":46855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmAUoCRA9TVsSAnZWagAAasEP/RE5jEMgfurTfg/lOq8o\nyUWG2TUkm7bDLdgN9wSxFaAJSQSBaiQM6s9j/mO6JqFz5yIAvEJiQXSOPxIn\nYjQxttKplyzSMn2vji5kteU/YbCoRvp3oHelZNmR4iVQ5Xhx9xz11uOFHxoF\nw1pzKmid45dFIXTi6lWCMEvqXNnGVAKlY7VA7p7xNH8Tw1J4o13dPziy+ptm\nOIupYm2L0WYNRd9/Ruu0u/Tw42Rd+VU/EZVMnNj7ghSyRLUudMe9C3fB+3ul\nyIDDNXAT24Mf+lfAgjB2LIZ1pxDtSBECi5XuGSHg+x3UwTyo4S2BIj94EOZ4\nX6NI2iKAhPumtZW/IkprKhumExElGaF61x3IYtPcAFLwflHxSTSJHPAlEnkx\narLmYsqiyNjkOaXXsCxGgyomHX2ll9gq/ra8+FQ3sgzpJ0WiXG/mYiuPv5os\ncLyJX8oe0synM91dv6G8ufdWb6qRqA87rW1KvB4nwIUXMMf3qClUefXf1LnC\nU0yVH00L6cZWGP59MriAtr3i7CVMn9yQRcOscxWMtcSoPqe85qFT11FoZkD6\nap46XapH16oQU036nAiyPSxni5pwDFeTKHqXhq5hZKmEx5PGcxlw/6haJv6a\nUeCbU5U1fdDyuEut9LyEQKT6CC2fB6VaQhkEcOx4ArmWu4Eit07/02QtOyH8\nhch/\r\n=lUuX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDriiDgzbjSxjrJ52ztmCFr8W1IEsGE57uqq30ThYi6AgIhALz1UKISF4dpSms7jp/BtRd870Ggxd9bvRYDHYahBXdv"}]},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.5.9_1603798312119_0.9934168585076386"},"_hasShrinkwrap":false},"1.6.0":{"name":"use-places-autocomplete","version":"1.6.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","type-check":"tsc","type-check:watch":"yarn type-check --watch","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s type-check lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"babel":{"presets":[["@babel/preset-env",{"loose":true}],"@babel/typescript","@babel/react"],"env":{"development":{"presets":["@emotion/babel-preset-css-prop"],"plugins":["emotion"]}}},"eslintConfig":{"extends":["welly"],"rules":{"camelcase":"off","no-console":["warn",{"allow":["warn","error"]}],"@typescript-eslint/camelcase":"off","emotion/jsx-import":"off"}},"eslintIgnore":["src/use-places-autocomplete.d.ts","public","dist"],"stylelint":{"extends":["stylelint-config-standard","stylelint-config-prettier"],"ignoreFiles":["public/**/*.css","coverage/**/*.css"]},"jest":{"preset":"ts-jest","collectCoverageFrom":["src/*.(ts|tsx)","!src/*.d.ts","!src/index.ts"]},"devDependencies":{"@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@babel/preset-react":"^7.12.5","@babel/preset-typescript":"^7.12.1","@emotion/babel-preset-css-prop":"^10.1.0","@emotion/core":"^10.1.1","@rollup/plugin-babel":"^5.2.1","@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^5.0.1","@testing-library/react":"^11.1.1","@testing-library/react-hooks":"^3.4.2","@types/googlemaps":"^3.40.3","@types/jest":"^26.0.15","@types/lodash.debounce":"^4.0.6","@types/react":"^16.9.56","@types/react-dom":"^16.9.9","babel-plugin-emotion":"^10.0.33","eslint":"^7.2.0","eslint-config-welly":"^1.6.5","husky":"^4.3.0","jest":"^26.6.3","lint-staged":"^10.5.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","prettier":"^2.1.2","react":"^16.13.1","react-cool-onclickoutside":"latest","react-dom":"^16.13.1","react-test-renderer":"^16.13.1","rimraf":"^3.0.2","rollup":"^2.33.1","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^3.1.8","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.7.2","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.3","typescript":"^4.0.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"4114d9f88d025cebf351434a3e97d6f2b67f043f","_id":"use-places-autocomplete@1.6.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-9ALK4UJHxtSq6GmHLKJ4uZSs2tpzFJM0XT8C+227KS2spT8H6n+Z4N9Z/LA3xVTSPD2mXMxvLueub74/wRMbig==","shasum":"267d82d7723dcfef02adf2010e6554d7662051fb","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.6.0.tgz","fileCount":7,"unpackedSize":47288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfp6o5CRA9TVsSAnZWagAAw3sP/2kpY8HK3HA0nXYo1eKh\nsvw9b/JtEe+Za9ctoBYd0/Yc8yX5RULTjpnAgLTj2OBmUXqGF02mtfPIRu4Q\n5rGv4qn7Bagk1cLRYwpYxB01+DY4+x5tf/XqhpYQ7o6lOAvUgSx+QE1lIltN\nn5GhDD/x6DAVZRqEdNUlg6mt0RFW4ZwqurtMv2ggrhRtUt1VvlhZwZJDioar\nIasD6l3+4CnjrWqLrBQtS6Ah4tT0ri9hbWEuAO1B0Fyem+P24KgJIwstiGP2\nj6k1yuEXQCKVl2GEusBw+HB7MzXLVbgUsd7brhfoN36bdIHx48yeBzWn9Nrt\nLlq7au1Bky4IsRZOAlnZ/FV22iN+p44E29DDP4Bv2uuDx2/W6qrsBGk5V+6c\nBPYkNoQjqQ1tnjPmpe7BWvYhsROVaceIPhRJDiCpGPSVNk9f+8pVW5ELfuBK\nAbZ0fL7HcijpLw0o1F0Uiz/6qrG2ncfMPlehCDynRodR5OxE1ezcEQs5687s\noz9oVOPG/taH84gjZCS7iSpCemZga1RIslT6PVWpv5OE88agQGuxEwyHvBKE\nb59gqumpDdzXw3x2dCMacNLYcAL3CnFQr5oOS/Pr7SXGm77mLEX3Ed7CJgVn\nU4Ow94Qyu2vQEFCfr3itV7LuzyhJ+qcZHwAHbPMnU+UH/uUabsPHEesoQAVP\ntbT7\r\n=8j0Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9I9slxlmBQDH1xwaQHVuno9GV0fbOge0557twK0TiqgIgaYZbOIY2TuyVFo0HP7uDARF3nT7FjpI6mYAtjVdKSOA="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.6.0_1604823608792_0.1260847463724002"},"_hasShrinkwrap":false},"1.6.1":{"name":"use-places-autocomplete","version":"1.6.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.10","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.2","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.2","@testing-library/react-hooks":"^3.7.0","@types/googlemaps":"^3.40.4","@types/jest":"^26.0.18","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.6","husky":"^4.3.5","jest":"^26.6.3","lint-staged":"^10.5.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.1","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.34.2","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.8.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.4","typescript":"^4.1.2"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"084445c4d66458fcb3b22fdd8d8bcedae329ea46","_id":"use-places-autocomplete@1.6.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-WnI25R44Zt8igvOhrQGm6uwwxJr2bia+97d4ASKWhObEJfwu3CxWuC/6vrbFkXGb/7eO6WRkPWP1ZQ6Xif0D8g==","shasum":"9183f0ecea142b6d753703e9edcd9f0c7ccbf27d","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.6.1.tgz","fileCount":7,"unpackedSize":45911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0mScCRA9TVsSAnZWagAAqsoQAIOSclEA+OynW2+PgAId\nBVLgZSmxROkKBTUuIXcfuFXNu6lPmMeXXX5sjRGGqUsICL97wjBr993DATd8\npkiIlcXPqIysgHJpa2sI32qBs0eHBFSC/CP1eeZvxixkzyt51pggH4Zsn27u\n2kTiKzbcjrOEG9IHVvcUdAHc48AcvRktDQox0RV5yOgf6UUdrLtkWlRSArJx\npwscV5ud/aypbGuxBSUc+K3AiTRYTt/rSMTjcu3/BoPPxujZbVcxJ5UQjjDA\nBf/DRaBTX8MvpzWtLqZ/LfiJp8cSSVEguWL/1ucGD2yyy22NAe8b238e2V+e\nd88jzwN2phJSasGzHxuHyt3UKsd7DH+otFnExhUbVrtErCRGokqXjHd4kPq9\nRRpjQ27EgfXlJHQk7ylvL5bh5i4aB8M+IvUUOMj4nFfOcAQ0/xajjIyDzDoG\nBZqAIBSUeOnEzHSWwfJWILI19oU5XMsr02CJTdryELyKiWu1vlYNfCF+eBre\nJWirLAxKFVPKQxy/pUhg+5QJ7wkZomvbMXhlcamQjGdf+h05aFhe3AB2A5vE\nl3P6bATUKJ7T/Rnp2t7ORG4TrcMSaXNGa7Ep0A0GKNGPELpcy1q7Dzlpd6VJ\nfCy8nWfKYTGWwNtUCih4K3DcNCFTG5dZkhd9qSMAM+CecM/7JEQk0tgXcapE\ncR3P\r\n=p4y3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoPhJY0TX+eUtmx/rNMauQPDRGBHnQOd2ss/tnNDQ6TAIgUcxZXpN03LgTys7y/d1HyijnZBXQ3+y+ctDYELNA180="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.6.1_1607623835877_0.2827076934897179"},"_hasShrinkwrap":false},"1.7.0":{"name":"use-places-autocomplete","version":"1.7.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.4","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^11.0.1","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.2","@testing-library/react-hooks":"^3.7.0","@types/googlemaps":"^3.43.0","@types/jest":"^26.0.19","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.7","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.1","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.35.1","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.8.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.4","typescript":"^4.1.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"1500374aa3226ca6d817f0f1575ea6329e5b6da6","_id":"use-places-autocomplete@1.7.0","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-m8/5U6bGcsQn2Ydkvbn62L+V16hLczAJgTgGW7oZxgBuuwRYwWE/OlzUNbgeXhsCdYfz2N90nhpAfIAL3o6xgA==","shasum":"58ef4e5b710edac3c3677c2c6ea06fb49bfdc719","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.7.0.tgz","fileCount":7,"unpackedSize":40893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5b1vCRA9TVsSAnZWagAAufAP/39Jxi9v0jJdIBDX5FBs\n4cQeEWZeHT4qTncjg6pZZwluupXverMseGhuLqFjzZHF8Vjdpjn4P+TkvVqr\nYT9yQ/9MNraAhZmsRfOXS20mGTXg36orx45Kf7Yz9i+5/Wje9gAj7SW/dJdS\nLxZwHdQUh4MXo6DmYjMTuxWK2LCg7+UGd6Pg2+pUrBAIpt9dTLBEyhLHyjBz\nJZKJUbVQ5TNVA7SC1+C904f5fI8fy0DQEqjg4bvIin9Cl9nSfii4d6buf+5G\niLi4BMiqHWR8VOsrhlt9airgZWt3y6YYAcJUsynjVASO7MkAc1y3/TVwfOJs\nh+aoJECoWxC02qfj2WBJx08mvta0gYloZ55RuyS/uUagtK9xH8Pd2I3KmK+s\nj9DbKFitcK9kn/i7gFtw1Okwql+5gr7/+iQBCMc0IgdEaTDT27tTQ2Qub+kP\n/8mUQZBoQDlH7vIrfxGGcwxIHbJtdrfudQOUBB5XR4lqiEHneIiJm5xezVZo\n0XWt4WFDvoUOgUr4K2bE+8tsqDbvjTdCQl7Swq309KgVzR4JpiQPh9sEFjJH\n2SgtiSXFazVoTd0MEHymqarsjw+uqwUJQeSIdWd/Snc4hrdSwH8VLK8cKNPE\nbUp3ejrR/Y/JLmcLEzNRkFxP28wdtQw61CjYBIWjPQWUyW+Zf9ZksQPDXDaL\nc35I\r\n=Voyy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBACMbf6N5kRPZ7OYQFELqZid915+3mNHVCAh/xyCb0hAiEAxKhf29b+TVVLMhWW+Q3cxD0efJtM73Fs/KQQV0uNgxc="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.7.0_1608891758424_0.08802234820182786"},"_hasShrinkwrap":false},"1.7.1":{"name":"use-places-autocomplete","version":"1.7.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.4","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^11.0.1","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.2","@testing-library/react-hooks":"^4.0.0","@types/googlemaps":"^3.43.1","@types/jest":"^26.0.19","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.8","husky":"^4.3.7","jest":"^26.6.3","lint-staged":"^10.5.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.2","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.36.1","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.8.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.4","typescript":"^4.1.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"93fcf73d03553061142b94a5250f95d3a7c02ba3","_id":"use-places-autocomplete@1.7.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-5EeKEZ4SVTH4hIIQXKQvYgGg4rQl9RzdVg6TTF92pZMgURLCxcjqxYmpR2SvFGDMCRbzwQK2k3SyPSaqc9E1dw==","shasum":"ace9e0d8240be40a35c2646a59d04d431f7f6f4a","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.7.1.tgz","fileCount":7,"unpackedSize":40995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9tCPCRA9TVsSAnZWagAAx6kP/2hNCzXRfZXE/7kaXLGi\nvumGHvf0zgYBQAdAgCsB5VcPgqvk9JLnXHeTVcNXEBXL8Llx1iGu+BhesO+i\n/u8lrpmG0V/1QgJNsVw+r4yy82p6rUG9uogfNiQNSYLrUOMod3sB/lt6wX/M\ncfyTThxwI+z3wNGVwRsVq/DOkTyIXEQfJSHYy4g19JXvjvXkGD0uBzAAGo7O\nj+2ebaToI2I1Dhwcq69e0cc/xv2kNlX2mX6b6lHZ8FEsawHBkQq9N1VfBT82\nyXOfN8p0FnOsZ+hfEieTov2V9iYH0ffcPEcC6SiIGEbBw7PpNMB1EvWLVwyc\nj8ynpLCc13GGYCkToh87X9AththK0Zz1d9IXc4FfH248Dfth7weIKzxchuqt\nMIb4g2GiIJKesomnNgoRP39V/phlOFyPSIbSgkBoCpVoMLrOBGGEJB16hr5a\nkcJNl46BOJ6Ar7Pvf1PD6uRLm+5tk+0nOhCilaNoGFC2L15NOmDnuOi/cJo0\n1qF2cFwZ66iRUPatrpIWlrtZ1BqBc32HYd38gxCH6Vx5HBiuDz7USu+bj1io\n6ZB/WdWyvlJh4L+PEfixWFeFpcwlasbQgxc3K6WpdjlTUS29Ec2XoSTx2Z8E\nqTyDWYfwkVHyHNDWEoSTctJeXMjkeOpRiMVPA6tI+Z3LkqZ08HlX0ZhxYms+\nIUoa\r\n=h9Dq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA19otiiIMW8DL+ujr/ImqxC4z9O68MYy36akD/O/1d1AiEAwv5AdSfEH/gtsWA8usMkG0zM0ZBsHBXqnX0EpEXvx+c="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.7.1_1610010766642_0.0994869716033413"},"_hasShrinkwrap":false},"1.8.0":{"name":"use-places-autocomplete","version":"1.8.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.4","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^11.1.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.3","@testing-library/react-hooks":"^5.0.3","@types/googlemaps":"^3.43.2","@types/jest":"^26.0.20","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.10","husky":"^4.3.8","jest":"^26.6.3","lint-staged":"^10.5.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.4","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.38.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.9.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.4","typescript":"^4.1.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"664c58d007c12de9be05b7d78adbdffe23a23693","_id":"use-places-autocomplete@1.8.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-qMG+O3fyyPbd7b8pCyLgtHuoaeOSpzziVVxWUxAHCLCzZU24TMTNILjv6lRrXKZVkeM2c1RnkUt0+WrMYRVO/Q==","shasum":"bf8ebc10521a88307b7068cfa0490de81101129b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.8.0.tgz","fileCount":7,"unpackedSize":43291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEs6ACRA9TVsSAnZWagAAOAMP/ig7prFwIR0JDwZJx7cW\nd7FrhmKAm0yJ6ybUL/QZ/X35Maq6ie+n/8JPVousv9hkoZNKoOkTeRkIEnaw\nu6AWuNxMKPWMWaeOX17XmD1w8Nw8xo5bI2djj9cDuT0mGrZ4kmMSdRCwTluX\n8zaRiRoffP97CXqqMGH5KT7uhvwkInCf2g3IQgj2R8YAl+EkAT9ZKRy6G1DY\nlUdW6NVoa8VvWI6OvYVIvfLsPnlXBL6oFaSSOuG7J7m4PRFf9prgRgRxbMzS\nyjFeB0P4gGaUPgCLjMvDlwBJ+zLiSGkJl4oECWk/bwGBjdY3EquHmjbCg+VU\nRtyQysOAMiMNRIQW+29tQkjpu3xDPZMY3EQqKZNPBw8r9kxvjEMFtpf14C1c\nEIJfJl67waUf32//qYYTUJQCWVw+JfOmpXV9A+LnB6n32Hh2fqStY3kwAR2N\nKjnwKfzBMNlIct9kHmT1zgc+9SS7S141UZFzr8RXh9SXqNtVcAYAzA0pOfvS\n3fAcp/s7yX5ra8NSp9iAPvKAW9JI0L3RIMJAVcTDVPpWQHjJVHlAUGEUlXnx\nlOCf/aEwCVaIKMEnH+mBeOMrbVwTYD+fT3bwIGdPRoHjkV+1+r7UEYtTqB5K\ndt2qpli9jbQWFy+afwdE4lrqt6KBeyDqfXbo4YQ6yg+Ka2dmLscMB3Fh/Mxh\nstrv\r\n=MJkj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDc78vc+20wPXF5YUeQbXl3KSU/jhr8CgHqsl/LY99tVAiEA6OnyyIdmCYTXmQ0hAaMv+FLvzHYqKgBcxf+ZIdvDSaI="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.8.0_1611845247598_0.04576940002662244"},"_hasShrinkwrap":false},"1.8.1":{"name":"use-places-autocomplete","version":"1.8.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.11","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.4","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-html":"^0.2.0","@rollup/plugin-node-resolve":"^11.1.0","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.3","@testing-library/react-hooks":"^5.0.3","@types/googlemaps":"^3.43.2","@types/jest":"^26.0.20","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.10","husky":"^4.3.8","jest":"^26.6.3","lint-staged":"^10.5.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.4","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.38.0","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.9.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.4.4","typescript":"^4.1.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"9ecbdfb07321ca1c49d6fb9d53ebc512b24ee355","_id":"use-places-autocomplete@1.8.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-e/pplJmDUBlgcXa9fmpjsdi1x0g19wAqfe1dgVIctTx+uDJH1+i1b5jyxiQePc53yleN+BqKPKB4vwby4sFxJg==","shasum":"a7a0a742c8eb0b0af570a25bace64f7ec5ebe3f4","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.8.1.tgz","fileCount":7,"unpackedSize":43302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFaD+CRA9TVsSAnZWagAAANEQAJDojq/M/3H4IdN4D8c6\nfex43rv7En2/96ZORWPKPqGrfm/FUTI4LlKkrHJ3Ns5AqqFJcMsodSuEo2O0\nR55fEwqieQf1B3/ZY0eJJQfpNtBvFsO388SqookJJE1B/4ALeuu0LjOe7fGE\nwyZMboVMNP2uPO2xgyFIhLuetTP0GPNBbdiccduJ9f2eZZB8sJ07UGFVXhhG\nk0PL9X/+nZIldjOtASCOldDd6yqdjQFdBSg+uXS73uSyoUPO2iPy8W6N49AQ\nVKsJYE/B/Vi3V2kThaeiS5CEChold265Aam0A8BrPwiJVzbhChE3/aZ0d2hE\nxva7P9ckTgjAq5nl2RfZ7ZfJNmoVD5MrnXBxOHnkIHw+ITUkyYaTxrh3c5Pr\n9zZTzz0hXxLjf/5hCGxUBRuaFFtHuoGyz7OHe8wUN070A9zNqirbYiVaoK5V\nWwLoxDUcCaJMkKivgAhZKLlv4LhnFERzckUte+UEZtlQ/MNK+3Ozg1ngP73T\nQQWT5lrqvuVDpKnk7CB0kl4JWAo+PYOa8LxAgBndYUTrfgp7EJrExAyaxB//\nPtEMTjEwqiY6nwhnEJn479r+56mpmbrxNGSaB408VZ7dq6GxfCB3cZUXxyJS\n/fKoWsyjdS34x+kPy3k0PsNceuXjD/XVefvNA4KYdSfbE+TH3t1MxwfdSJ10\nJWtW\r\n=OYIF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkGkrgAl4KBZtfVHMHiptz3vatzddp8x5mbgNzSAZ+tAiATdD3+C/tINZ7Eyewcf70QO5KL/SUbyWhrbCM0ji1gzg=="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.8.1_1612030205497_0.31075232743078773"},"_hasShrinkwrap":false},"1.8.2":{"name":"use-places-autocomplete","version":"1.8.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.13","@babel/preset-env":"^7.12.13","@babel/preset-react":"^7.12.13","@babel/preset-typescript":"^7.12.13","@emotion/babel-plugin":"^11.1.2","@emotion/react":"^11.1.5","@rollup/plugin-babel":"^5.2.3","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-html":"^0.2.2","@rollup/plugin-node-resolve":"^11.1.1","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.5","@testing-library/react-hooks":"^5.0.3","@types/googlemaps":"^3.43.2","@types/jest":"^26.0.20","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.1","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.11","husky":"^4.3.8","jest":"^26.6.3","lint-staged":"^10.5.4","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.5","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.38.5","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.9.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.5.0","typescript":"^4.1.3"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"87626659e2797a39dd848dceff17f49f9c98a25c","_id":"use-places-autocomplete@1.8.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-+MV+lHjarWs3t0WzQ3oHgbWvARNkk/zZ9fIMLkgltpGRopNw2QHeZehLBpnfhxTjR2H6R2yT5Dkyqm4IfVCZag==","shasum":"e9ccb626fac2213d5060ea625590f50a0b2c4426","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.8.2.tgz","fileCount":7,"unpackedSize":43651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIiLNCRA9TVsSAnZWagAAIw8P/R0fDpuXR0LJj015ydUv\nFh8i8hwI4ZBEeZArc56dSuILKu4kYbpa/gHcTLKfkDUg+BxSpuC0c3PcVf9R\nDq8PxiTZkWXzBDH3IrPyFGq9o84B75/INeYwZWtsT7T1yK/M3OSXW7TAYlNx\nzq21klMJ/DJFF6/M/fCq6M8yFVNso1OCkXiW6BVM5hMyws4PHIeYM7CSLw/O\n6vwVvqodHrBI4FeBvcctcVwz5JOrnaUeFTD0S1ElojIalH2KYfExvv3PNu3U\n4UeNzD6nU4yl4px+LkHcnldrrJT93JIQ6b+ZBmPWtnCtZSej4Pf9jwfiYwAB\nmlJbcw62qWXKfukgoOepkojDiu7i3RnpzGSZXn2ogd1C76//YBZzeOLUXVn8\nfGMdBK4CVeR0D6EiTXk5eJ538Sey610huqoI2Djgtkfy/pDYSfV26LdZw1iX\nS2s1viLJ9JM5d6v25UaQ/wTRcDK3mX/Nthb/S9WPSmfF4h1Xkatvz8BcWxKT\nYUCMYjyvWAkqoqvOdDo3X0MZTjI0YgzJO3yJ0RI69nrg2gNpwyc2bkSFwNi/\nbCwyVdvSpKcJuuk5rbnF8fz4iQbWTR3dy3I+ETxfcCXVDhO27k5LkhGGI00I\n1yGvvOuTG9j/HKLWPC7yGUGSGPxOWqbO+pQKEhtxUffJtevvCALxCaiBclEn\nMYGS\r\n=Og8g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFeh8VnboLh3Gz+WAGvQDShy6GQ31TU2m3+VxlpUn7hAiAXheEdNE193wskxfczUcfbmwndzsEA2bS1KaKq8hRVzA=="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.8.2_1612849868678_0.2150616704463817"},"_hasShrinkwrap":false},"1.9.0":{"name":"use-places-autocomplete","version":"1.9.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.13","@babel/preset-env":"^7.12.13","@babel/preset-react":"^7.12.13","@babel/preset-typescript":"^7.12.13","@emotion/babel-plugin":"^11.2.0","@emotion/react":"^11.1.5","@rollup/plugin-babel":"^5.2.3","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-html":"^0.2.2","@rollup/plugin-node-resolve":"^11.1.1","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.5","@testing-library/react-hooks":"^5.0.3","@types/googlemaps":"^3.43.3","@types/jest":"^26.0.20","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.1","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.11","husky":"^4.3.8","jest":"^26.6.3","lint-staged":"^10.5.4","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.6","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.38.5","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.10.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.5.1","typescript":"^4.1.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"d70a76aadcbe129e9ad1ad9e8961cda083f7b454","_id":"use-places-autocomplete@1.9.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-7w719IQUbfQzyx20aOTUf3z4lRLbLGW+mBAforF1Kzh4ZvTC5CQpc1DbxlkyUEhYugNCcHE87NMLa9CBOu070A==","shasum":"c1dc1980cf4f6b6de97e2f9bd4d14623635c10ef","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.0.tgz","fileCount":7,"unpackedSize":45261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJXZKCRA9TVsSAnZWagAAQpQP/2QzPKSBBMz+mbvAkl/o\neQgQU1E4yAF1XNcJZFjvVVG8o+7uSORghu3QTQlGAxHTtN2Mq968BF0v5LKA\n8OZhotY2MWMkGpHGiWBa2TOuHSBflLJY9cWFETLpZyAL87UK6n1hYGlESqYz\nHrVSl5VcH3Y1Y7kBqa2eaQWDdGxU01aPTk4y8ybyTdkBKsEnYWyrtLc8+Anj\nXZUhfmtvBJacXodIz9icBPjOfXsLX3BLlab6DUXirc5P3dEEnO/xHB2t99Ey\njnRG7jhyM45q9jgA1/GqXUZXQu85ktB/uNCg/DuGoAx9rExE+jpPb5M/OsoO\nhRqz+oQA6Q/IX69O4PKxzP41Zvmls6PDixrPz1648H6FBWh54OkOsv9/6DcW\nDgMUjDlYqckFH7XwwE1tq6N5Y1l6Ay6MzUbN0fEetHq0Kn67pY/SChK8JN0K\n2o4toyprTOPzVTliE7D2GBsjKrr+s5qSucXTArgHBZ/JFJ+RRZvdynTzy1Yl\n0U1msbODQVDspZkKM2mEsSMUFVHlse79rUFBox1YT8+vdLX9RD8rYVnkIzuI\nm+rWB5F3q3joVUKdhgg+K9uRjQdMAWBREcXq6QUGtdJFPdDwy5Y9Y7j80vrF\nl/QB122YXeB+9AemxugUU+VC4PkLtFwLBMHUTZBR9NTh/qJP74e6GPsW4775\nCrrt\r\n=9eh8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBEt9HiHxt5fhdj/dTM0j5AVJhnvlKSc379/Xdv9FBjUAiEA3h1ozcgZmSSYdmYwFh0M3DaF7cL3kAVfLDURRV0QZyg="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.9.0_1613067850051_0.4172879066541686"},"_hasShrinkwrap":false},"1.9.1":{"name":"use-places-autocomplete","version":"1.9.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*"},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push":"yarn test"}},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.12.13","@babel/preset-env":"^7.12.13","@babel/preset-react":"^7.12.13","@babel/preset-typescript":"^7.12.13","@emotion/babel-plugin":"^11.2.0","@emotion/react":"^11.1.5","@rollup/plugin-babel":"^5.2.3","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-html":"^0.2.2","@rollup/plugin-node-resolve":"^11.1.1","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.5","@testing-library/react-hooks":"^5.0.3","@types/googlemaps":"^3.43.3","@types/jest":"^26.0.20","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.1","@types/react-dom":"^17.0.0","eslint":"^7.2.0","eslint-config-welly":"^1.8.11","husky":"^4.3.8","jest":"^26.6.3","lint-staged":"^10.5.4","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.6","prettier":"^2.2.1","react":"^17.0.1","react-cool-onclickoutside":"latest","react-dom":"^17.0.1","react-test-renderer":"^17.0.1","rimraf":"^3.0.2","rollup":"^2.38.5","rollup-plugin-copy":"^3.3.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.10.0","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^20.0.0","ts-jest":"^26.5.1","typescript":"^4.1.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"c4fcd998ffc07d3e5afe4eb471992fb3946bdf72","_id":"use-places-autocomplete@1.9.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-ZIkCob6qFBT5kP5wvtiDHV2Dw+DjlVSOj8RoM0XRkDB95PPQzICTjWHOhe4ClY0gO2Nq1bFG5K2WfIYYlIYtfg==","shasum":"b924ca06f545aa80e9f025aab61d9514c814ed2b","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.1.tgz","fileCount":7,"unpackedSize":45904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJh97CRA9TVsSAnZWagAACjsP/2fWms5OftW5ryJHDjat\nYAObuM3MY74rviz4RfKtmd9kH1C6r+atkalPZk8naPM5fWQfM1Td0bx8plLu\n0r9zXlQWCj/RMuDVvslTJBJyvSj20yjlzE1+k4rwXbdEsqN5JcwhhmuIrQaD\njyqHOwPVLlxzmbYm/1aEran0UpwOVTGNf+RebjwOSfXOUbDujsM4+kpduczA\n8nhrS3JCCFJcxbx7lH25zwPCs+2yvnauMP7baK7osYsp0OwnpDZvsuVk7olQ\nUEmP5dv/fjGYSrPa1QcgfEKzBPygZUmlXlpgAMqD27XJyCpt8PiNZOV4iPSS\nZip02KQIlZVhxlBAEVRNBSyotbfPh2oS0nRpE9K5zkkLE5ZjM+8E2MjFhr2H\n3KpE1ws+2CtYHS1sGWDPzK9FDDD/ZPV+v7jOcEBwsVz2wubgAyoC7vaGYR3u\njRcP8RUDSz92XiRyhzmW2waFlvMQnjRbUSQXtw8LioEJx7826S6J/qFCx4D4\njbeE1oAfjeA98IPOMvsse+g7G/ZNz5Shevn9ct2v3kNmrMYt4W5NIA0J6rZR\nP1ujiUwnF8nYMTX7dD6yGMtJzQvzjo1k87A9y1q50mdV+CtVhVWfWroXL/56\nkgXIbccYvl4O4jE8UMS1mmRdW1D524MuKTr0ZPOn43Z8CVtTgD4Yc5Y6owtZ\nXqVQ\r\n=cPck\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUKogh2F9Sy4sCMz5GZqIjFcKXzP0iwpXixmUTmvoWOAIhALl6zkwOu9x2AYcsRHx9S2eo0sBPa1nsLSxojF2zhCSJ"}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.9.1_1613111162890_0.935161860985251"},"_hasShrinkwrap":false},"1.9.2":{"name":"use-places-autocomplete","version":"1.9.2","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.14.3","@babel/preset-env":"^7.14.2","@babel/preset-react":"^7.13.13","@babel/preset-typescript":"^7.13.0","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.4.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-html":"^0.2.3","@rollup/plugin-node-resolve":"^13.0.0","@rollup/plugin-replace":"^2.4.2","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.7","@testing-library/react-hooks":"^5.1.2","@types/googlemaps":"^3.43.3","@types/jest":"^26.0.23","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.5","@types/react-dom":"^17.0.5","eslint":"^7.2.0","eslint-config-welly":"^1.10.2","husky":"^6.0.0","jest":"^26.6.3","lint-staged":"^11.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.15","prettier":"^2.3.0","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.48.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^22.0.0","ts-jest":"^26.5.6","typescript":"^4.2.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"6449f2e1069e9c44df506dc519ab00ec14e477a1","_id":"use-places-autocomplete@1.9.2","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-cw8H2YJ+IornVNH8+wsHVDRqi3R+jP0o2jPgOWYlCPbwr8xg7EN7KcaOIkldZs9QPuTARpiT7XuhU23R0qxT8A==","shasum":"1eca502dc388dd3f3bb1149a56a9b12d1d332579","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.2.tgz","fileCount":7,"unpackedSize":46025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo0sFCRA9TVsSAnZWagAA6lsP/2ptGFO3+LG9IiYQLeSz\nbhuyzCsUXR7I+9yTso+F9PrvlkALvYKIXy0237larvw9rG/niOOR0CENnMX0\nHgZ1XC5qFQYlXEzdO3qVcLPj3ppDewgWVkkU5ru6SadE/HdF6pQwcefgC9H2\n9Nsd/UKecwmMrbwaneAcEQSQkB6+yxqFV+nKXJkuYdMu9rf3MbaZvqAi9KA4\n99vQhS1SVqmxst8juS6pppKPqv3nQjNnu2dDf4p76dyouL9PNFl52e3728Ct\n8MDo4raadVvrozajGv92e3nvckhFBWSoDNAb9LE+nPBEQohumS3SnkZbc9vu\ncanXlVLhuCR5X2BkUXxqLeMi07BL7RZxB9QKIj/lSSD8mx5G4mP5GBDSHBw+\nw63eUUETbzqPHqEKGP+qn6Q0zG6ZvAraxj82QV1Xk72xL3DcM8fhl0Ls66iW\nvaYFX0QWSLnJ48yn4OXIr7Ybgw+Y4Hh6u/LX0b4r0IIHpdqh8YKG5cG93pQy\nCyKWhskGqFX8OOmYMxpyUktNbMAR7UA/T3UjUMaAdqxL/pDUtkWlnDU2t/ma\nw8OnIcsUhWEDUZJjpeNPjbVD9S8moqHcDo5Y/ovJpxEys3rLvWZkV5eHTpdT\nUQLPcv8ytBRaQI8uNmW7oUcgZ/beqB+7wdf2T3UILMD/vDg+64ZY20KnvTWS\nBrB5\r\n=jPBK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHB1RYIN5BUcVgOTFjTsO9+Qjj5tnweiVrCNGoN/OuENAiEAmOdRdPwclQjS8G6u7tnpIMUAKQBN7IPlDEq5/ZpRh1g="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.9.2_1621314308935_0.35034420269725364"},"_hasShrinkwrap":false},"1.9.3":{"name":"use-places-autocomplete","version":"1.9.3","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.14.3","@babel/preset-env":"^7.14.2","@babel/preset-react":"^7.13.13","@babel/preset-typescript":"^7.13.0","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.4.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.0","@rollup/plugin-html":"^0.2.3","@rollup/plugin-node-resolve":"^13.0.0","@rollup/plugin-replace":"^2.4.2","@rollup/plugin-url":"^6.0.0","@testing-library/react":"^11.2.7","@testing-library/react-hooks":"^6.0.0","@types/googlemaps":"^3.43.3","@types/jest":"^26.0.23","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.6","@types/react-dom":"^17.0.5","eslint":"^7.2.0","eslint-config-welly":"^1.10.2","husky":"^6.0.0","jest":"^26.6.3","lint-staged":"^11.0.0","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.2.15","prettier":"^2.3.0","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.48.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.0","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^22.0.0","ts-jest":"^26.5.6","typescript":"^4.2.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"3854fd9df9d4eaf53099265ab0c609c414cd17d1","_id":"use-places-autocomplete@1.9.3","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-9N05hAAKttkx3e6WVW6MR2q53v2FN2TbmwAAPES26gUINb8P5ZzHvoT4D/E+NLY3qnGehGffYRm1Iflro29GQQ==","shasum":"20aeb0536bb23f15eb1abca9e329928fee64796e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.3.tgz","fileCount":7,"unpackedSize":46016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpSqoCRA9TVsSAnZWagAABi8QAIvYJTipAVlv/hSuLnRM\nLVFHuMjlWRQl27KRDOfzrBxrn7DqIJ/q2THM8vdifwst0TMRqvKf8XyZWAwg\nod8wu2w464K+QQi8WizyechxojbuUA5xECoYlaVagKw1TMeZoGq7zOQ8gqUF\nPg91sVkMF0iv+D0FIWKF2MlOdYEcTYbfDY7O2N96mV1E/fHBAQBFFmqPwfYd\nLJgcKPSveBBJVgnR9TBrmQrqCObyJwqGE8HlkltVAuvCSDi/kkO4KfBxL0Mv\nm2yTSFMqKfZE+cb2LDWOX+p5qCA8M3jCUncvDa+aCH7yVAyfpqNgp+Hl5oAz\nvPDXSKnJI0y9WEdB0q3xlq5egRJQN2NYa7CTsHmG2LIDQvZ0j0iG0R8Dfusm\nWT5zqMD4/2QcRdG+V6k7gsDxgiILgWVErKJswNQiYdirIir4WGZ2ryP8hM1B\nNrplY0WpthrbC9AS/zD/HX/ul16YSxFK3XXgCcWU4eXCHWzx4Di1YtTmtiLW\nbczJ1VvW1b5IdHVJMBfT2JQsTsLPGZhO/MdxvfEu7aeT4cHRXccVNN8qGGRX\naIrEX4YNKcoXcvhVUJsBwnXZseL2Pq2pC/YtgQRucnGhlgDP/J1lk7qP4xor\nJ8j8vFGMwQQMerikKxdkBt8OuyuVv7bG0QRN32H3QUVdlsOu/wlFr82Z/6m0\ny9SZ\r\n=uOZ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEftrGfC5jlsLubFr7p8wenoVDQkcE4s2rvNWaVT0PiWAiAeXj0GaJDQlPZMSDX2iTuOIV50jPFcdNZ9icTtom3n1w=="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.9.3_1621437095977_0.9406948134095068"},"_hasShrinkwrap":false},"1.9.4":{"name":"use-places-autocomplete","version":"1.9.4","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.14.8","@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.4.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^19.0.2","@rollup/plugin-html":"^0.2.3","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-url":"^6.1.0","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"^7.0.1","@types/googlemaps":"^3.43.3","@types/jest":"^26.0.24","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.15","@types/react-dom":"^17.0.9","eslint":"^7.2.0","eslint-config-welly":"^1.11.4","husky":"^7.0.1","jest":"^27.0.6","lint-staged":"^11.1.1","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.3.6","prettier":"^2.3.2","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.54.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.5","rollup-plugin-postcss":"^4.0.0","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^8.0.2","stylelint-config-standard":"^22.0.0","ts-jest":"^27.0.4","typescript":"^4.3.5"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"ff7eebd11b2e57820fec867d63e233aea98871e2","_id":"use-places-autocomplete@1.9.4","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-iifiwYcjGb0G9HATbwyKpeJgOxWuZwBgPnKGzYgsB2pe5LFGq9udGGFeP0opT/wFk4W/dG8xKTqW0PxLJLc+OQ==","shasum":"e93b8fabeb0208f835ca8cc3a30bc104cdab3c7f","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.4.tgz","fileCount":7,"unpackedSize":46366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhACVtCRA9TVsSAnZWagAAUYEP/AoweoLwgiVRe8RE68fh\nvQ/717DAVaCzOHhbyFXLIKKDwIdRU/HGEK9lx6Cx5xM2J3vcnD00PNcTnSVE\nAydI+DUSkw7uIuYQhqx4Iv8yw+vwcD3sApiTaEozfiaijd2/gJSgffR3UiK4\nMs2DaOWbR6OTflLFkROovlGP59P2iQRgJoztGSpNOESNlT3Mvyfq/GpMKifc\n+ZEipdPVtaFRqjHgzc+0JFnHluMFmPPyQgTZQqgUX9wKXgKK3wr7UN9H1oJC\nT0XZZNXHGz0hCstPtZAoN7nys1LLvZryaS3JGRqy5uD0MIdyWM7dUlL0E3Qk\nwnw5raM68KKUBKXcqGoZXisyBgjbBccI5v3i5qbHdBOQ+SCTw/n/wq9qiOc+\nCf9l8S2Y8fc22BR3lJRq+Q6OW045bTKhsCRCBaRfALoeuQLjr9CSbCokwBIe\nOTXLxMIaMiTWxMAG82KwBZzrXF8YgMe2LQJzc1cL7cUs4hekeFDba+Ysb+T0\nDImXlvKJK+r8RFuyWjTMQFc18E0mNqBMLdVupVYY48PLkne3j5NCWaodpVsi\nDBKkMON6koFMI3tdeqGy23ECKXHMBFRRSwGlHCE9Pdnv/xiHSgGW89AYJ/CX\n3lPhOLNHspdWz+BtH7W4OH/0Z/Gx+nDj0tWNKElBGEoBGrnqO0vz6ME4CMwb\nBSAe\r\n=1z/o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFBGQuvimzeE2pn8xa3dD5O/X4ncsmcqIKBCIbkjxVvQIgDDww3UviQlMHZXs1bUB/8fLBRKbtar1ZsT104hyM4bA="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.9.4_1627399533798_0.7546903414728596"},"_hasShrinkwrap":false},"1.10.0":{"name":"use-places-autocomplete","version":"1.10.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.15.8","@babel/preset-env":"^7.15.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.15.0","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.5.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-html":"^0.2.4","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-url":"^6.1.0","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/googlemaps":"^3.43.3","@types/jest":"^27.0.2","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.31","@types/react-dom":"^17.0.10","eslint":"^7.2.0","eslint-config-welly":"^1.11.8","husky":"^7.0.4","jest":"^27.3.1","lint-staged":"^11.2.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.3.11","prettier":"^2.4.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.58.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.5","rollup-plugin-postcss":"^4.0.1","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^9.0.3","stylelint-config-standard":"^22.0.0","ts-jest":"^27.0.7","typescript":"^4.4.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"de06ae938bbe3c4310fbf9b871b46d28f4cbda06","_id":"use-places-autocomplete@1.10.0","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-lnBPbP7BA+T0yJTKDbCC6y6b14DGXAyxtQzAcSAqKaJl2l9OLk1aMT/4x662CnEyiqbDFxOK9PAIzYr2Jh1dgg==","shasum":"c3898ee5bb89fc378a883f135d53039f331350e9","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.10.0.tgz","fileCount":7,"unpackedSize":46800,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBt80hGqNNnrTw0Psr8EGV2eYbyVpbPfy6uVWG9eBbksAiBDQD6CiKxqmNXEhR08g1z2NDjRRcK5YW8VRS9Iu8j8xA=="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.10.0_1635008126693_0.0891088338595516"},"_hasShrinkwrap":false},"1.10.1":{"name":"use-places-autocomplete","version":"1.10.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.15.8","@babel/preset-env":"^7.15.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.15.0","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.5.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-html":"^0.2.4","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-url":"^6.1.0","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/googlemaps":"^3.43.3","@types/jest":"^27.0.2","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.31","@types/react-dom":"^17.0.10","eslint":"^7.2.0","eslint-config-welly":"^1.11.8","husky":"^7.0.4","jest":"^27.3.1","lint-staged":"^11.2.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.3.11","prettier":"^2.4.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.58.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.5","rollup-plugin-postcss":"^4.0.1","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^9.0.3","stylelint-config-standard":"^22.0.0","ts-jest":"^27.0.7","typescript":"^4.4.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"3d88d1e0df9ce3a2be8efdad91e9898bc452d1e1","_id":"use-places-autocomplete@1.10.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-bDRm9s3vbfaMvDl01qnQLyEM5AgQCNRks9PEyrdbJ3O/RUvtni6gXlVngTLegnLf/xaKicQYwFgBq+4LM6GFzw==","shasum":"bcac4711c8a7ec7ab9808faae6f9d4d72dbcbcf4","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.10.1.tgz","fileCount":6,"unpackedSize":46631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJho1BWCRA9TVsSAnZWagAAc1gP/iPLNft3HCtnshPSoegv\nxF7ZFDbb7/6v8/oz5P+CTS16NGzkqfmzN7iF+h0fZ3rsN1L1OsyO2qZo/aqb\nxgHwSp6N+Kih+Opz75vr+15zThCg88VZMzFmcrpP7OrM6z8MzueQnW+f3KeD\nSt1QTN32DUvOdLWkjSr/yaRPsfMqVghjzO4If1Ij/2Xi96hMy4fMwDhhDRPz\n11zCQcPIppmnIZIHqzpIXXC8cUGZ1fX1nnd33AbMS0GwcGonsWJZ10Ilr1uI\nYBspyaHstwlM1zy0JVmdh2jxq2cVK5zGJVPUjutQJlPhw6BvJqMNa4GMrsDS\nX0EMuka81CopKwzaK3fhD3Jzm1FUU8JwNm4yywLpN+bbf31pNebhJErF5St3\ni3W+Izan9zRaBSKwdI6kG7wApGdM6SVQVVdWQ9rr2HWgNUiDkuHlVHgD5FiE\nhJ2CN7ZZg1RfGwoplvxr/ykgWi1tNF1qIaFyuVmDx3L3eaIr+XBiIFoOUeoK\n+mhGWBqoaS2/lewJv1xbrxnzoj8rEkzAqDGfMBqXZVBa91fU4Xp3UxWW7Vxl\n5UjhTCSTMIdpkyb6WCyKQDPvZpv2elaZ3+AFE+RhMm6c6qRkuXsy0tGzqbyp\nMmJgwBMx67FqefwodXTIHOIy2UvBiZ/CLoIgrOb/PjU6gvwNOC5yvZUqN+75\nYlwM\r\n=iRq4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHusFev98/S5JqRX0kqbaBv+2Gpvtn2enWapGflu3OJcAiEA/Jq4VAGigrqlbVsT81T4OUXhPqW56uylfPXIGalSpTo="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.10.1_1638092886226_0.6126706880521537"},"_hasShrinkwrap":false},"1.11.0":{"name":"use-places-autocomplete","version":"1.11.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.15.8","@babel/preset-env":"^7.15.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.15.0","@emotion/babel-plugin":"^11.3.0","@emotion/react":"^11.5.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-html":"^0.2.4","@rollup/plugin-node-resolve":"^13.0.6","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-url":"^6.1.0","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/googlemaps":"^3.43.3","@types/jest":"^27.0.2","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.31","@types/react-dom":"^17.0.10","eslint":"^7.2.0","eslint-config-welly":"^1.11.8","husky":"^7.0.4","jest":"^27.3.1","lint-staged":"^11.2.3","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.3.11","prettier":"^2.4.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.58.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.5","rollup-plugin-postcss":"^4.0.1","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^9.0.3","stylelint-config-standard":"^22.0.0","ts-jest":"^27.0.7","typescript":"^4.4.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"075c811ebafa37e6dfa883835b0a06be729a61a1","_id":"use-places-autocomplete@1.11.0","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-2hlRRLSOYCUWW4vunCjWUzAO7jk44HgzM07iPoNcfuvKQv1l7emGw0jigsRJsqo9OgoJjPpwOnlwell7ymg0aQ==","shasum":"9a81c63817d0e58a6c5c439b7ff6eca6fc68256e","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.11.0.tgz","fileCount":6,"unpackedSize":47836,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJmECRA9TVsSAnZWagAAJ28P+gLbP0Sh4YLHaKKE+rnn\nZzjsSFGJwXGXixu2DYthtf2CXCPcvkHblMq6MxGqLN0mHdx0E+13yn6/UmZM\n7mV5k2PS7A5zlvr2C0F0yaxur4Rl4p9eFAe9RRGNLVxnCHiD0yObLF9IW/X4\nRu0Nl103p5PzW0E4rD+pbz2ISJsXFuHiHqVT43P/4UPem1iwSiOW+lMoR77/\nVbiTXhtJqYgQgPUv65UucTHD7jaHY8vBOF/fOXbCmt8HwGCoyPyQtIFymX2i\n1wrLKoovN1WwgUAV8DZLUWe30m4bcc37HbRw1fvwdrJ7JmGaGfoowAeh9NIq\nsAwc/H4uBoQz//8JK6B1QZmdElgBeiZpc6qe/s6YrHyHjjQnyuHb768YWNSV\nVJoWS6oHRxVfsRJxYDHHinw58WOryI8BLAfx8W2nnPua7DPzpFFy8QEWzrtE\nKbM061Tajh34WF9bWZNWA199HcxhXqjwyHbZ+NDJq6rg6FQrof0hlt6KomDL\n0XSTV7McE3GlnUrdysiXZxBQ0vmZLC8Mzc+ZVPK4+KH2g3V6vWueEBcjFZYa\nsiX6rIS5m/HYLHnrnYbtaN2tdF6EdUlWi6FKjSx7o5S1J68QOynihWTppcSc\nPnq8pvwmUcbFGjWFRObm5LccNrNDMbATX9uk92rJ94EgmTwM3M5f3Gyi4q2y\nqG0T\r\n=3wTz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9gARCMQM5pOdKmlANiPTntTKiBP3khs0QYvccg3YbUAiEA7Pgr60pF7PdHhT2CDPEmrv10TySIGSn6IjKkaXxRynw="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_1.11.0_1638439300384_0.3148645240005341"},"_hasShrinkwrap":false},"2.0.0":{"name":"use-places-autocomplete","version":"2.0.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"dev":"yarn clean:dev && rollup -c rollup/config.js -w --environment BUILD:dev","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:style":"stylelint --fix \"**/*.{css,ts,tsx}\"","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:demo":"yarn clean:dev && yarn clean:demo && rollup -c rollup/config.js --environment BUILD:demo","build:dist":"yarn clean:dist && BABEL_ENV=dist rollup -c rollup/config.js --environment BUILD:dist","build":"run-s build:*","preversion":"run-s lint test build:dist","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist","clean:dev":"rimraf demo/.dev","clean:demo":"rimraf public","clean:dist":"rimraf dist .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","*.{css,ts,tsx}":"stylelint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.16.7","@babel/preset-env":"^7.16.8","@babel/preset-react":"^7.16.7","@babel/preset-typescript":"^7.16.7","@emotion/babel-plugin":"^11.7.2","@emotion/react":"^11.7.1","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-html":"^0.2.4","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","@rollup/plugin-url":"^6.1.0","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/googlemaps":"^3.43.3","@types/jest":"^27.4.0","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.38","@types/react-dom":"^17.0.11","eslint":"^8.2.0","eslint-config-welly":"^1.13.0","husky":"^7.0.4","jest":"^27.4.7","lint-staged":"^12.1.7","normalize.css":"^8.0.1","npm-run-all":"^4.1.5","postcss":"^8.4.5","prettier":"^2.5.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.63.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-livereload":"^2.0.5","rollup-plugin-postcss":"^4.0.2","rollup-plugin-serve":"^1.1.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","stylelint":"^13.13.1","stylelint-config-prettier":"^9.0.3","stylelint-config-standard":"^24.0.0","ts-jest":"^27.1.2","typescript":"^4.5.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"c9423dc299f08aef9380c9f14901f64bf5d9f040","_id":"use-places-autocomplete@2.0.0","_nodeVersion":"16.14.0","_npmVersion":"8.5.2","dist":{"integrity":"sha512-MO1MBaaOW+tK8iatf9CPBbjwvtoa7lCNVamAkne9pTP6YcKmbQa/uLZa5nLqR5E8WulvLcC/R4Skuw1joVz45Q==","shasum":"868454252f52f281b64d637f44283fde0cc06c84","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-2.0.0.tgz","fileCount":6,"unpackedSize":48116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLaiFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGBg//X6k62okpLfQvBGjCrDvh/+60l3sTfBYEsvMMV20dFRLQP87X\r\nMXG+fXGsRn78yEq0cSai23xRMeE5yzpvf9Uf1Uh2+ku9Vb4UZZHR97j5Cv0g\r\nFNFPb7qn9+UOttVOqFPqDYU9+P9+JBuH/d03wqpeDdfSIc6MiUCztTfbQivC\r\nN/X89t8PFyt7bNmaPpebgG6lPJ+5qmuHNuQggN3hhwgGB3fxNOxvtgBrPF1Q\r\nGlH46XY5uycKxDacPo/Xyn6NhNyMN7pzjLbAQmX+17cppNn0959g3U+FX39b\r\nvk6imnSJpx5dM0cpEszjRIzFn1ZZ1dZvRb/3VBlS4UU3oQV66Ac9eoWVCoD1\r\nuGtjLYIBcnpB30Avp++ksPlnIDF715s/e9l8miAOPLzPblaYh3hDs6qAjAWm\r\nfr11z1KBgYRWTw0lBLoIytFHdueGspYhtZNPFTAEdx6GWxU+3jHK2/+RkDle\r\njKmYB5L7mMtlp6N7bvUOc/iKVdcl9U2hatxsAqzKttwL1A/SgD/rlLPUMz9H\r\neHTNvlwQP5HVGUUdwsMZRwgvbHi+y7bXLF2rx+d6g8s/mC2aFtJpjCKBitUM\r\nU9g6+Ix96vTadvxXL/A4TXat16mhKkdiCB9n+6QYqTksKmiRvyFK3DqngdBg\r\ndkaF3y8N6am9HnYu+IeP6o9UaZ+okeNFGPs=\r\n=t1wr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDys1HuZyyDHMxAYdmWcXrvqacCpF1GqFX+J0E8AOPaOgIhAI1+Brp2ZLrqIF7YlyLbKDEdA8FKynfNx2BlWjVECXLR"}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_2.0.0_1647159429109_0.4391086460953135"},"_hasShrinkwrap":false},"3.0.0":{"name":"use-places-autocomplete","version":"3.0.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"link-pkg":"yarn build:dev && npm link app/node_modules/react && yarn link","start":"yarn clean:dist && yarn build:dev -w","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","test:update":"yarn test -u","build:dev":"yarn clean:dist && rollup -c rollup.config.js","build:prod":"yarn clean:dist && yarn clean:size && rollup -c rollup.config.js --environment BUILD:production","build:demo":"cd app && yarn && yarn build","preversion":"run-s lint test build:prod","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist && yarn clean:size","clean:dist":"rimraf dist","clean:size":"rimraf .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.16.7","@babel/preset-env":"^7.16.8","@babel/preset-react":"^7.16.7","@babel/preset-typescript":"^7.16.7","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/googlemaps":"^3.43.3","@types/jest":"^27.4.0","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.38","@types/react-dom":"^17.0.11","eslint":"^8.2.0","eslint-config-welly":"^1.13.0","husky":"^7.0.4","jest":"^27.4.7","lint-staged":"^12.4.1","npm-run-all":"^4.1.5","prettier":"^2.5.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.63.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.1.2","typescript":"^4.5.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"8c932687ed59ae70fecefa19e1d0a28ea628972e","_id":"use-places-autocomplete@3.0.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-goow+G/crCRQ1WMVw6RMiBfH/7VQF38dF6ccS4YBzr49qEuYNN9PzaBEdUGvi5S4CMnXIqfT+zDLsy/u9kqy4Q==","shasum":"1ef709e27212b4cc0d3db17b13039dc9a9cefd48","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-3.0.0.tgz","fileCount":8,"unpackedSize":77565,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRGX/SkwB3YszYRHq9kugJe4Hy8Juc0Cq1GAtQGRL1hQIhANwbKMGlqf+lfkP8+IiZufYjhkWGg8Dvb3VRHzr8b3dQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidVE0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKbA//VecSbDWdWhPpn3J/G19P6PZMwWvOEUsHV1Qg1ACUk8oVAtu/\r\n6Dij60CVg3MxryAy9mzp+Ias2yEXMq5bzD0XWkMtnw75lQCueZ+UFGp7+vYv\r\nuC0/wuhn8cbKP5Yxs2Gh392pHIApePmIAIIx17rymqLDsSwLLYahGAUtC9AP\r\nGNe1pDey801fhrTPFc7hAVJBLt7ekGOiUXhsOIbwucCa3l7Z516G3BKi9hb0\r\n2elDArP/t12r0pOtYYZg0K0llo1owlGrqhIoZUL3Z4qn6ShMi8x0mUYcMEnT\r\nWSJzb+KVoWA+ipy02qHcAuZGw3ZiQObvmPmeZ++Zyh4QmEGaeUSZnXKqMzg/\r\nBG947uzVOrxX+TP0o0zdYzEzj584jep0RhRvvi9VS31seaoxc/8S/p0stij7\r\n21lqwhTn1TQqFoxCiF2tREB3k9Y0nJoW5ueQ9JZybEkcTtT0NNwT2YOMh5un\r\nWLHVDm2vhr0Qo+nQ1hCZYbUhg5SsFIaiGfMJCszrxvzvLxlExznwJZl1Bjpj\r\ntX+eFCweZSomNXCGitNQ3Pg6WmbT22isPU0gyAPATEd1PTDxzbrrwD4x+hw7\r\ns8QMtA6GEIgZZP4I/NsFXP5iiJUYokco1G1gx63zn2HtocCx7FIQZWpkH773\r\n/mRGBizhUJUsTSZr0ix6vkcS+WuBhWTRy5I=\r\n=Nt7l\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_3.0.0_1651855668498_0.6687211043107275"},"_hasShrinkwrap":false},"4.0.0":{"name":"use-places-autocomplete","version":"4.0.0","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"link-pkg":"yarn build:dev && npm link app/node_modules/react && yarn link","start":"yarn clean:dist && yarn build:dev -w","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:dev":"yarn clean:dist && rollup -c","build:prod":"yarn clean:dist && yarn clean:size && rollup -c --environment BUILD:production","build:demo":"cd app && yarn && yarn build","preversion":"run-s lint test build:prod","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist && yarn clean:size","clean:dist":"rimraf dist","clean:size":"rimraf .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.16.7","@babel/preset-env":"^7.16.8","@babel/preset-react":"^7.16.7","@babel/preset-typescript":"^7.16.7","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/google.maps":"^3.49.2","@types/jest":"^27.4.0","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.38","@types/react-dom":"^17.0.11","eslint":"^8.2.0","eslint-config-welly":"^1.13.0","husky":"^7.0.4","jest":"^27.4.7","lint-staged":"^12.4.1","npm-run-all":"^4.1.5","prettier":"^2.5.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.63.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.1.2","typescript":"^4.5.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"9d10fa23ee9db05151439379602da54bf0b89dda","_id":"use-places-autocomplete@4.0.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-w8jdm1iT3WXN0DPXtgyccJoBlAk/UetCMg466B2pBiWNBfvAIxdRoU6Gt4CzW11rWWuzpqnMG5hLxUOKSZBSgw==","shasum":"3865636e7fb6e28dbbddc95a780528b84f94bb86","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-4.0.0.tgz","fileCount":8,"unpackedSize":77324,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8PinFFcNZcjPrlaItaUL5vTwWFgNZ2M21nIh4IeapjwIgKZx5UKpPlWA2nb2ziRKhuKVKHlZeRFmOkQsdsCbC5AM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqDobACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3vA//TL7dHDdVpL4EnwPqe08wirldWSjug9XSSllgaVMlU0FJWVgq\r\ntmZjtS7skTduN/7U4gnV4ITJbunNxhl9RGb2F8hRl7AX8TvFSt6yDVyP5AhE\r\nAjz6Pn/uICsrvYjwHG0ymP1lkmdCmcL8CNvPl5w90Sqlfv8h0R3abbZymQZ1\r\nBzo3IAbvI+q8R0WS8lRPMufn8jNSJzjy94g8oAulEaPf4PFo2+TKT7dUKuOF\r\nRavvaJhHhMqQpt45IoO+AQdbyyCcVhBsg19j/FxrND0uaq/nWH/InZtxVWEe\r\nWcMzjddPM0tJdM4iMwaJyq0FbwItRYIP+8mSx9Nswi5iyMQRveMjDJj9Mcgb\r\nBlIK/S7rJzHnueiKo8YxcaU3YL7Oa+UhT8kRCOZaFcTQ11S3No2JDVngLpJn\r\n8ZkZL75l8h/mCNDc13lPPi3CKv8KerxkRCC7TMogitJbpjV0weYwLUXvMYtK\r\nFVCWMpH9LqNK0IpwxjIs5JgkUdR+af1mM/q9obztb9xr187GekYOoUUTyA34\r\nqJKvYTtVQCDeWvC1cis6mZbiWKIMf2GutDml7FnSewaSTybgSNA/EWL75ItQ\r\naMUg5cRKP2vHdtAoonGSwTFszalo51NITh+fBrMZjq1kjd0PYzh+gY0rcn8H\r\n8nyhUwBHRyDCZIklPgec889DYQdFqPx3RLE=\r\n=ugSu\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_4.0.0_1655192091060_0.23230718807250783"},"_hasShrinkwrap":false},"4.0.1":{"name":"use-places-autocomplete","version":"4.0.1","description":"React hook for Google Maps Places Autocomplete.","license":"MIT","homepage":"https://use-places-autocomplete.netlify.app","repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","scripts":{"link-pkg":"yarn build:dev && npm link app/node_modules/react && yarn link","start":"yarn clean:dist && yarn build:dev -w","lint":"run-s lint:*","lint:code":"eslint --fix . --ext .js,.ts,.tsx","lint:type":"tsc","lint:format":"prettier -w . -u --loglevel silent","test":"jest","test:watch":"yarn test --watch","test:cov":"yarn clean:cov && yarn test --coverage","build:dev":"yarn clean:dist && rollup -c","build:prod":"yarn clean:dist && yarn clean:size && rollup -c --environment BUILD:production","build:demo":"cd app && yarn && yarn build","preversion":"run-s lint test build:prod","postversion":"git push --follow-tags --no-verify && npm publish && yarn clean:dist && yarn clean:size","clean:dist":"rimraf dist","clean:size":"rimraf .size-snapshot.json","clean:cov":"rimraf coverage","clean":"run-p clean:*","prepare":"husky install"},"lint-staged":{"*.{js,ts,tsx}":"eslint --fix","**/*":"prettier -w -u"},"devDependencies":{"@babel/core":"^7.16.7","@babel/preset-env":"^7.16.8","@babel/preset-react":"^7.16.7","@babel/preset-typescript":"^7.16.7","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"^7.0.2","@types/google.maps":"^3.49.2","@types/jest":"^27.4.0","@types/lodash.debounce":"^4.0.6","@types/react":"^17.0.38","@types/react-dom":"^17.0.11","eslint":"^8.2.0","eslint-config-welly":"^1.13.0","husky":"^7.0.4","jest":"^27.4.7","lint-staged":"^12.4.1","npm-run-all":"^4.1.5","prettier":"^2.5.1","react":"^17.0.2","react-cool-onclickoutside":"latest","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","rimraf":"^3.0.2","rollup":"^2.63.0","rollup-plugin-copy":"^3.4.0","rollup-plugin-size-snapshot":"^0.12.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.1.2","typescript":"^4.5.4"},"peerDependencies":{"react":">= 16.8.0"},"gitHead":"4200fdb17b96779e870778cc7dec0dc8f7a08214","_id":"use-places-autocomplete@4.0.1","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-AybOR/qzXcdaMCGSFveycfL3kztwseAOdagbYoJD8c3amll+gEiPmUkSNhYNUEBqbR+JmJG6/oBTRgihNbE+1A==","shasum":"a4e24c4210474559cef5f8b47c73382942d1e34f","tarball":"https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-4.0.1.tgz","fileCount":8,"unpackedSize":78515,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAo9bZzWASjOZSuXrdzH9Bsh7tYu0RqbmLdhX3pv6Xm9AiEAlsBxjdwBuJQ1PujscoDpdMeKTaveEoA3B4DFkK1naFM="}]},"_npmUser":{"name":"wellyshen","email":"hivoid19@gmail.com"},"directories":{},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-places-autocomplete_4.0.1_1691857932198_0.9626639538668988"},"_hasShrinkwrap":false}},"time":{"created":"2020-01-18T07:26:30.277Z","0.0.0":"2020-01-18T07:26:30.447Z","modified":"2023-08-12T16:32:12.512Z","0.0.1":"2020-01-18T07:47:30.143Z","0.0.2":"2020-01-18T09:50:29.029Z","0.0.3":"2020-01-18T09:51:27.020Z","0.0.4":"2020-01-18T10:27:19.721Z","0.0.6":"2020-01-18T11:27:05.021Z","0.0.7":"2020-01-18T19:24:59.344Z","0.0.8":"2020-01-18T19:27:13.349Z","0.0.9":"2020-01-18T19:38:44.558Z","0.0.10":"2020-01-18T19:40:02.374Z","0.0.11":"2020-01-19T12:42:58.674Z","0.0.12":"2020-01-19T12:46:23.282Z","0.0.13":"2020-01-19T12:49:47.879Z","0.0.14":"2020-01-19T14:25:06.399Z","0.0.15":"2020-01-19T16:32:42.392Z","0.0.16":"2020-01-19T16:44:10.578Z","0.0.17":"2020-01-19T16:46:33.897Z","0.0.18":"2020-01-20T07:37:35.276Z","0.0.19":"2020-01-20T09:17:17.336Z","0.0.20":"2020-01-20T09:23:18.512Z","0.0.21":"2020-01-20T16:23:45.469Z","0.0.22":"2020-01-20T16:35:49.659Z","0.1.0":"2020-01-20T16:37:14.444Z","0.1.1":"2020-01-20T16:50:41.135Z","0.1.2":"2020-01-21T15:07:29.640Z","0.1.3":"2020-01-21T15:25:05.269Z","0.1.4":"2020-01-21T16:07:19.484Z","0.1.5":"2020-01-22T04:03:17.243Z","0.1.7":"2020-01-30T09:29:02.001Z","0.1.8":"2020-01-31T11:30:09.719Z","0.1.9":"2020-02-01T16:32:42.050Z","0.5.0":"2020-02-09T12:29:06.801Z","0.5.1":"2020-02-10T03:09:31.829Z","0.5.2":"2020-02-10T07:36:10.949Z","0.5.3":"2020-02-11T09:50:22.372Z","0.5.4":"2020-02-13T09:59:27.689Z","0.5.5":"2020-02-15T19:11:18.569Z","0.5.6":"2020-02-18T04:27:05.822Z","1.0.0":"2020-02-21T18:04:50.147Z","1.0.1":"2020-02-28T05:11:21.545Z","1.0.2":"2020-02-28T05:29:02.431Z","1.0.3":"2020-03-21T08:08:58.433Z","1.0.4":"2020-03-21T15:41:23.145Z","1.0.5":"2020-04-03T18:56:43.960Z","1.0.6":"2020-04-10T10:52:51.453Z","1.0.7":"2020-04-11T07:29:27.249Z","1.1.0":"2020-04-11T09:44:54.948Z","1.1.1":"2020-04-11T09:52:11.386Z","1.1.2":"2020-04-11T12:45:08.494Z","1.1.3":"2020-04-16T11:40:14.689Z","1.2.0":"2020-04-19T09:15:38.035Z","1.2.1":"2020-04-19T13:31:54.216Z","1.2.2":"2020-04-22T13:58:09.189Z","1.2.3":"2020-04-24T10:47:22.842Z","1.3.0":"2020-05-02T07:39:10.395Z","1.3.1":"2020-05-04T10:55:05.497Z","1.3.2":"2020-05-05T12:27:37.812Z","1.3.3":"2020-05-07T11:46:17.712Z","1.3.4":"2020-05-12T14:26:10.783Z","1.3.5":"2020-05-12T14:29:55.922Z","1.3.6":"2020-06-16T15:09:46.387Z","1.3.7":"2020-06-26T05:55:33.994Z","1.3.8":"2020-07-04T16:47:36.944Z","1.3.9":"2020-07-05T05:13:17.960Z","1.3.10":"2020-07-12T10:46:21.442Z","1.3.11":"2020-09-03T16:03:49.183Z","1.4.0":"2020-09-04T18:13:10.740Z","1.4.1":"2020-09-05T20:41:12.886Z","1.4.2":"2020-09-09T16:15:13.796Z","1.5.0":"2020-09-11T13:59:23.697Z","1.5.1":"2020-09-28T15:41:35.331Z","1.5.2":"2020-09-29T14:22:34.887Z","1.5.3":"2020-10-11T14:06:42.935Z","1.5.4":"2020-10-12T11:44:47.689Z","1.5.5":"2020-10-18T03:53:51.814Z","1.5.6":"2020-10-18T03:56:44.655Z","1.5.7":"2020-10-18T03:58:47.362Z","1.5.9":"2020-10-27T11:31:52.279Z","1.6.0":"2020-11-08T08:20:08.940Z","1.6.1":"2020-12-10T18:10:36.289Z","1.7.0":"2020-12-25T10:22:38.664Z","1.7.1":"2021-01-07T09:12:46.780Z","1.8.0":"2021-01-28T14:47:27.724Z","1.8.1":"2021-01-30T18:10:05.688Z","1.8.2":"2021-02-09T05:51:08.840Z","1.9.0":"2021-02-11T18:24:10.241Z","1.9.1":"2021-02-12T06:26:03.048Z","1.9.2":"2021-05-18T05:05:09.107Z","1.9.3":"2021-05-19T15:11:36.436Z","1.9.4":"2021-07-27T15:25:33.919Z","1.10.0":"2021-10-23T16:55:26.850Z","1.10.1":"2021-11-28T09:48:06.422Z","1.11.0":"2021-12-02T10:01:40.533Z","2.0.0":"2022-03-13T08:17:09.322Z","3.0.0":"2022-05-06T16:47:48.685Z","4.0.0":"2022-06-14T07:34:51.238Z","4.0.1":"2023-08-12T16:32:12.348Z"},"maintainers":[{"name":"wellyshen","email":"hivoid19@gmail.com"}],"description":"React hook for Google Maps Places Autocomplete.","homepage":"https://use-places-autocomplete.netlify.app","keywords":["react","hook","react-hook","places-autocomplete-hook","use","use-places-autocomplete","places","places-autocomplete","places-autocomplete-service","autocomplete","autocomplete-service","google-places","google-places-api","google-places-autocomplete","google-api","google-maps","google-maps-api","google-maps-places","google-maps-places-api","location","address","form","geocoding","geocoding-api","typescript"],"repository":{"type":"git","url":"git+https://github.com/wellyshen/use-places-autocomplete.git"},"author":{"name":"Welly Shen","email":"hivoid19@gmail.com","url":"https://github.com/wellyshen"},"bugs":{"url":"https://github.com/wellyshen/use-places-autocomplete/issues"},"license":"MIT","readme":"# <em><b>USE-PLACES-AUTOCOMPLETE</b></em>\n\nThis is a React [hook](https://reactjs.org/docs/hooks-custom.html#using-a-custom-hook) for [Google Maps Places Autocomplete](https://developers.google.com/maps/documentation/javascript/places-autocomplete), which helps you build a UI component with the feature of place autocomplete easily! By leveraging the power of [Google Maps Places API](https://developers.google.com/maps/documentation/javascript/places), you can provide a great UX (user experience) for user interacts with your search bar or form, etc. Hope you guys 👍🏻 it.\n\n❤️ it? ⭐️ it on [GitHub](https://github.com/wellyshen/use-places-autocomplete/stargazers) or [Tweet](https://twitter.com/intent/tweet?text=With%20@use-places-autocomplete,%20I%20can%20build%20a%20component%20with%20the%20feature%20of%20place%20autocomplete%20easily!%20Thanks,%20@Welly%20Shen%20🤩) about it.\n\n[![build status](https://img.shields.io/github/workflow/status/wellyshen/use-places-autocomplete/CI?style=flat-square)](https://github.com/wellyshen/use-places-autocomplete/actions?query=workflow%3ACI)\n[![coverage status](https://img.shields.io/coveralls/github/wellyshen/use-places-autocomplete?style=flat-square)](https://coveralls.io/github/wellyshen/use-places-autocomplete?branch=master)\n[![npm version](https://img.shields.io/npm/v/use-places-autocomplete?style=flat-square)](https://www.npmjs.com/package/use-places-autocomplete)\n[![npm downloads](https://img.shields.io/npm/dm/use-places-autocomplete?style=flat-square)](https://www.npmtrends.com/use-places-autocomplete)\n[![npm downloads](https://img.shields.io/npm/dt/use-places-autocomplete?style=flat-square)](https://www.npmtrends.com/use-places-autocomplete)\n[![gzip size](https://badgen.net/bundlephobia/minzip/use-places-autocomplete?label=gzip%20size&style=flat-square)](https://bundlephobia.com/result?p=use-places-autocomplete)\n[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](CONTRIBUTING.md)\n[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fwellyshen%2Fuse-places-autocomplete)](https://twitter.com/intent/tweet?text=With%20@use-places-autocomplete,%20I%20can%20build%20a%20component%20with%20the%20feature%20of%20place%20autocomplete%20easily!%20Thanks,%20@Welly%20Shen%20🤩)\n\n## Live Demo\n\n![demo](https://user-images.githubusercontent.com/21308003/91069764-6133e680-e668-11ea-8a57-bfbea2cfbd29.gif)\n\n⚡️ Try yourself: https://use-places-autocomplete.netlify.app\n\n## Features\n\n- 🧠 Provides intelligent places suggestions powered by [Google Maps Places API](https://developers.google.com/maps/documentation/javascript/places).\n- 🎣 Builds your own customized autocomplete UI by [React hook](https://reactjs.org/docs/hooks-custom.html#using-a-custom-hook).\n- 🔧 [Utility functions](#utility-functions) to do geocoding and get geographic coordinates using [Google Maps Geocoding API](https://developers.google.com/maps/documentation/javascript/geocoding).\n- 🤑 Built-in [cache mechanism](#cache-data-for-you) for you to save the cost of Google APIs.\n- 💰 Built-in debounce mechanism for you to lower the cost of Google APIs.\n- 🚀 Supports asynchronous Google script loading.\n- 📜 Supports [TypeScript](https://www.typescriptlang.org) type definition.\n- ⌨️ Builds a UX-rich component (e.g. [WAI-ARIA compliant](https://rawgit.com/w3c/aria-practices/master/aria-practices-DeletedSectionsArchive.html#autocomplete) and keyword support) via comprehensive [demo code](app/src/App/index.tsx).\n- 🦔 Tiny size ([~ 1.7KB gzipped](https://bundlephobia.com/result?p=use-places-autocomplete)). No external dependencies, aside from the `react`.\n\n## Requirement\n\nTo use `use-places-autocomplete`, you must use `react@16.8.0` or greater which includes hooks.\n\n## Installation\n\nThis package is distributed via [npm](https://www.npmjs.com/package/use-places-autocomplete).\n\n```sh\n$ yarn add use-places-autocomplete\n# or\n$ npm install --save use-places-autocomplete\n```\n\nWhen working with TypeScript you need to install the [@types/google.maps](https://www.npmjs.com/package/@types/google.maps) as a `devDependencies`.\n\n```sh\n$ yarn add --dev @types/google.maps\n# or\n$ npm install --save-dev @types/google.maps\n```\n\n## Getting Started\n\n`usePlacesAutocomplete` is based on the [Places Autocomplete](https://developers.google.com/maps/documentation/javascript/places-autocomplete) (or more specific [docs](https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service)) of [Google Maps Place API](https://developers.google.com/maps/documentation/javascript/places). If you are unfamiliar with these APIs, we recommend you review them before we start.\n\n### Setup APIs\n\nTo use this hook, there're two things we need to do:\n\n1. [Enable Google Maps Places API](https://developers.google.com/maps/documentation/javascript/places#enable_apis).\n2. [Get an API key](https://developers.google.com/maps/documentation/javascript/get-api-key).\n\n### Load the library\n\nUse the `script` tag to load the library in your project and pass the value of the `callback` parameter to the [callbackName](#parameter-optional) option.\n\n```js\n<script\n  defer\n  src=\"https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places&callback=YOUR_CALLBACK_NAME\"\n></script>\n```\n\n> ⚠️ If you got a global function not found error. Make sure `usePlaceAutocomplete` is declared before the script was loaded. You can use the [async or defer](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attributes) attribute of the `<script>` element to achieve that.\n\n### Create the component\n\nNow we can start to build our component. Check the [API](#api) out to learn more.\n\n```js\nimport usePlacesAutocomplete, {\n  getGeocode,\n  getLatLng,\n} from \"use-places-autocomplete\";\nimport useOnclickOutside from \"react-cool-onclickoutside\";\n\nconst PlacesAutocomplete = () => {\n  const {\n    ready,\n    value,\n    suggestions: { status, data },\n    setValue,\n    clearSuggestions,\n  } = usePlacesAutocomplete({\n    callbackName: \"YOUR_CALLBACK_NAME\",\n    requestOptions: {\n      /* Define search scope here */\n    },\n    debounce: 300,\n  });\n  const ref = useOnclickOutside(() => {\n    // When the user clicks outside of the component, we can dismiss\n    // the searched suggestions by calling this method\n    clearSuggestions();\n  });\n\n  const handleInput = (e) => {\n    // Update the keyword of the input element\n    setValue(e.target.value);\n  };\n\n  const handleSelect =\n    ({ description }) =>\n    () => {\n      // When the user selects a place, we can replace the keyword without request data from API\n      // by setting the second parameter to \"false\"\n      setValue(description, false);\n      clearSuggestions();\n\n      // Get latitude and longitude via utility functions\n      getGeocode({ address: description }).then((results) => {\n        const { lat, lng } = getLatLng(results[0]);\n        console.log(\"📍 Coordinates: \", { lat, lng });\n      });\n    };\n\n  const renderSuggestions = () =>\n    data.map((suggestion) => {\n      const {\n        place_id,\n        structured_formatting: { main_text, secondary_text },\n      } = suggestion;\n\n      return (\n        <li key={place_id} onClick={handleSelect(suggestion)}>\n          <strong>{main_text}</strong> <small>{secondary_text}</small>\n        </li>\n      );\n    });\n\n  return (\n    <div ref={ref}>\n      <input\n        value={value}\n        onChange={handleInput}\n        disabled={!ready}\n        placeholder=\"Where are you going?\"\n      />\n      {/* We can use the \"status\" to decide whether we should display the dropdown or not */}\n      {status === \"OK\" && <ul>{renderSuggestions()}</ul>}\n    </div>\n  );\n};\n```\n\n> 💡 [react-cool-onclickoutside](https://github.com/wellyshen/react-cool-onclickoutside) is my other hook library, which can help you handle the interaction of user clicks outside of the component(s).\n\nEasy right? This is the magic of `usePlacesAutocomplete` ✨. I just showed you how it works via a minimal example. However, you can build a UX rich autocomplete component, like [WAI-ARIA compliant](https://rawgit.com/w3c/aria-practices/master/aria-practices-DeletedSectionsArchive.html#autocomplete) and keyword interaction like my [demo](#live-demo), by checking the [code](app/src/App/index.tsx) or integrating this hook with the [combobox](https://reacttraining.com/reach-ui/combobox) of [Reach UI](https://reacttraining.com/reach-ui) to achieve that.\n\n[![Edit usePlacesAutocomplete x Reach UI](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/useplacesautocomplete-x-reach-ui-lik2c?fontsize=14&hidenavigation=1&theme=dark)\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\nimport {\n  Combobox,\n  ComboboxInput,\n  ComboboxPopover,\n  ComboboxList,\n  ComboboxOption,\n} from \"@reach/combobox\";\n\nimport \"@reach/combobox/styles.css\";\n\nconst PlacesAutocomplete = () => {\n  const {\n    ready,\n    value,\n    suggestions: { status, data },\n    setValue,\n  } = usePlacesAutocomplete({ callbackName: \"YOUR_CALLBACK_NAME\" });\n\n  const handleInput = (e) => {\n    setValue(e.target.value);\n  };\n\n  const handleSelect = (val) => {\n    setValue(val, false);\n  };\n\n  return (\n    <Combobox onSelect={handleSelect} aria-labelledby=\"demo\">\n      <ComboboxInput value={value} onChange={handleInput} disabled={!ready} />\n      <ComboboxPopover>\n        <ComboboxList>\n          {status === \"OK\" &&\n            data.map(({ place_id, description }) => (\n              <ComboboxOption key={place_id} value={description} />\n            ))}\n        </ComboboxList>\n      </ComboboxPopover>\n    </Combobox>\n  );\n};\n```\n\n## Lazily Initializing The Hook\n\nWhen loading the Google Maps Places API via a 3rd-party library, you may need to wait for the script to be ready before using this hook. However, you can lazily initialize the hook in the following ways, depending on your use case.\n\n### Option 1, manually initialize the hook:\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\n\nconst App = () => {\n  const { init } = usePlacesAutocomplete({\n    initOnMount: false, // Disable initializing when the component mounts, default is true\n  });\n\n  const [loading] = useGoogleMapsApi({\n    library: \"places\",\n    onLoad: () => init(), // Lazily initializing the hook when the script is ready\n  });\n\n  return <div>{/* Some components... */}</div>;\n};\n```\n\n### Option 2, wrap the hook into a conditional component:\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\n\nconst PlacesAutocomplete = () => {\n  const { ready, value, suggestions, setValue } = usePlacesAutocomplete();\n\n  return <div>{/* Some components... */}</div>;\n};\n\nconst App = () => {\n  const [loading] = useGoogleMapsApi({ library: \"places\" });\n\n  return (\n    <div>\n      {!loading ? <PlacesAutocomplete /> : null}\n      {/* Other components... */}\n    </div>\n  );\n};\n```\n\n## Cache Data For You\n\nBy default, this library caches the response data to help you save the [cost of Google Maps Places API](https://developers.google.com/maps/billing/gmp-billing#ac-per-request) and optimize search performance.\n\n```js\nconst methods = usePlacesAutocomplete({\n  // Provide the cache time in seconds, the default is 24 hours\n  cache: 24 * 60 * 60,\n});\n```\n\n> By the way, the cached data is stored via the [Window.sessionStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage).\n\n### Custom cache key\n\nYou may need to have multiple caches. For example, if you use different [place type restrictions](https://developers.google.com/maps/documentation/places/web-service/supported_types#table3_) for different pickers in your app.\n\n```js\nconst methods = usePlacesAutocomplete({\n  // Provide a custom cache key\n  cacheKey: \"region-restricted\",\n});\n```\n\n> Note that usePlacesAutocomplete will prefix this with `upa-`, so the above would become `upa-region-restricted` in sessionStorage.\n\n## API\n\n```js\nconst returnObj = usePlacesAutocomplete(parameterObj);\n```\n\n### Parameter object (optional)\n\nWhen using `usePlacesAutocomplete`, you can configure the following options via the parameter.\n\n| Key              | Type            | Default              | Description                                                                                                                                                                                                             |\n| ---------------- | --------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `requestOptions` | object          |                      | The [request options](https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletionRequest) of Google Maps Places API except for `input` (e.g. bounds, radius, etc.).|\n| `googleMaps`     | object          | `window.google.maps` | In case you want to provide your own Google Maps object, pass the `google.maps` to it.                                                                                                                                  |\n| `callbackName`   | string          |                      | The value of the `callback` parameter when [loading the Google Maps JavaScript library](#load-the-library).                                                                                                             |\n| `debounce`       | number          | `200`                | Number of milliseconds to delay before making a request to Google Maps Places API.                                                                                                                                      |\n| `cache`          | number \\| false | `86400` (24 hours)   | Number of seconds to [cache the response data of Google Maps Places API](#cache-data-for-you).                                                                                                                          |\n| `cacheKey`       | string          | `\"upa\"`              | Optional cache key so one can use multiple caches if needed.                                                                                                                                                            |\n| `defaultValue`   | string          | `\"\"`                 | Default value for the `input` element.                                                                                                                                                                                  |\n| `initOnMount`    | boolean         | `true`               | Initialize the hook with Google Maps Places API when the component mounts.                                                                                                                                              |\n\n### Return object\n\nIt's returned with the following properties.\n\n| Key                | Type     | Default                                    | Description                                                                |\n| ------------------ | -------- | ------------------------------------------ | -------------------------------------------------------------------------- |\n| `ready`            | boolean  | `false`                                    | The ready status of `usePlacesAutocomplete`.                               |\n| `value`            | string   | `\"\"`                                       | `value` for the input element.                                             |\n| `suggestions`      | object   | `{ loading: false, status: \"\", data: [] }` | See [suggestions](#suggestions).                                           |\n| `setValue`         | function | `(value, shouldFetchData = true) => {}`    | See [setValue](#setvalue).                                                 |\n| `clearSuggestions` | function |                                            | See [clearSuggestions](#clearsuggestions).                                 |\n| `clearCache`       | function | `(key = cacheKey) => {}`                   | Clears the [cached data](#cache-data-for-you).                             |\n| `init`             | function |                                            | Useful when [lazily initializing the hook](#lazily-initializing-the-hook). |\n\n#### suggestions\n\nThe search result of Google Maps Places API, which contains the following properties:\n\n- `loading: boolean` - indicates the status of a request is pending or has been completed. It's useful for displaying a loading indicator for the user.\n- `status: string` - indicates the status of the API response, which has these [values](https://developers.google.com/maps/documentation/javascript/reference/places-service#PlacesServiceStatus). It's useful to decide whether we should display the dropdown or not.\n- `data: array` - an array of suggestion objects each contains all the [data](https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletePrediction).\n\n#### setValue\n\nSet the `value` of the input element. Use the case below.\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\n\nconst PlacesAutocomplete = () => {\n  const { value, setValue } = usePlacesAutocomplete();\n\n  const handleInput = (e) => {\n    // Place a \"string\" to update the value of the input element\n    setValue(e.target.value);\n  };\n\n  return (\n    <div>\n      <input value={value} onChange={handleInput} />\n      {/* Render dropdown */}\n    </div>\n  );\n};\n```\n\nIn addition, the `setValue` method has an extra parameter, which can be used to disable hitting Google Maps Places API.\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\n\nconst PlacesAutocomplete = () => {\n  const {\n    value,\n    suggestions: { status, data },\n    setValue,\n  } = usePlacesAutocomplete();\n\n  const handleSelect =\n    ({ description }) =>\n    () => {\n      // When the user selects a place, we can replace the keyword without requesting data from the API\n      // by setting the second parameter to \"false\"\n      setValue(description, false);\n    };\n\n  const renderSuggestions = () =>\n    data.map((suggestion) => (\n      <li key={suggestion.place_id} onClick={handleSelect(suggestion)}>\n        {/* Render suggestion text */}\n      </li>\n    ));\n\n  return (\n    <div>\n      <input value={value} onChange={handleInput} />\n      {status === \"OK\" && <ul>{renderSuggestions()}</ul>}\n    </div>\n  );\n};\n```\n\n#### clearSuggestions\n\nCalling the method will clear and reset all the properties of the `suggestions` object to default. It's useful for dismissing the dropdown.\n\n```js\nimport usePlacesAutocomplete from \"use-places-autocomplete\";\nimport useOnclickOutside from \"react-cool-onclickoutside\";\n\nconst PlacesAutocomplete = () => {\n  const {\n    value,\n    suggestions: { status, data },\n    setValue,\n    clearSuggestions,\n  } = usePlacesAutocomplete();\n  const ref = useOnclickOutside(() => {\n    // When the user clicks outside of the component, call it to clear and reset the suggestions data\n    clearSuggestions();\n  });\n\n  const renderSuggestions = () =>\n    data.map((suggestion) => (\n      <li key={suggestion.place_id} onClick={handleSelect(suggestion)}>\n        {/* Render suggestion text */}\n      </li>\n    ));\n\n  return (\n    <div ref={ref}>\n      <input value={value} onChange={handleInput} />\n      {/* After calling the clearSuggestions(), the \"status\" is reset so the dropdown is hidden */}\n      {status === \"OK\" && <ul>{renderSuggestions()}</ul>}\n    </div>\n  );\n};\n```\n\n## Utility Functions\n\nWe provide [getGeocode](#getgeocode), [getLatLng](#getlatlng), [getZipCode](#getzipcode), and [getDetails](#getdetails) utils for you to do geocoding and get geographic coordinates when needed.\n\n### getGeocode\n\nIt helps you convert address (e.g. \"Section 5, Xinyi Road, Xinyi District, Taipei City, Taiwan\") into geographic coordinates (e.g. latitude 25.033976 and longitude 121.5645389), or restrict the results to a specific area by [Google Maps Geocoding API](https://developers.google.com/maps/documentation/javascript/geocoding).\n\nIn case you want to restrict the results to a specific area, you will have to pass the `address` and the `componentRestrictions` matching the [GeocoderComponentRestrictions interface](https://developers.google.com/maps/documentation/javascript/reference/geocoder#GeocoderComponentRestrictions).\n\n```js\nimport { getGeocode } from \"use-places-autocomplete\";\n\nconst parameter = {\n  address: \"Section 5, Xinyi Road, Xinyi District, Taipei City, Taiwan\",\n  // or\n  placeId: \"ChIJraeA2rarQjQRPBBjyR3RxKw\",\n};\n\ngetGeocode(parameter)\n  .then((results) => {\n    console.log(\"Geocoding results: \", results);\n  })\n  .catch((error) => {\n    console.log(\"Error: \", error);\n  });\n```\n\n`getGeocode` is an asynchronous function with the following API:\n\n- `parameter: object` - you must supply one, only one of `address` or `location` or `placeId` and optionally `bounds`, `componentRestrictions`, `region`. It'll be passed as [Geocoding Requests](https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingRequests).\n- `results: array` - an array of objects each contains all the [data](https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingResults).\n- `error: string` - the error status of API response, which has these [values](https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingStatusCodes) (except for \"OK\").\n\n### getLatLng\n\nIt helps you get the `lat` and `lng` from the result object of `getGeocode`.\n\n```js\nimport { getGeocode, getLatLng } from \"use-places-autocomplete\";\n\nconst parameter = {\n  address: \"Section 5, Xinyi Road, Xinyi District, Taipei City, Taiwan\",\n};\n\ngetGeocode(parameter).then((results) => {\n  const { lat, lng } = getLatLng(results[0]);\n  console.log(\"Coordinates: \", { lat, lng });\n});\n```\n\n`getLatLng` is a function with the following API:\n\n- `parameter: object` - the result object of `getGeocode`.\n- `latLng: object` - contains the latitude and longitude properties.\n- `error: any` - an exception.\n\n### getZipCode\n\nIt helps you get the `postal_code` from the result object of `getGeocode`.\n\n```js\nimport { getGeocode, getZipCode } from \"use-places-autocomplete\";\n\nconst parameter = {\n  address: \"Section 5, Xinyi Road, Xinyi District, Taipei City, Taiwan\",\n};\n\ngetGeocode(parameter)\n  // By default we use the \"long_name\" value from API response, you can tell the utility to use \"short_name\"\n  // by setting the second parameter to \"true\"\n  .then((results) => {\n    const zipCode = getZipCode(results[0], false);\n    console.log(\"ZIP Code: \", zipCode);\n  });\n```\n\n`getZipCode` is a function with the following API:\n\n- `parameters` - there're two parameters:\n  - `1st: object` - the result object of `getGeocode`.\n  - `2nd: boolean` - should use the `short_name` or not from [API response](https://developers.google.com/places/web-service/details#PlaceDetailsResponses), default is `false`.\n- `zipCode: string | null` - the zip code. If the address doesn't have a zip code it will be `null`.\n- `error: any` - an exception.\n\n### getDetails\n\nRetrieves a great deal of information about a particular place ID (`suggestion`).\n\n```js\nimport usePlacesAutocomplete, { getDetails } from \"use-places-autocomplete\";\n\nconst PlacesAutocomplete = () => {\n  const { suggestions, value, setValue } = usePlacesAutocomplete();\n\n  const handleInput = (e) => {\n    // Place a \"string\" to update the value of the input element\n    setValue(e.target.value);\n  };\n\n  const submit = () => {\n    const parameter = {\n      // Use the \"place_id\" of suggestion from the dropdown (object), here just taking the first suggestion for brevity\n      placeId: suggestions[0].place_id,\n      // Specify the return data that you want (optional)\n      fields: [\"name\", \"rating\"],\n    };\n\n    getDetails(parameter)\n      .then((details) => {\n        console.log(\"Details: \", details);\n      })\n      .catch((error) => {\n        console.log(\"Error: \", error);\n      });\n  };\n\n  return (\n    <div>\n      <input value={value} onChange={handleInput} />\n      {/* Render dropdown */}\n      <button onClick={submit}>Submit Suggestion</button>\n    </div>\n  );\n};\n```\n\n`getDetails` is an asynchronous function with the following API:\n\n- `parameter: object` - [the request](https://developers.google.com/maps/documentation/javascript/places#place_details_requests) of the PlacesService's `getDetails()` method. You must supply the `placeId` that you would like details about. If you do not specify any fields or omit the fields parameter you will get every field available.\n- `placeResult: object | null` - [the details](https://developers.google.com/maps/documentation/javascript/reference/places-service#PlaceResult) about the specific place your queried.\n- `error: any` - an exception.\n\n> ⚠️ warning, you are billed based on how much information you retrieve, So it is advised that you retrieve just what you need.\n\n## Articles / Blog Posts\n\n> 💡 If you have written any blog post or article about `use-places-autocomplete`, please open a PR to add it here.\n\n- Featured on [React Status #175](https://react.statuscode.com/issues/175).\n- Featured on [React Newsletter #199](https://reactnewsletter.com/issues/199).\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://wellyshen.com\"><img src=\"https://avatars1.githubusercontent.com/u/21308003?v=4?s=100\" width=\"100px;\" alt=\"Welly\"/><br /><sub><b>Welly</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=wellyshen\" title=\"Code\">💻</a> <a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=wellyshen\" title=\"Documentation\">📖</a> <a href=\"#maintenance-wellyshen\" title=\"Maintenance\">🚧</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylekirkby.github.io\"><img src=\"https://avatars0.githubusercontent.com/u/4564433?v=4?s=100\" width=\"100px;\" alt=\"Kyle\"/><br /><sub><b>Kyle</b></sub></a><br /><a href=\"#translation-kylekirkby\" title=\"Translation\">🌍</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.lkaric.tech\"><img src=\"https://avatars0.githubusercontent.com/u/16634314?v=4?s=100\" width=\"100px;\" alt=\"Lazar Karić\"/><br /><sub><b>Lazar Karić</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=rejvban\" title=\"Code\">💻</a> <a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=rejvban\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/reharik\"><img src=\"https://avatars2.githubusercontent.com/u/882382?v=4?s=100\" width=\"100px;\" alt=\"Raif Harik\"/><br /><sub><b>Raif Harik</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=reharik\" title=\"Code\">💻</a> <a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=reharik\" title=\"Documentation\">📖</a> <a href=\"#ideas-reharik\" title=\"Ideas, Planning, & Feedback\">🤔</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Xerxes-J\"><img src=\"https://avatars0.githubusercontent.com/u/18053412?v=4?s=100\" width=\"100px;\" alt=\"Xerxes Jarquin\"/><br /><sub><b>Xerxes Jarquin</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/issues?q=author%3AXerxes-J\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.lucasoconnell.net/\"><img src=\"https://avatars1.githubusercontent.com/u/63400356?v=4?s=100\" width=\"100px;\" alt=\"Lucas O'Connell\"/><br /><sub><b>Lucas O'Connell</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=Isoaxe\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.keven.com.br\"><img src=\"https://avatars.githubusercontent.com/u/5994795?v=4?s=100\" width=\"100px;\" alt=\"Keven Jesus\"/><br /><sub><b>Keven Jesus</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/issues?q=author%3Akevenjesus\" title=\"Bug reports\">🐛</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/viniciusueharaweb\"><img src=\"https://avatars.githubusercontent.com/u/77734864?v=4?s=100\" width=\"100px;\" alt=\"Vinicius Uehara\"/><br /><sub><b>Vinicius Uehara</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=viniciusueharaweb\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://orbiteleven.net\"><img src=\"https://avatars.githubusercontent.com/u/331393?v=4?s=100\" width=\"100px;\" alt=\"Damon\"/><br /><sub><b>Damon</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=orbiteleven\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/RavenHursT\"><img src=\"https://avatars.githubusercontent.com/u/496983?v=4?s=100\" width=\"100px;\" alt=\"Matthew Marcus\"/><br /><sub><b>Matthew Marcus</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=RavenHursT\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/csandman\"><img src=\"https://avatars.githubusercontent.com/u/9214195?v=4?s=100\" width=\"100px;\" alt=\"Chris Sandvik\"/><br /><sub><b>Chris Sandvik</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=csandman\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://linktr.ee/tyeetale\"><img src=\"https://avatars.githubusercontent.com/u/17817587?v=4?s=100\" width=\"100px;\" alt=\"Thomas Yee\"/><br /><sub><b>Thomas Yee</b></sub></a><br /><a href=\"https://github.com/wellyshen/use-places-autocomplete/commits?author=tyeetale\" title=\"Documentation\">📖</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!\n","readmeFilename":"README.md"}