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.3 [skip ci] ### [1.3.3](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.2...v1.3.3) (2021-11-12) ### Miscellaneous Chores * **deps-dev:** bump @babel/runtime-corejs3 from 7.16.0 to 7.16.3 ([#360](https://github.com/googlemaps/js-markerwithlabel/issues/360)) ([e6c8687](https://github.com/googlemaps/js-markerwithlabel/commit/e6c8687245261df652ec0374e854abbcd16fdf0a)) * **deps-dev:** bump @types/google.maps from 3.46.0 to 3.46.1 ([#356](https://github.com/googlemaps/js-markerwithlabel/issues/356)) ([fefb0de](https://github.com/googlemaps/js-markerwithlabel/commit/fefb0de740b95b93edf9c6ac73b1f68594b76b78)) * **deps-dev:** bump core-js from 3.19.0 to 3.19.1 ([#355](https://github.com/googlemaps/js-markerwithlabel/issues/355)) ([d45d3d6](https://github.com/googlemaps/js-markerwithlabel/commit/d45d3d66c9aa7e98cb1afc24ae152b2d66abe96e)) * **deps-dev:** bump eslint-plugin-jest from 25.2.2 to 25.2.3 ([#357](https://github.com/googlemaps/js-markerwithlabel/issues/357)) ([d072fdf](https://github.com/googlemaps/js-markerwithlabel/commit/d072fdfc62dace821df665c33e6541976696358c)) * **deps-dev:** bump eslint-plugin-jest from 25.2.3 to 25.2.4 ([#359](https://github.com/googlemaps/js-markerwithlabel/issues/359)) ([9347235](https://github.com/googlemaps/js-markerwithlabel/commit/9347235873a63762bca9eace038edf7b6e07ee08)) * **deps-dev:** bump rollup from 2.59.0 to 2.60.0 ([#361](https://github.com/googlemaps/js-markerwithlabel/issues/361)) ([7d65c5f](https://github.com/googlemaps/js-markerwithlabel/commit/7d65c5fd93a974d7c7c053245f64f64223c9db36)) * **deps-dev:** bump typedoc from 0.22.7 to 0.22.8 ([#358](https://github.com/googlemaps/js-markerwithlabel/issues/358)) ([b121c31](https://github.com/googlemaps/js-markerwithlabel/commit/b121c31cc7c4909f1a08e9f569502b56aed73c05))
3 years ago
"version": "1.3.3",
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.16.4",
"@babel/runtime-corejs3": "^7.16.3",
"@googlemaps/jest-mocks": "^1.3.7",
"@types/google.maps": "^3.46.1",
"@types/jest": "^27.0.2",
"@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.19.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rollup": "^2.60.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.31.0",
"selenium-webdriver": "^4.0.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.9",
"typescript": "^4.4.4"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}