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.2 [skip ci] ### [2.0.2](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.1...v2.0.2) (2022-01-24) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.16.10 to 7.16.11 ([#426](https://github.com/googlemaps/js-markerwithlabel/issues/426)) ([54cf3a7](https://github.com/googlemaps/js-markerwithlabel/commit/54cf3a70f2a40086b3a07c965978434504e37b2a)) * **deps-dev:** bump @babel/preset-env from 7.16.8 to 7.16.10 ([#423](https://github.com/googlemaps/js-markerwithlabel/issues/423)) ([79f156e](https://github.com/googlemaps/js-markerwithlabel/commit/79f156e6d7260e4c67cfa4d84304352b2482404b)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.1.1 to 2.2.0 ([#418](https://github.com/googlemaps/js-markerwithlabel/issues/418)) ([06cfb87](https://github.com/googlemaps/js-markerwithlabel/commit/06cfb87c95247d3a26a57d47fecee2bbb9c61ca9)) * **deps-dev:** bump @types/google.maps from 3.47.2 to 3.47.3 ([#427](https://github.com/googlemaps/js-markerwithlabel/issues/427)) ([c897c89](https://github.com/googlemaps/js-markerwithlabel/commit/c897c8944d51413c6209e77285136e4e24f278f0)) * **deps-dev:** bump core-js from 3.20.2 to 3.20.3 ([#421](https://github.com/googlemaps/js-markerwithlabel/issues/421)) ([5b34a73](https://github.com/googlemaps/js-markerwithlabel/commit/5b34a73b7da02dc44c5865663a680a9343c6325c)) * **deps-dev:** bump eslint-plugin-jest from 25.3.4 to 25.7.0 ([#420](https://github.com/googlemaps/js-markerwithlabel/issues/420)) ([067f789](https://github.com/googlemaps/js-markerwithlabel/commit/067f789aaf26601dc1f1dda1df537c41d982b34d)) * **deps-dev:** bump rollup from 2.63.0 to 2.64.0 ([#419](https://github.com/googlemaps/js-markerwithlabel/issues/419)) ([072f23d](https://github.com/googlemaps/js-markerwithlabel/commit/072f23d9e95560c27532aba248c79012e6e8192d)) * **deps-dev:** bump rollup from 2.64.0 to 2.65.0 ([#424](https://github.com/googlemaps/js-markerwithlabel/issues/424)) ([f7f1782](https://github.com/googlemaps/js-markerwithlabel/commit/f7f1782bc2cfc83123d67d1278dcac75b5477adb)) * **deps-dev:** bump rollup from 2.65.0 to 2.66.0 ([#428](https://github.com/googlemaps/js-markerwithlabel/issues/428)) ([3155b8b](https://github.com/googlemaps/js-markerwithlabel/commit/3155b8baac33ee18e1fd25d26b22a3f06884dccf)) * **deps-dev:** bump typedoc from 0.22.10 to 0.22.11 ([#422](https://github.com/googlemaps/js-markerwithlabel/issues/422)) ([ecf3999](https://github.com/googlemaps/js-markerwithlabel/commit/ecf3999af680f7172450e9137f3df432d18be5b7)) * **deps-dev:** bump typescript from 4.5.4 to 4.5.5 ([#425](https://github.com/googlemaps/js-markerwithlabel/issues/425)) ([2590e1f](https://github.com/googlemaps/js-markerwithlabel/commit/2590e1fe5a0b59da9c989c8620a8558315995225))
3 years ago
"version": "2.0.2",
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.16.8",
"@googlemaps/jest-mocks": "^2.2.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.3",
"@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": "^97.0.2",
"core-js": "^3.20.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.66.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}