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.7 [skip ci] ### [1.3.7](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.6...v1.3.7) (2021-12-08) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.9 to 1.4.0 ([#382](https://github.com/googlemaps/js-markerwithlabel/issues/382)) ([f864b5b](https://github.com/googlemaps/js-markerwithlabel/commit/f864b5b9e4c08989ba7223866c61160de7ebf88b)) * **deps-dev:** bump @types/google.maps from 3.47.0 to 3.47.1 ([#385](https://github.com/googlemaps/js-markerwithlabel/issues/385)) ([4f92e38](https://github.com/googlemaps/js-markerwithlabel/commit/4f92e3898df946a07491afb8c251fc59394c67de)) * **deps-dev:** bump core-js from 3.19.1 to 3.19.2 ([#381](https://github.com/googlemaps/js-markerwithlabel/issues/381)) ([18beacb](https://github.com/googlemaps/js-markerwithlabel/commit/18beacb2d834ff75fe0e20d23cb1a3646fe91467)) * **deps-dev:** bump core-js from 3.19.2 to 3.19.3 ([#383](https://github.com/googlemaps/js-markerwithlabel/issues/383)) ([566e9af](https://github.com/googlemaps/js-markerwithlabel/commit/566e9af198a54500d59c2fd22da4252e0dade0cf)) * **deps-dev:** bump prettier from 2.5.0 to 2.5.1 ([#384](https://github.com/googlemaps/js-markerwithlabel/issues/384)) ([28aebd2](https://github.com/googlemaps/js-markerwithlabel/commit/28aebd262d786b5ccc16dafb2c683626bfeacb36)) * **deps-dev:** bump rollup from 2.60.1 to 2.60.2 ([#380](https://github.com/googlemaps/js-markerwithlabel/issues/380)) ([e8aea64](https://github.com/googlemaps/js-markerwithlabel/commit/e8aea6408ec1fb3ac1811a324a6e1d4131309a1a)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#386](https://github.com/googlemaps/js-markerwithlabel/issues/386)) ([3cfd99b](https://github.com/googlemaps/js-markerwithlabel/commit/3cfd99b62ff8844ddce12b5c64615cecd6dea26e))
3 years ago
"version": "1.3.7",
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.0",
"@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"
}
}