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.2.5 [skip ci] ### [1.2.5](https://github.com/googlemaps/js-markerwithlabel/compare/v1.2.4...v1.2.5) (2021-09-29) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 1.2.1 to 1.3.2 ([#308](https://github.com/googlemaps/js-markerwithlabel/issues/308)) ([7e65826](https://github.com/googlemaps/js-markerwithlabel/commit/7e65826f7f512c9a608392b5af6de87425f4c4ca)) * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#309](https://github.com/googlemaps/js-markerwithlabel/issues/309)) ([2ce88cc](https://github.com/googlemaps/js-markerwithlabel/commit/2ce88ccc26d6e34337dd2965ee80b94421119e8f)) * **deps-dev:** bump @typescript-eslint/parser from 4.31.2 to 4.32.0 ([#311](https://github.com/googlemaps/js-markerwithlabel/issues/311)) ([306e2b1](https://github.com/googlemaps/js-markerwithlabel/commit/306e2b1df212c709975445c7b877050041abaac6)) * **deps-dev:** bump chromedriver from 93.0.1 to 94.0.0 ([#310](https://github.com/googlemaps/js-markerwithlabel/issues/310)) ([88ae018](https://github.com/googlemaps/js-markerwithlabel/commit/88ae018c5757d5fcacce09b92591f3540a145693)) * **deps-dev:** bump core-js from 3.18.0 to 3.18.1 ([#307](https://github.com/googlemaps/js-markerwithlabel/issues/307)) ([10089bf](https://github.com/googlemaps/js-markerwithlabel/commit/10089bf48cfafa1000f05a558c9f9eddf3a6437d)) * **deps-dev:** bump eslint-plugin-jest from 24.4.2 to 24.5.0 ([#313](https://github.com/googlemaps/js-markerwithlabel/issues/313)) ([f75dc3d](https://github.com/googlemaps/js-markerwithlabel/commit/f75dc3d7a47f2ff8b21f203dbbe46c8c8d4a6255)) * **deps-dev:** bump rollup from 2.56.3 to 2.57.0 ([#306](https://github.com/googlemaps/js-markerwithlabel/issues/306)) ([27b984a](https://github.com/googlemaps/js-markerwithlabel/commit/27b984ae9fb734bd9660dcb595232d489f7a7857)) * Synced file(s) with googlemaps/.github ([#305](https://github.com/googlemaps/js-markerwithlabel/issues/305)) ([f4f627c](https://github.com/googlemaps/js-markerwithlabel/commit/f4f627cbc34dbd5c929f77464e1aedd5a37ff713)) * Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' ([#312](https://github.com/googlemaps/js-markerwithlabel/issues/312)) ([af81844](https://github.com/googlemaps/js-markerwithlabel/commit/af818442511c4d11ff1b6a6806fbeda0f0d02898))
3 years ago
"version": "1.2.5",
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",
"files": [
4 years ago
"dist/*"
4 years ago
],
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"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.15.6",
"@babel/runtime-corejs3": "^7.15.4",
"@googlemaps/jest-mocks": "^1.3.2",
"@types/google.maps": "^3.45.6",
"@types/jest": "^27.0.2",
"@types/selenium-webdriver": "^4.0.15",
"@typescript-eslint/eslint-plugin": ">=4.32.0",
"@typescript-eslint/parser": ">=4.32.0",
"chromedriver": "^94.0.0",
"core-js": "^3.18.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
4 years ago
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-rc-2",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.5",
"typescript": "^4.4.3"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}