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.8 [skip ci] ### [2.0.8](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.7...v2.0.8) (2022-03-25) ### Miscellaneous Chores * **deps-dev:** bump @babel/runtime-corejs3 from 7.17.2 to 7.17.7 ([#474](https://github.com/googlemaps/js-markerwithlabel/issues/474)) ([8d8b8a5](https://github.com/googlemaps/js-markerwithlabel/commit/8d8b8a56934f23c618497720993e8925a6738410)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.17.7 to 7.17.8 ([#478](https://github.com/googlemaps/js-markerwithlabel/issues/478)) ([79873c8](https://github.com/googlemaps/js-markerwithlabel/commit/79873c8a2ffee8f07631612055d95538558b584b)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.6.1 to 2.6.2 ([#475](https://github.com/googlemaps/js-markerwithlabel/issues/475)) ([c0342d6](https://github.com/googlemaps/js-markerwithlabel/commit/c0342d6f818e5676d3477a828c579edf727ec133)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.6.2 to 2.6.3 ([#482](https://github.com/googlemaps/js-markerwithlabel/issues/482)) ([dbe1fe9](https://github.com/googlemaps/js-markerwithlabel/commit/dbe1fe9d4e82cea1682fcfaef580fbfbee3e7049)) * **deps-dev:** bump @types/google.maps from 3.48.1 to 3.48.3 ([#479](https://github.com/googlemaps/js-markerwithlabel/issues/479)) ([99ee2fb](https://github.com/googlemaps/js-markerwithlabel/commit/99ee2fbdaeb33bc652a86e53621d22557bc15ab2)) * **deps-dev:** bump eslint-plugin-jest from 26.1.1 to 26.1.2 ([#477](https://github.com/googlemaps/js-markerwithlabel/issues/477)) ([3a2b9c5](https://github.com/googlemaps/js-markerwithlabel/commit/3a2b9c520ea5ef30621473ef98dc2dc2f392cc41)) * **deps-dev:** bump prettier from 2.5.1 to 2.6.0 ([#476](https://github.com/googlemaps/js-markerwithlabel/issues/476)) ([4ee11f2](https://github.com/googlemaps/js-markerwithlabel/commit/4ee11f2edede0377e99f1ff247ff7148e1613fc1)) * **deps-dev:** bump prettier from 2.6.0 to 2.6.1 ([#481](https://github.com/googlemaps/js-markerwithlabel/issues/481)) ([5c6c633](https://github.com/googlemaps/js-markerwithlabel/commit/5c6c6334e1092dca890a3537e6203156f22067be))
2 years ago
"version": "2.0.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.11",
"@babel/runtime-corejs3": "^7.17.8",
"@googlemaps/jest-mocks": "^2.6.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-typescript": "^8.3.1",
"@types/google.maps": "^3.48.3",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.0.18",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^98.0.1",
"core-js": "^3.21.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.12",
"typescript": "^4.5.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}