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): 2.0.6 [skip ci] ### [2.0.6](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.5...v2.0.6) (2022-02-25) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.5.0 to 2.6.0 ([#455](https://github.com/googlemaps/js-markerwithlabel/issues/455)) ([f1abc0e](https://github.com/googlemaps/js-markerwithlabel/commit/f1abc0e5f6d23d918b5550551cb8b9a8776b8f90)) * **deps-dev:** bump @rollup/plugin-babel from 5.3.0 to 5.3.1 ([#461](https://github.com/googlemaps/js-markerwithlabel/issues/461)) ([8fd6260](https://github.com/googlemaps/js-markerwithlabel/commit/8fd6260dd5f3ee6014b4a7435435abc0e1d07f7b)) * **deps-dev:** bump @rollup/plugin-commonjs from 21.0.1 to 21.0.2 ([#462](https://github.com/googlemaps/js-markerwithlabel/issues/462)) ([710a431](https://github.com/googlemaps/js-markerwithlabel/commit/710a4314f0aed2c5acfbd4c5fa1323a1601b684c)) * **deps-dev:** bump @rollup/plugin-typescript from 8.3.0 to 8.3.1 ([#464](https://github.com/googlemaps/js-markerwithlabel/issues/464)) ([282dbfe](https://github.com/googlemaps/js-markerwithlabel/commit/282dbfe4977fca0292bc549fd0e7d44d72629432)) * **deps-dev:** bump @types/google.maps from 3.47.4 to 3.48.0 ([#463](https://github.com/googlemaps/js-markerwithlabel/issues/463)) ([3f82e77](https://github.com/googlemaps/js-markerwithlabel/commit/3f82e776edf37cd588d112ba0ed6adba492c10d9)) * **deps-dev:** bump @types/google.maps from 3.48.0 to 3.48.1 ([#465](https://github.com/googlemaps/js-markerwithlabel/issues/465)) ([5197850](https://github.com/googlemaps/js-markerwithlabel/commit/5197850ac5a465c386fcc34daf77459f9b1f3dd8)) * **deps-dev:** bump @types/jest from 27.4.0 to 27.4.1 ([#460](https://github.com/googlemaps/js-markerwithlabel/issues/460)) ([0abb054](https://github.com/googlemaps/js-markerwithlabel/commit/0abb05481848c9bdf6510cb676ee646542fcf8fb)) * **deps-dev:** bump eslint-config-prettier from 8.3.0 to 8.4.0 ([#458](https://github.com/googlemaps/js-markerwithlabel/issues/458)) ([8c05f4b](https://github.com/googlemaps/js-markerwithlabel/commit/8c05f4b3bf5f74914a05ebe6196358c55f8e5329)) * **deps-dev:** bump rollup from 2.67.3 to 2.68.0 ([#459](https://github.com/googlemaps/js-markerwithlabel/issues/459)) ([0720728](https://github.com/googlemaps/js-markerwithlabel/commit/07207288c70b8b6693e552ab77306c95b25cbef1)) * **deps-dev:** bump typedoc from 0.22.11 to 0.22.12 ([#457](https://github.com/googlemaps/js-markerwithlabel/issues/457)) ([db3bfe0](https://github.com/googlemaps/js-markerwithlabel/commit/db3bfe02aeb0e53d4c5bd2ae0ea2d227fd842d27)) * remove example key ([b0ae1a3](https://github.com/googlemaps/js-markerwithlabel/commit/b0ae1a34afb9ab5ef4c4a4c723acb271ed3259c2))
2 years ago
"version": "2.0.6",
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.11",
"@babel/runtime-corejs3": "^7.17.2",
"@googlemaps/jest-mocks": "^2.6.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-typescript": "^8.3.1",
"@types/google.maps": "^3.48.1",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.0.18",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^98.0.1",
"core-js": "^3.21.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.68.0",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.12",
"typescript": "^4.5.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}