{
  "_args": [
    [
      "@mapbox/mapbox-gl-supported@2.0.1",
      "/var/www/peopleship.me/projekat_1"
    ]
  ],
  "_from": "@mapbox/mapbox-gl-supported@2.0.1",
  "_id": "@mapbox/mapbox-gl-supported@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ==",
  "_location": "/@mapbox/mapbox-gl-supported",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@mapbox/mapbox-gl-supported@2.0.1",
    "name": "@mapbox/mapbox-gl-supported",
    "escapedName": "@mapbox%2fmapbox-gl-supported",
    "scope": "@mapbox",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/mapbox-gl"
  ],
  "_resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/var/www/peopleship.me/projekat_1",
  "bugs": {
    "url": "https://github.com/mapbox/mapbox-gl-supported/issues"
  },
  "description": "A library to determine if a browser supports Mapbox GL JS",
  "devDependencies": {
    "browserify": "^17.0.0",
    "eslint": "^8.1.0",
    "eslint-config-mourner": "^2.0.1",
    "uglify-js": "^3.14.2"
  },
  "files": [
    "mapbox-gl-supported.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/mapbox/mapbox-gl-supported#readme",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "@mapbox/mapbox-gl-supported",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/mapbox-gl-supported.git"
  },
  "scripts": {
    "build": "browserify -s mapboxgl index.js | uglifyjs -c -m -o mapbox-gl-supported.js",
    "prepublishOnly": "npm run build",
    "test": "eslint index.js"
  },
  "typings": "./index.d.ts",
  "version": "2.0.1"
}
