API/api.medcify.app/node_modules/fcm-node/package.json
2022-09-26 11:41:44 +05:30

114 lines
3.0 KiB
JSON

{
"_from": "fcm-node@^1.6.1",
"_id": "fcm-node@1.6.1",
"_inBundle": false,
"_integrity": "sha512-29wNtmQHyVNIsc03k20vhMOcxzMhMjFeOGgCrcm2NZE75Ew3BLBY+6r2dBpl3dyUcxxu8Dl/txCrNnkBmYDF1g==",
"_location": "/fcm-node",
"_phantomChildren": {
"@firebase/app-types": "0.7.0",
"@firebase/auth-interop-types": "0.1.6",
"@google-cloud/paginator": "3.0.7",
"@types/node": "18.0.0",
"abort-controller": "3.0.0",
"agent-base": "6.0.2",
"arrify": "2.0.1",
"async-retry": "1.3.3",
"compressible": "2.0.18",
"configstore": "5.0.1",
"duplexify": "4.1.2",
"ent": "2.2.0",
"extend": "3.0.2",
"fast-deep-equal": "3.1.3",
"faye-websocket": "0.11.4",
"functional-red-black-tree": "1.0.1",
"gaxios": "4.3.3",
"google-auth-library": "7.14.1",
"google-gax": "2.30.5",
"hash-stream-validation": "0.2.4",
"https-proxy-agent": "5.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.1.4",
"mime-types": "2.1.34",
"node-fetch": "2.6.7",
"protobufjs": "6.11.3",
"pumpify": "2.0.1",
"retry-request": "4.2.2",
"stream-events": "1.0.5",
"tslib": "2.4.0",
"uuid": "8.3.2",
"xdg-basedir": "4.0.0",
"yocto-queue": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "fcm-node@^1.6.1",
"name": "fcm-node",
"escapedName": "fcm-node",
"rawSpec": "^1.6.1",
"saveSpec": null,
"fetchSpec": "^1.6.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/fcm-node/-/fcm-node-1.6.1.tgz",
"_shasum": "299f4b8fea66782e7cdaa80ab07643fb3f940bfa",
"_spec": "fcm-node@^1.6.1",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Leonardo Pereira",
"email": "jlcvp@cin.ufpe.br"
},
"bugs": {
"url": "https://github.com/jlcvp/fcm-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"firebase-admin": "^9.6.0",
"https-proxy-agent": "^5.0.0",
"retry": "^0.12.0",
"snyk": "^1.518.0"
},
"deprecated": false,
"description": "A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM). Supports both android and iOS, including topic messages, and parallel calls.\nAditionally it also keeps the callback behavior for the new firebase messaging service.",
"devDependencies": {
"mocha": "^8.3.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/jlcvp/fcm-node",
"keywords": [
"fcm",
"gcm",
"push",
"notification",
"push notification",
"firebase",
"firebase cloud messaging",
"google",
"android",
"ios",
"topic message",
"parallel send"
],
"license": "MIT",
"main": "index.js",
"name": "fcm-node",
"repository": {
"type": "git",
"url": "git+https://github.com/jlcvp/fcm-node.git"
},
"scripts": {
"debugtest": "mocha --debug-brk $npm_package_options_mocha --exit",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk protect",
"test": "mocha --exit"
},
"snyk": true,
"tonicExampleFilename": "example.js",
"version": "1.6.1"
}