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.6 [skip ci] ### [1.3.6](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.5...v1.3.6) (2021-11-30) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.7 to 1.3.8 ([#375](https://github.com/googlemaps/js-markerwithlabel/issues/375)) ([8a5f178](https://github.com/googlemaps/js-markerwithlabel/commit/8a5f178f93ddc14450f7c829b67127b110d21259)) * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.8 to 1.3.9 ([#379](https://github.com/googlemaps/js-markerwithlabel/issues/379)) ([c22bfa7](https://github.com/googlemaps/js-markerwithlabel/commit/c22bfa79222bf680dbc9b24f277e9c8c69a857fa)) * **deps-dev:** bump eslint-plugin-jest from 25.2.4 to 25.3.0 ([#374](https://github.com/googlemaps/js-markerwithlabel/issues/374)) ([30cc6d9](https://github.com/googlemaps/js-markerwithlabel/commit/30cc6d95b2db917411894ba3a282b1847204118d)) * **deps-dev:** bump prettier from 2.4.1 to 2.5.0 ([#377](https://github.com/googlemaps/js-markerwithlabel/issues/377)) ([262ba6d](https://github.com/googlemaps/js-markerwithlabel/commit/262ba6d215c534d6d2098b968e741ac5f1857e80)) * **deps-dev:** bump selenium-webdriver from 4.0.0 to 4.1.0 ([#373](https://github.com/googlemaps/js-markerwithlabel/issues/373)) ([d87d2c1](https://github.com/googlemaps/js-markerwithlabel/commit/d87d2c1a98e5ca2cdb244cceceadf2dec3ab8f74)) * **deps-dev:** bump typedoc from 0.22.9 to 0.22.10 ([#376](https://github.com/googlemaps/js-markerwithlabel/issues/376)) ([af7736e](https://github.com/googlemaps/js-markerwithlabel/commit/af7736ec52dad6d2bdd59d732eb350a72e158d01)) * **deps-dev:** bump typescript from 4.4.4 to 4.5.2 ([#378](https://github.com/googlemaps/js-markerwithlabel/issues/378)) ([93770b5](https://github.com/googlemaps/js-markerwithlabel/commit/93770b535a60db014957b2fc56ee8c98ec8aba3f)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#372](https://github.com/googlemaps/js-markerwithlabel/issues/372)) ([e79bb46](https://github.com/googlemaps/js-markerwithlabel/commit/e79bb461177abce06a4e14cf123a7c04daad31a4))
3 years ago
"version": "1.3.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",
"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.4.0",
"@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.3",
"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.0",
"rollup": "^2.60.2",
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.2"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}