HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@capacitor/google-maps/package.json
{
  "name": "@capacitor/google-maps",
  "version": "6.0.1",
  "description": "Google maps on Capacitor",
  "main": "dist/plugin.cjs.js",
  "module": "dist/esm/index.js",
  "typings": "dist/typings/index.d.ts",
  "typesVersions": {
    "<4.1": {
      "dist/typings/index.d.ts": [
        "dist/typings/ts_old/index.d.ts"
      ]
    }
  },
  "unpkg": "dist/plugin.js",
  "files": [
    "android/src/main/",
    "android/build.gradle",
    "dist/",
    "ios/Plugin/",
    "CapacitorGoogleMaps.podspec"
  ],
  "author": "Ionic <hi@ionicframework.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/capacitor-google-maps.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/capacitor-google-maps/issues"
  },
  "keywords": [
    "capacitor",
    "plugin",
    "native",
    "google-maps"
  ],
  "scripts": {
    "verify": "pnpm run verify:ios && pnpm run verify:android && pnpm run verify:web",
    "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphonesimulator && cd ..",
    "verify:android": "cd android && ./gradlew clean build test && cd ..",
    "verify:web": "pnpm run build",
    "lint": "pnpm eslint . --ext ts && pnpm prettier \"./**/*.{css,html,ts,js,java}\" --check && pnpm node-swiftlint lint",
    "fmt": "pnpm eslint . --ext ts --fix && pnpm prettier \"./**/*.{css,html,ts,js,java}\" --write && pnpm node-swiftlint --fix --format",
    "docgen": "docgen --api GoogleMapInterface --output-readme README.md --output-json dist/docs.json",
    "build": "pnpm run clean && pnpm run docgen && tsc && rollup -c rollup.config.js && pnpm run downleveldts",
    "clean": "rimraf ./dist",
    "watch": "tsc --watch",
    "prepublishOnly": "pnpm run build",
    "publish:cocoapod": "pod trunk push ./CapacitorGoogleMaps.podspec --allow-warnings",
    "downleveldts": "pnpm downlevel-dts dist/typings dist/typings/ts_old --to=3.5",
    "pack-local": "pnpm run build && pnpm pack && find . -name 'capacitor-google-maps-*tgz' -exec bash -c 'mv $0 capacitor-google-maps.tgz' {} \\; ",
    "unittest:ios": "xcodebuild test -project ./unit-tests/ios/GoogleMapsPlugin/GoogleMapsPlugin.xcodeproj -scheme TestApp -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.2' | xcpretty && exit ${PIPESTATUS[0]}",
    "unittest:android": "cd ./unit-tests/android && ./gradlew testDebugUnitTest"
  },
  "devDependencies": {
    "@capacitor/android": "^6.1.0",
    "@capacitor/core": "^6.1.0",
    "@capacitor/docgen": "0.2.2",
    "@capacitor/ios": "^6.1.0",
    "@ionic/prettier-config": "^1.0.1",
    "@types/resize-observer-browser": "^0.1.7",
    "@types/supercluster": "^7.1.0",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "downlevel-dts": "^0.7.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.25.4",
    "prettier": "^2.8.8",
    "prettier-plugin-java": "~2.1.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.78.1",
    "swiftlint": "^1.0.2",
    "typescript": "^5.4.2"
  },
  "peerDependencies": {
    "@capacitor/core": "^6.1.0"
  },
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@googlemaps/js-api-loader": "~1.13.7",
    "@googlemaps/markerclusterer": "~2.0.7",
    "@types/google.maps": "~3.50.5"
  },
  "gitHead": "af5492594d69893fa51a3bcb5dffd6f61c3c7825"
}