Shows Maps with markers which contains descriptions with links to cleverroute main-page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.9 KiB

4 years ago
{
"name": "@googlemaps/markerwithlabel",
chore(release): 1.3.10 [skip ci] ### [1.3.10](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.9...v1.3.10) (2022-01-04) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.16.5 to 7.16.7 ([#404](https://github.com/googlemaps/js-markerwithlabel/issues/404)) ([5c41c31](https://github.com/googlemaps/js-markerwithlabel/commit/5c41c31345356db281da0d0ba05e585698adecbe)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.16.5 to 7.16.7 ([#401](https://github.com/googlemaps/js-markerwithlabel/issues/401)) ([f4c5682](https://github.com/googlemaps/js-markerwithlabel/commit/f4c5682ad63446dd2f8128a254955330c524ce8b)) * **deps-dev:** bump @types/jest from 27.0.3 to 27.4.0 ([#403](https://github.com/googlemaps/js-markerwithlabel/issues/403)) ([a0e59c9](https://github.com/googlemaps/js-markerwithlabel/commit/a0e59c91cc42109a654f65b1f92f35034222317a)) * **deps-dev:** bump core-js from 3.20.1 to 3.20.2 ([#406](https://github.com/googlemaps/js-markerwithlabel/issues/406)) ([86162e5](https://github.com/googlemaps/js-markerwithlabel/commit/86162e53c65f41d8ca839a6abdceef363e94c019)) * **deps-dev:** bump eslint-plugin-jest from 25.3.0 to 25.3.2 ([#400](https://github.com/googlemaps/js-markerwithlabel/issues/400)) ([5507325](https://github.com/googlemaps/js-markerwithlabel/commit/5507325b8c4fd60671845549e04e12203a5fd0eb)) * **deps-dev:** bump eslint-plugin-jest from 25.3.2 to 25.3.3 ([#402](https://github.com/googlemaps/js-markerwithlabel/issues/402)) ([e319a69](https://github.com/googlemaps/js-markerwithlabel/commit/e319a69895d99ce22ce2b86e9746375690a5d246)) * **deps-dev:** bump eslint-plugin-jest from 25.3.3 to 25.3.4 ([#405](https://github.com/googlemaps/js-markerwithlabel/issues/405)) ([fbeee01](https://github.com/googlemaps/js-markerwithlabel/commit/fbeee01eb1d625961676d8c2d4bc3b072ae4a9fc)) * **deps-dev:** bump rollup from 2.62.0 to 2.63.0 ([#407](https://github.com/googlemaps/js-markerwithlabel/issues/407)) ([a15d17b](https://github.com/googlemaps/js-markerwithlabel/commit/a15d17b17956243759ca536809e8730e4958e9ef))
3 years ago
"version": "1.3.10",
4 years ago
"keywords": [
"label",
"google",
"maps",
"marker"
],
"homepage": "https://github.com/googlemaps/js-markerwithlabel",
"bugs": {
"url": "https://github.com/googlemaps/js-markerwithlabel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/js-markerwithlabel.git"
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
4 years ago
"scripts": {
"docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples",
"format": "eslint . --fix",
"lint": "eslint .",
"prepare": "rm -rf dist && rollup -c",
"test": "jest src/*",
4 years ago
"test:e2e": "jest --passWithNoTests e2e/*"
},
"devDependencies": {
"@babel/preset-env": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.7",
"@googlemaps/jest-mocks": "^1.5.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.2",
"@types/jest": "^27.4.0",
"@types/selenium-webdriver": "^4.0.16",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^96.0.0",
"core-js": "^3.20.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.63.0",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}