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.4 [skip ci] ### [1.3.4](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.3...v1.3.4) (2021-11-22) ### Build System * update rollup dev dependencies ([#364](https://github.com/googlemaps/js-markerwithlabel/issues/364)) ([acb6489](https://github.com/googlemaps/js-markerwithlabel/commit/acb64894955688f4abf289433e42e37f9769179b)) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.16.0 to 7.16.4 ([#366](https://github.com/googlemaps/js-markerwithlabel/issues/366)) ([fd72e67](https://github.com/googlemaps/js-markerwithlabel/commit/fd72e673ca279fc1ca5b17fc089608d9a09701aa)) * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.6 to 1.3.7 ([#363](https://github.com/googlemaps/js-markerwithlabel/issues/363)) ([400aef5](https://github.com/googlemaps/js-markerwithlabel/commit/400aef5cb9bcd74ee9d6e76a9ded0205d4f3f7dd)) * **deps-dev:** bump @types/google.maps from 3.46.1 to 3.47.0 ([#369](https://github.com/googlemaps/js-markerwithlabel/issues/369)) ([3d7f339](https://github.com/googlemaps/js-markerwithlabel/commit/3d7f339c6b6c4ee371ff0d5fd10fd90f1d86a139)) * **deps-dev:** bump @types/jest from 27.0.2 to 27.0.3 ([#368](https://github.com/googlemaps/js-markerwithlabel/issues/368)) ([1ad6461](https://github.com/googlemaps/js-markerwithlabel/commit/1ad6461aa0a0daafc9dc3fd18cbce1b9bb82fe04)) * **deps-dev:** bump chromedriver from 95.0.0 to 96.0.0 ([#365](https://github.com/googlemaps/js-markerwithlabel/issues/365)) ([e85fc9a](https://github.com/googlemaps/js-markerwithlabel/commit/e85fc9a9b2f15c646100c870b5ed7800b33d679b)) * **deps-dev:** bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0 ([#367](https://github.com/googlemaps/js-markerwithlabel/issues/367)) ([4a5adf8](https://github.com/googlemaps/js-markerwithlabel/commit/4a5adf8740ccf24fa84a474dde4c21b67de12e69)) * **deps-dev:** bump typedoc from 0.22.8 to 0.22.9 ([#362](https://github.com/googlemaps/js-markerwithlabel/issues/362)) ([a66ed3e](https://github.com/googlemaps/js-markerwithlabel/commit/a66ed3e634efdc6b380fcd59771b6a2403e8c877))
3 years ago
"version": "1.3.4",
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.4",
"@babel/runtime-corejs3": "^7.16.3",
"@googlemaps/jest-mocks": "^1.3.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.0",
"@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.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.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"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"
}
}