{
  "_args": [
    [
      "web-push@3.4.4",
      "/var/www/html"
    ]
  ],
  "_from": "web-push@3.4.4",
  "_id": "web-push@3.4.4",
  "_inBundle": false,
  "_integrity": "sha512-tB0F+ccobsfw5jTWBinWJKyd/YdCdRbKj+CFSnsJeEgFYysOULvWFYyeCxn9KuQvG/3UF1t3cTAcJzBec5LCWA==",
  "_location": "/web-push",
  "_phantomChildren": {
    "bn.js": "4.11.8",
    "debug": "4.1.1",
    "inherits": "2.0.4",
    "minimalistic-assert": "1.0.1",
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "web-push@3.4.4",
    "name": "web-push",
    "escapedName": "web-push",
    "rawSpec": "3.4.4",
    "saveSpec": null,
    "fetchSpec": "3.4.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/web-push/-/web-push-3.4.4.tgz",
  "_spec": "3.4.4",
  "_where": "/var/www/html",
  "author": {
    "name": "Marco Castelluccio"
  },
  "bin": {
    "web-push": "src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/web-push-libs/web-push/issues"
  },
  "dependencies": {
    "asn1.js": "^5.3.0",
    "http_ece": "1.1.0",
    "https-proxy-agent": "^5.0.0",
    "jws": "^4.0.0",
    "minimist": "^1.2.5",
    "urlsafe-base64": "^1.0.0"
  },
  "description": "Web Push library for Node.js",
  "devDependencies": {
    "chalk": "4.0.0",
    "chromedriver": "81.0.0",
    "coveralls": "3.0.9",
    "del": "5.1.0",
    "eslint": "7.0.0",
    "eslint-config-airbnb": "18.1.0",
    "eslint-plugin-import": "2.20.2",
    "geckodriver": "1.19.1",
    "istanbul": "0.4.5",
    "mkdirp": "1.0.4",
    "mocha": "7.1.2",
    "mocha-lcov-reporter": "1.3.0",
    "portfinder": "1.0.26",
    "selenium-assistant": "5.4.0",
    "sinon": "7.5.0",
    "which": "2.0.2"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://github.com/web-push-libs/web-push#readme",
  "keywords": [
    "web push",
    "push",
    "notifications",
    "push notifications"
  ],
  "license": "MPL-2.0",
  "main": "src/index.js",
  "name": "web-push",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-push-libs/web-push.git"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "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": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
  },
  "version": "3.4.4"
}
