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.9 [skip ci] ### [2.0.9](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.8...v2.0.9) (2022-04-07) ### Miscellaneous Chores * **deps-dev:** bump @babel/runtime-corejs3 from 7.17.8 to 7.17.9 ([#488](https://github.com/googlemaps/js-markerwithlabel/issues/488)) ([650147a](https://github.com/googlemaps/js-markerwithlabel/commit/650147a491e8b1439f0416aef349ad781a092286)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.6.3 to 2.6.4 ([#486](https://github.com/googlemaps/js-markerwithlabel/issues/486)) ([640c004](https://github.com/googlemaps/js-markerwithlabel/commit/640c00414e938e9cb899a8f7edca146eb658e7ca)) * **deps-dev:** bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3 ([#483](https://github.com/googlemaps/js-markerwithlabel/issues/483)) ([dda1202](https://github.com/googlemaps/js-markerwithlabel/commit/dda1202c5ce3df47fbc497702ac8eceda7957b2d)) * **deps-dev:** bump @types/google.maps from 3.48.3 to 3.48.5 ([#487](https://github.com/googlemaps/js-markerwithlabel/issues/487)) ([8a3c228](https://github.com/googlemaps/js-markerwithlabel/commit/8a3c22889dd6790231c87cb5e03916cb4c4812ee)) * **deps-dev:** bump chromedriver from 98.0.1 to 100.0.0 ([#484](https://github.com/googlemaps/js-markerwithlabel/issues/484)) ([c099b5f](https://github.com/googlemaps/js-markerwithlabel/commit/c099b5f2ddf333146ddc5ac4fefe25c1203507cb)) * **deps-dev:** bump eslint-plugin-jest from 26.1.2 to 26.1.3 ([#480](https://github.com/googlemaps/js-markerwithlabel/issues/480)) ([b1da26b](https://github.com/googlemaps/js-markerwithlabel/commit/b1da26b5dff53869b7da42715d746c0fb70eea77)) * **deps-dev:** bump prettier from 2.6.1 to 2.6.2 ([#485](https://github.com/googlemaps/js-markerwithlabel/issues/485)) ([dc167eb](https://github.com/googlemaps/js-markerwithlabel/commit/dc167eb3842293081aa418b1da5aaeb2a98afd2f)) * **deps-dev:** bump typedoc from 0.22.12 to 0.22.14 ([#489](https://github.com/googlemaps/js-markerwithlabel/issues/489)) ([e31866b](https://github.com/googlemaps/js-markerwithlabel/commit/e31866bb2a0db9b5f9f884b9729d960571b98038))
2 years ago
"version": "2.0.9",
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.9",
"@googlemaps/jest-mocks": "^2.7.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/google.maps": "^3.48.5",
"@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": "^100.0.0",
"core-js": "^3.21.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.6.2",
"rollup": "^2.70.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}