ran-boilerplate
Version:
React . Apollo (GraphQL) . Next.js Toolkit
133 lines (132 loc) • 3.53 kB
JSON
{
"_from": "firebase-admin@~5.8.1",
"_id": "firebase-admin@5.8.1",
"_inBundle": false,
"_integrity": "sha1-m2Ve247OY8gBgtIV5jv2dSWj0UQ=",
"_location": "/firebase-admin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "firebase-admin@~5.8.1",
"name": "firebase-admin",
"escapedName": "firebase-admin",
"rawSpec": "~5.8.1",
"saveSpec": null,
"fetchSpec": "~5.8.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-5.8.1.tgz",
"_shasum": "9b655edb8ece63c80182d215e63bf67525a3d144",
"_spec": "firebase-admin@~5.8.1",
"_where": "/Users/ilker.guller/Projects/ran/functions",
"author": {
"name": "Firebase",
"email": "firebase-support@google.com",
"url": "https://firebase.google.com/"
},
"bugs": {
"url": "https://github.com/firebase/firebase-admin-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"@firebase/app": "^0.1.1",
"@firebase/database": "^0.1.3",
"@google-cloud/firestore": "^0.11.1",
"@google-cloud/storage": "^1.2.1",
"@types/google-cloud__storage": "^1.1.1",
"@types/node": "^8.0.53",
"faye-websocket": "0.9.3",
"jsonwebtoken": "8.1.0",
"node-forge": "0.7.1"
},
"deprecated": false,
"description": "Firebase admin SDK for Node.js",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/firebase-token-generator": "^2.0.28",
"@types/lodash": "^4.14.85",
"@types/mocha": "^2.2.32",
"@types/nock": "^8.0.33",
"@types/request": "2.0.6",
"@types/request-promise": "^4.1.33",
"@types/sinon": "^4.1.2",
"@types/sinon-chai": "^2.7.27",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chalk": "^1.1.3",
"del": "^2.2.1",
"firebase": "~4.6.2",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.9.1",
"gulp-exit": "0.0.2",
"gulp-header": "^1.8.8",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^3.1.2",
"lodash": "^4.6.1",
"merge2": "^1.0.2",
"mocha": "^3.5.0",
"nock": "^8.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.3.0",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"run-sequence": "^1.1.5",
"sinon": "^4.1.3",
"sinon-chai": "^2.8.0",
"ts-node": "^3.3.0",
"tslint": "^3.5.0",
"typescript": "^2.6.1"
},
"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",
"**/database.js"
],
"all": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/firebase/firebase-admin-node.git"
},
"scripts": {
"build": "gulp build",
"integration": "run-s build test:integration",
"lint": "tslint --project tsconfig-lint.json --format stylish",
"test": "run-s lint test:unit",
"test:coverage": "nyc npm run test:unit",
"test:integration": "node test/integration",
"test:unit": "mocha test/**/*.spec.ts --compilers ts:ts-node/register"
},
"types": "./lib/index.d.ts",
"version": "5.8.1"
}