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.11 [skip ci] ### [2.0.11](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.10...v2.0.11) (2022-04-25) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.7.0 to 2.7.1 ([#498](https://github.com/googlemaps/js-markerwithlabel/issues/498)) ([3280a2b](https://github.com/googlemaps/js-markerwithlabel/commit/3280a2b654b04193056b946394e2a5ecb33c31b9)) * **deps-dev:** bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 ([#499](https://github.com/googlemaps/js-markerwithlabel/issues/499)) ([f4bf8ed](https://github.com/googlemaps/js-markerwithlabel/commit/f4bf8edbaeecf509daa00d164fc03ab48bb00ec5)) * **deps-dev:** bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 ([#505](https://github.com/googlemaps/js-markerwithlabel/issues/505)) ([9e9ad97](https://github.com/googlemaps/js-markerwithlabel/commit/9e9ad97394397e425b88716ac024de76875b919d)) * **deps-dev:** bump @types/google.maps from 3.48.5 to 3.48.6 ([#500](https://github.com/googlemaps/js-markerwithlabel/issues/500)) ([20b25c7](https://github.com/googlemaps/js-markerwithlabel/commit/20b25c7a1a194d160373529429367c50f6e0dda4)) * **deps-dev:** bump @types/selenium-webdriver from 4.0.18 to 4.0.19 ([#501](https://github.com/googlemaps/js-markerwithlabel/issues/501)) ([11f436d](https://github.com/googlemaps/js-markerwithlabel/commit/11f436d2c7488e1f72a53626bb7578b2df07ed2f)) * **deps-dev:** bump core-js from 3.22.0 to 3.22.1 ([#502](https://github.com/googlemaps/js-markerwithlabel/issues/502)) ([c2790cd](https://github.com/googlemaps/js-markerwithlabel/commit/c2790cd6ede6d2a85757862aba27d734bfdf7015)) * **deps-dev:** bump core-js from 3.22.1 to 3.22.2 ([#503](https://github.com/googlemaps/js-markerwithlabel/issues/503)) ([6630cc5](https://github.com/googlemaps/js-markerwithlabel/commit/6630cc53ef8e196799d3eb4ab55c28174e55f6b8)) * **deps-dev:** bump eslint-plugin-jest from 26.1.4 to 26.1.5 ([#504](https://github.com/googlemaps/js-markerwithlabel/issues/504)) ([d6c48c3](https://github.com/googlemaps/js-markerwithlabel/commit/d6c48c3c7bf1f3c4c9d1adab5fc21417ee2f23ba))
2 years ago
"version": "2.0.11",
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.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/google.maps": "^3.48.7",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.0.19",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^100.0.0",
"core-js": "^3.22.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.6.2",
"rollup": "^2.70.2",
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"
}
}