This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/web-push/package.json
2020-11-01 22:46:04 +00:00

62 lines
1.7 KiB
JSON

{
"name": "web-push",
"version": "3.4.4",
"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",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_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.1.0",
"https-proxy-agent": "^5.0.0",
"jws": "^4.0.0",
"minimist": "^1.2.5",
"urlsafe-base64": "^1.0.0"
},
"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"
}
}