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.2 [skip ci] ### [1.3.2](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.1...v1.3.2) (2021-11-02) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.15.8 to 7.16.0 ([#351](https://github.com/googlemaps/js-markerwithlabel/issues/351)) ([80dfba5](https://github.com/googlemaps/js-markerwithlabel/commit/80dfba5d5525e2340cd223bdfa350ece7e90a4a3)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.15.4 to 7.16.0 ([#353](https://github.com/googlemaps/js-markerwithlabel/issues/353)) ([576411e](https://github.com/googlemaps/js-markerwithlabel/commit/576411e02e5f4f0f9408fb6a5f8e660964093069)) * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.5 to 1.3.6 ([#354](https://github.com/googlemaps/js-markerwithlabel/issues/354)) ([e06c16a](https://github.com/googlemaps/js-markerwithlabel/commit/e06c16a2b64727cafc43507895534741f4c61dee)) * **deps-dev:** bump chromedriver from 94.0.0 to 95.0.0 ([#344](https://github.com/googlemaps/js-markerwithlabel/issues/344)) ([463f6a0](https://github.com/googlemaps/js-markerwithlabel/commit/463f6a0cad25c0199dcc0b2370ac9b875ae68591)) * **deps-dev:** bump rollup from 2.58.1 to 2.58.3 ([#345](https://github.com/googlemaps/js-markerwithlabel/issues/345)) ([08b5d7c](https://github.com/googlemaps/js-markerwithlabel/commit/08b5d7c602fa24de26ff46f5a928f3780239fc4b)) * **deps-dev:** bump rollup from 2.58.3 to 2.59.0 ([#352](https://github.com/googlemaps/js-markerwithlabel/issues/352)) ([7951f4c](https://github.com/googlemaps/js-markerwithlabel/commit/7951f4c313c45bcca6d073a45d974d260ff29f3e)) * Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' ([#346](https://github.com/googlemaps/js-markerwithlabel/issues/346)) ([ebda79c](https://github.com/googlemaps/js-markerwithlabel/commit/ebda79c7a0049d8149dd8504f27873230a2cd85d)) * Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' ([#348](https://github.com/googlemaps/js-markerwithlabel/issues/348)) ([0c1f0b6](https://github.com/googlemaps/js-markerwithlabel/commit/0c1f0b665630dc5f1eefea5cc2e02687a3eb4a5e)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#347](https://github.com/googlemaps/js-markerwithlabel/issues/347)) ([e79f7af](https://github.com/googlemaps/js-markerwithlabel/commit/e79f7af34acff52a45bf952b39a94d395636693e))
3 years ago
"version": "1.3.2",
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.16.0",
"@babel/runtime-corejs3": "^7.16.0",
"@googlemaps/jest-mocks": "^1.3.6",
"@types/google.maps": "^3.46.0",
"@types/jest": "^27.0.2",
"@types/selenium-webdriver": "^4.0.16",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^95.0.0",
"core-js": "^3.19.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rollup": "^2.59.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",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}