{
  "_from": "is-standalone-pwa@^0.1.1",
  "_id": "is-standalone-pwa@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-9Cbovsa52vNQCjdXOzeQq5CnCbAcRk05aU62K20WO372NrTv0NxibLFCK6lQ4/iZEFdEA3p3t2VNOn8AJ53F5g==",
  "_location": "/is-standalone-pwa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-standalone-pwa@^0.1.1",
    "name": "is-standalone-pwa",
    "escapedName": "is-standalone-pwa",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/ua-parser-js"
  ],
  "_resolved": "https://registry.npmjs.org/is-standalone-pwa/-/is-standalone-pwa-0.1.1.tgz",
  "_shasum": "7a1b0459471a95378aa0764d5dc0a9cec95f2871",
  "_spec": "is-standalone-pwa@^0.1.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\ua-parser-js",
  "author": {
    "name": "Faisal Salman",
    "email": "f@faisalman.com"
  },
  "bugs": {
    "url": "https://github.com/faisalman/is-standalone-pwa/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect if PWA is running in standalone mode",
  "devDependencies": {
    "mocha": "^10.2.0",
    "typescript": "^5.2.2"
  },
  "directories": {
    "dist": "dist",
    "src": "src",
    "test": "test"
  },
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/faisalman"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/ua-parser-js"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/faisalman"
    }
  ],
  "homepage": "https://github.com/faisalman/is-standalone-pwa#readme",
  "keywords": [
    "ua-parser-js",
    "is-standalone-pwa",
    "pwa"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "is-standalone-pwa",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faisalman/is-standalone-pwa.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc --module commonjs --outDir ./dist/cjs --target es2019",
    "build:esm": "tsc --module esnext --moduleResolution bundler --outDir ./dist/esm --target es2019 && echo '{\"type\":\"module\"}' > ./dist/esm/package.json",
    "test": "mocha ./test"
  },
  "title": "isStandalonePWA",
  "type": "commonjs",
  "version": "0.1.1"
}
