Edit File: package.json
{ "_args": [ [ "firebase-admin@9.12.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "firebase-admin@9.12.0", "_id": "firebase-admin@9.12.0", "_inBundle": false, "_integrity": "sha512-AtA7OH5RbIFGoc0gZOQgaYC6cdjdhZv4w3XgWoupkPKO1HY+0GzixOuXDa75kFeoVyhIyo4PkLg/GAC1dC1P6w==", "_location": "/firebase-admin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "firebase-admin@9.12.0", "name": "firebase-admin", "escapedName": "firebase-admin", "rawSpec": "9.12.0", "saveSpec": null, "fetchSpec": "9.12.0" }, "_requiredBy": [ "/fcm-node" ], "_resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.12.0.tgz", "_spec": "9.12.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Firebase", "email": "firebase-support@google.com", "url": "https://firebase.google.com/" }, "bugs": { "url": "https://github.com/firebase/firebase-admin-node/issues" }, "dependencies": { "@firebase/database-compat": "^0.1.1", "@firebase/database-types": "^0.7.2", "@google-cloud/firestore": "^4.5.0", "@google-cloud/storage": "^5.3.0", "@types/node": ">=12.12.47", "dicer": "^0.3.0", "jsonwebtoken": "^8.5.1", "jwks-rsa": "^2.0.2", "node-forge": "^0.10.0" }, "description": "Firebase admin SDK for Node.js", "devDependencies": { "@firebase/app-compat": "^0.1.2", "@firebase/auth-compat": "^0.1.3", "@firebase/auth-types": "^0.10.3", "@microsoft/api-extractor": "^7.11.2", "@types/bcrypt": "^5.0.0", "@types/chai": "^4.0.0", "@types/chai-as-promised": "^7.1.0", "@types/firebase-token-generator": "^2.0.28", "@types/jsonwebtoken": "8.5.1", "@types/lodash": "^4.14.104", "@types/minimist": "^1.2.0", "@types/mocha": "^8.2.2", "@types/nock": "^11.1.0", "@types/request": "^2.47.0", "@types/request-promise": "^4.1.41", "@types/sinon": "^10.0.2", "@types/sinon-chai": "^3.0.0", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", "bcrypt": "^5.0.0", "chai": "^4.2.0", "chai-as-promised": "^7.0.0", "chalk": "^4.1.1", "child-process-promise": "^2.2.1", "del": "^6.0.0", "eslint": "^6.8.0", "firebase-token-generator": "^2.0.0", "gulp": "^4.0.2", "gulp-filter": "^7.0.0", "gulp-header": "^2.0.9", "gulp-typescript": "^5.0.1", "http-message-parser": "^0.0.34", "jsdom": "^15.0.0", "lodash": "^4.17.15", "minimist": "^1.2.0", "mocha": "^8.0.0", "mz": "^2.7.0", "nock": "^13.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "request": "^2.75.0", "request-promise": "^4.1.1", "run-sequence": "^2.2.1", "sinon": "^9.0.0", "sinon-chai": "^3.0.0", "ts-node": "^10.2.0", "typedoc": "^0.19.2", "typescript": "^3.7.3", "yargs": "^17.0.1" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib/", "LICENSE", "README.md", "package.json" ], "homepage": "https://firebase.google.com/", "keywords": [ "admin", "database", "Firebase", "realtime", "authentication" ], "license": "Apache-2.0", "main": "lib/index.js", "name": "firebase-admin", "nyc": { "extension": [ ".ts" ], "include": [ "src" ], "exclude": [ "**/*.d.ts" ], "all": true }, "optionalDependencies": { "@google-cloud/firestore": "^4.5.0", "@google-cloud/storage": "^5.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/firebase/firebase-admin-node.git" }, "scripts": { "api-extractor": "api-extractor run", "api-extractor:local": "api-extractor run --local", "apidocs": "node docgen/generate-docs.js --api node", "build": "gulp build", "build:tests": "gulp compile_test", "integration": "run-s build test:integration", "lint": "run-p lint:src lint:test", "lint:src": "eslint src/ --ext .ts", "lint:test": "eslint test/ --ext .ts", "prepare": "npm run build", "test": "run-s lint test:unit", "test:coverage": "nyc npm run test:unit", "test:integration": "mocha test/integration/*.ts --slow 5000 --timeout 20000 --require ts-node/register", "test:unit": "mocha test/unit/*.spec.ts --require ts-node/register" }, "types": "./lib/index.d.ts", "version": "9.12.0" }
Back to File Manager