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.3 [skip ci] ### [2.0.3](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.2...v2.0.3) (2022-02-01) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 2.2.0 to 2.2.1 ([#432](https://github.com/googlemaps/js-markerwithlabel/issues/432)) ([7e0fc93](https://github.com/googlemaps/js-markerwithlabel/commit/7e0fc937e0aa4a2e0146696455017f20f7642b26)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.2.1 to 2.3.0 ([#434](https://github.com/googlemaps/js-markerwithlabel/issues/434)) ([6395c91](https://github.com/googlemaps/js-markerwithlabel/commit/6395c91537b1dcd20eea1d97a1532b0e04208575)) * **deps-dev:** bump chromedriver from 97.0.0 to 97.0.2 ([#431](https://github.com/googlemaps/js-markerwithlabel/issues/431)) ([9a79cdd](https://github.com/googlemaps/js-markerwithlabel/commit/9a79cdd21a4bca3912a4621c4c230cd59ba449aa)) * **deps-dev:** bump chromedriver from 97.0.2 to 97.0.3 ([#435](https://github.com/googlemaps/js-markerwithlabel/issues/435)) ([d8b2eaf](https://github.com/googlemaps/js-markerwithlabel/commit/d8b2eaf02fb7f563d4d9e98261f57310a580f5c2)) * **deps-dev:** bump eslint-plugin-jest from 25.7.0 to 26.0.0 ([#430](https://github.com/googlemaps/js-markerwithlabel/issues/430)) ([2242e51](https://github.com/googlemaps/js-markerwithlabel/commit/2242e51ce0856dba49aaec2a350defe253e98195)) * **deps-dev:** bump rollup from 2.66.0 to 2.66.1 ([#433](https://github.com/googlemaps/js-markerwithlabel/issues/433)) ([cb9b6fc](https://github.com/googlemaps/js-markerwithlabel/commit/cb9b6fcd11ef622570936d6ca7a99d929239a7a6))
2 years ago
"version": "2.0.3",
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.2",
"@googlemaps/jest-mocks": "^2.3.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.3",
"@types/jest": "^27.4.0",
"@types/selenium-webdriver": "^4.0.17",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^98.0.0",
"core-js": "^3.21.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.67.1",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}