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.3.8 [skip ci] ### [1.3.8](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.7...v1.3.8) (2021-12-16) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.16.4 to 7.16.5 ([#391](https://github.com/googlemaps/js-markerwithlabel/issues/391)) ([73cdbd1](https://github.com/googlemaps/js-markerwithlabel/commit/73cdbd1cca78182a4338b13626077c9aa5360769)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.16.3 to 7.16.5 ([#392](https://github.com/googlemaps/js-markerwithlabel/issues/392)) ([5772d59](https://github.com/googlemaps/js-markerwithlabel/commit/5772d59feb6432a450582d4547feb676b49bc27f)) * **deps-dev:** bump @googlemaps/jest-mocks from 1.4.0 to 1.5.0 ([#387](https://github.com/googlemaps/js-markerwithlabel/issues/387)) ([f33695c](https://github.com/googlemaps/js-markerwithlabel/commit/f33695c015fc46f0c16c0d1e021f54bfeadbb55e)) * **deps-dev:** bump @types/google.maps from 3.47.1 to 3.47.2 ([#394](https://github.com/googlemaps/js-markerwithlabel/issues/394)) ([a96a312](https://github.com/googlemaps/js-markerwithlabel/commit/a96a312f6a7fe764d81135bc40c058ba43b36851)) * **deps-dev:** bump core-js from 3.19.3 to 3.20.0 ([#395](https://github.com/googlemaps/js-markerwithlabel/issues/395)) ([873078f](https://github.com/googlemaps/js-markerwithlabel/commit/873078fa68ec1696cc28a937d0c3cbfe2476e66c)) * **deps-dev:** bump rollup from 2.60.2 to 2.61.0 ([#388](https://github.com/googlemaps/js-markerwithlabel/issues/388)) ([1ab392f](https://github.com/googlemaps/js-markerwithlabel/commit/1ab392f47965a57a97bd12a70517c5f8d3ee2bd1)) * **deps-dev:** bump rollup from 2.61.0 to 2.61.1 ([#390](https://github.com/googlemaps/js-markerwithlabel/issues/390)) ([fa1d781](https://github.com/googlemaps/js-markerwithlabel/commit/fa1d781ba2dbe4f5232eedc505a1471468fc12da)) * **deps-dev:** bump typescript from 4.5.2 to 4.5.3 ([#389](https://github.com/googlemaps/js-markerwithlabel/issues/389)) ([fd89862](https://github.com/googlemaps/js-markerwithlabel/commit/fd89862aa851a2af8a070a19f4dfd569bedce90f)) * **deps-dev:** bump typescript from 4.5.3 to 4.5.4 ([#393](https://github.com/googlemaps/js-markerwithlabel/issues/393)) ([b9d4c40](https://github.com/googlemaps/js-markerwithlabel/commit/b9d4c40e4f383d32b10f1de2337314b96df9ac5e))
3 years ago
"version": "1.3.8",
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.5",
"@babel/runtime-corejs3": "^7.16.5",
"@googlemaps/jest-mocks": "^1.5.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.2",
"@types/jest": "^27.0.3",
"@types/selenium-webdriver": "^4.0.16",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^96.0.0",
"core-js": "^3.20.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.61.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}