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): 1.2.6 [skip ci] ### [1.2.6](https://github.com/googlemaps/js-markerwithlabel/compare/v1.2.5...v1.2.6) (2021-10-11) ### Miscellaneous Chores * Created local 'SECURITY.md' from remote 'SECURITY.md' ([#316](https://github.com/googlemaps/js-markerwithlabel/issues/316)) ([f58490e](https://github.com/googlemaps/js-markerwithlabel/commit/f58490e0d651ff4b4e977ac9f93c223cdee288c4)) * **deps-dev:** bump @babel/preset-env from 7.15.6 to 7.15.8 ([#326](https://github.com/googlemaps/js-markerwithlabel/issues/326)) ([8b978ae](https://github.com/googlemaps/js-markerwithlabel/commit/8b978ae15005f9e96628f45d4a15f61728f46c41)) * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.2 to 1.3.3 ([#323](https://github.com/googlemaps/js-markerwithlabel/issues/323)) ([5de7b3e](https://github.com/googlemaps/js-markerwithlabel/commit/5de7b3e9f17578d3aa70b8bd4cb3a2a763ec5d3c)) * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#321](https://github.com/googlemaps/js-markerwithlabel/issues/321)) ([d3a93a9](https://github.com/googlemaps/js-markerwithlabel/commit/d3a93a975275f7ddbd4fa781ad648e46972837a9)) * **deps-dev:** bump @typescript-eslint/parser from 4.32.0 to 4.33.0 ([#322](https://github.com/googlemaps/js-markerwithlabel/issues/322)) ([a47ba68](https://github.com/googlemaps/js-markerwithlabel/commit/a47ba687e5e090458912b0ac1b002edd3184c5e4)) * **deps-dev:** bump core-js from 3.18.1 to 3.18.2 ([#325](https://github.com/googlemaps/js-markerwithlabel/issues/325)) ([e78aa01](https://github.com/googlemaps/js-markerwithlabel/commit/e78aa012ccc0ef2fc7995d98646a54722424a4ab)) * **deps-dev:** bump eslint-plugin-jest from 24.5.0 to 24.5.2 ([#319](https://github.com/googlemaps/js-markerwithlabel/issues/319)) ([0958447](https://github.com/googlemaps/js-markerwithlabel/commit/0958447d7727ca3e6a7af97e80b7a44161206dc0)) * **deps-dev:** bump eslint-plugin-jest from 24.5.2 to 25.0.1 ([#327](https://github.com/googlemaps/js-markerwithlabel/issues/327)) ([f5c5b47](https://github.com/googlemaps/js-markerwithlabel/commit/f5c5b47a8e48fc4ba8a36e108cc623d1810fad47)) * **deps-dev:** bump rollup from 2.57.0 to 2.58.0 ([#317](https://github.com/googlemaps/js-markerwithlabel/issues/317)) ([47ede7b](https://github.com/googlemaps/js-markerwithlabel/commit/47ede7b675e112a41e1c91d300139cc186081815)) * **deps-dev:** bump selenium-webdriver from 4.0.0-rc-1 to 4.0.0-rc-2 ([#318](https://github.com/googlemaps/js-markerwithlabel/issues/318)) ([ed64736](https://github.com/googlemaps/js-markerwithlabel/commit/ed64736621024e484b6e09269ca56e417dffbebe)) * **deps-dev:** bump typedoc from 0.22.4 to 0.22.5 ([#320](https://github.com/googlemaps/js-markerwithlabel/issues/320)) ([a6a0cee](https://github.com/googlemaps/js-markerwithlabel/commit/a6a0cee06dbee4ad2ba9e1f8a86d421b0ac00e61)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#314](https://github.com/googlemaps/js-markerwithlabel/issues/314)) ([0b493de](https://github.com/googlemaps/js-markerwithlabel/commit/0b493de78792f7aac79785a397b371b5690a8a68)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#315](https://github.com/googlemaps/js-markerwithlabel/issues/315)) ([dde291b](https://github.com/googlemaps/js-markerwithlabel/commit/dde291b0a28472f9bbe792451060f0795fc2bbaf))
3 years ago
"version": "1.2.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",
"files": [
4 years ago
"dist/*"
4 years ago
],
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"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.15.8",
"@babel/runtime-corejs3": "^7.15.4",
"@googlemaps/jest-mocks": "^1.3.3",
"@types/google.maps": "^3.45.6",
"@types/jest": "^27.0.2",
"@types/selenium-webdriver": "^4.0.15",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^94.0.0",
"core-js": "^3.18.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.5",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
4 years ago
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-rc-2",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.5",
"typescript": "^4.4.3"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}