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.10 [skip ci] ### [2.0.10](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.9...v2.0.10) (2022-04-15) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.6.4 to 2.7.0 ([#491](https://github.com/googlemaps/js-markerwithlabel/issues/491)) ([dae9b3c](https://github.com/googlemaps/js-markerwithlabel/commit/dae9b3ce0f59d406974953a5bdb4b7f295e31a15)) * **deps-dev:** bump @rollup/plugin-typescript from 8.3.1 to 8.3.2 ([#495](https://github.com/googlemaps/js-markerwithlabel/issues/495)) ([116da0a](https://github.com/googlemaps/js-markerwithlabel/commit/116da0a44a58865829ba07938bde90e925f08a9b)) * **deps-dev:** bump core-js from 3.21.1 to 3.22.0 ([#496](https://github.com/googlemaps/js-markerwithlabel/issues/496)) ([5eb17bb](https://github.com/googlemaps/js-markerwithlabel/commit/5eb17bbc4803963b87beb7ca24f5e975f208bc02)) * **deps-dev:** bump eslint-plugin-jest from 26.1.3 to 26.1.4 ([#492](https://github.com/googlemaps/js-markerwithlabel/issues/492)) ([90d9df9](https://github.com/googlemaps/js-markerwithlabel/commit/90d9df925eddde759a1b58e2824de9cf287da7d0)) * **deps-dev:** bump rollup from 2.70.1 to 2.70.2 ([#497](https://github.com/googlemaps/js-markerwithlabel/issues/497)) ([996269b](https://github.com/googlemaps/js-markerwithlabel/commit/996269bc77dd4d02ef05f5f1d22e929242bc4624)) * **deps-dev:** bump typedoc from 0.22.14 to 0.22.15 ([#494](https://github.com/googlemaps/js-markerwithlabel/issues/494)) ([8e01e2f](https://github.com/googlemaps/js-markerwithlabel/commit/8e01e2f4b7fe24bba434baf7ee45fd6756ff7086)) * **deps-dev:** bump typescript from 4.5.5 to 4.6.3 ([#490](https://github.com/googlemaps/js-markerwithlabel/issues/490)) ([7e7e5a2](https://github.com/googlemaps/js-markerwithlabel/commit/7e7e5a268884b28b07095ba29f5c836add035384))
2 years ago
"version": "2.0.10",
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.9",
"@googlemaps/jest-mocks": "^2.7.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/google.maps": "^3.48.6",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.0.19",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^100.0.0",
"core-js": "^3.22.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.6.2",
"rollup": "^2.70.2",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}