<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
{
  "name": "web-push",
  "version": "3.6.7",
  "description": "Web Push library for Node.js",
  "main": "src/index.js",
  "bin": {
    "web-push": "src/cli.js"
  },
  "scripts": {
    "download-browser": "node --harmony ./test/helpers/download-test-browsers.js",
    "lint": "node ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'",
    "pretest": "npm run lint && npm run download-browser",
    "test": "nyc --reporter=lcov --reporter=text mocha -- --ui tdd test/test*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-push-libs/web-push.git"
  },
  "keywords": [
    "web push",
    "push",
    "notifications",
    "push notifications"
  ],
  "author": "Marco Castelluccio",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/web-push-libs/web-push/issues"
  },
  "homepage": "https://github.com/web-push-libs/web-push#readme",
  "dependencies": {
    "asn1.js": "^5.3.0",
    "http_ece": "1.2.0",
    "https-proxy-agent": "^7.0.0",
    "jws": "^4.0.0",
    "minimist": "^1.2.5"
  },
  "devDependencies": {
    "chromedriver": "120.0.1",
    "del": "6.0.0",
 