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.5 [skip ci] ### [2.0.5](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.4...v2.0.5) (2022-02-18) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.3.1 to 2.4.0 ([#449](https://github.com/googlemaps/js-markerwithlabel/issues/449)) ([beda3da](https://github.com/googlemaps/js-markerwithlabel/commit/beda3da065958fe8a92d77a7d371b5b24a4bfe1e)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.4.0 to 2.5.0 ([#453](https://github.com/googlemaps/js-markerwithlabel/issues/453)) ([d9f6187](https://github.com/googlemaps/js-markerwithlabel/commit/d9f6187b8144326754506433852c45c87516686e)) * **deps-dev:** bump @types/selenium-webdriver from 4.0.17 to 4.0.18 ([#448](https://github.com/googlemaps/js-markerwithlabel/issues/448)) ([6ec5bc2](https://github.com/googlemaps/js-markerwithlabel/commit/6ec5bc2fa980ca7288c84964d237b7b0f3c8147e)) * **deps-dev:** bump chromedriver from 98.0.0 to 98.0.1 ([#451](https://github.com/googlemaps/js-markerwithlabel/issues/451)) ([2eca197](https://github.com/googlemaps/js-markerwithlabel/commit/2eca197e06e05be20d31b6904a09af623783e296)) * **deps-dev:** bump core-js from 3.21.0 to 3.21.1 ([#452](https://github.com/googlemaps/js-markerwithlabel/issues/452)) ([e24f456](https://github.com/googlemaps/js-markerwithlabel/commit/e24f456935894bfc35ae426135d8ca84bce055e8)) * **deps-dev:** bump eslint-plugin-jest from 26.1.0 to 26.1.1 ([#450](https://github.com/googlemaps/js-markerwithlabel/issues/450)) ([9e4fe0d](https://github.com/googlemaps/js-markerwithlabel/commit/9e4fe0d1d25e6dccef02169d150d2c4af5f1cc42)) * **deps-dev:** bump rollup from 2.67.1 to 2.67.2 ([#447](https://github.com/googlemaps/js-markerwithlabel/issues/447)) ([e606ec7](https://github.com/googlemaps/js-markerwithlabel/commit/e606ec7d3492eb6a0ce957df8e9eac706aa6138a)) * **deps-dev:** bump rollup from 2.67.2 to 2.67.3 ([#454](https://github.com/googlemaps/js-markerwithlabel/issues/454)) ([3b035bc](https://github.com/googlemaps/js-markerwithlabel/commit/3b035bcbd53b7577a03e95df964784c41231a6a5))
2 years ago
"version": "2.0.5",
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.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.4",
"@types/jest": "^27.4.0",
"@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"
}
}