{
  "_args": [
    [
      "@firebase/auth@0.12.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@firebase/auth@0.12.0",
  "_id": "@firebase/auth@0.12.0",
  "_inBundle": false,
  "_integrity": "sha512-DGYvAmz2aUmrWYS3ADw/UmsuicxJi6G+X38XITqNPUrd1YxmM5SBzX19oEb9WCrJZXcr4JaESg6hQkT2yEPaCA==",
  "_location": "/@firebase/auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/auth@0.12.0",
    "name": "@firebase/auth",
    "escapedName": "@firebase%2fauth",
    "scope": "@firebase",
    "rawSpec": "0.12.0",
    "saveSpec": null,
    "fetchSpec": "0.12.0"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-0.12.0.tgz",
  "_spec": "0.12.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "dependencies": {
    "@firebase/auth-types": "0.8.0"
  },
  "description": "Javascript library for Firebase Auth SDK",
  "devDependencies": {
    "del": "5.1.0",
    "express": "4.17.1",
    "firebase-functions": "3.2.0",
    "firebase-tools": "7.3.0",
    "google-closure-compiler": "20190709.0.0",
    "google-closure-library": "20190709.0.0",
    "gulp": "4.0.2",
    "gulp-sourcemaps": "2.6.5",
    "protractor": "5.4.2"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/auth.js",
  "module": "dist/auth.esm.js",
  "name": "@firebase/auth",
  "peerDependencies": {
    "@firebase/app": "0.x"
  },
  "repository": {
    "directory": "packages/auth",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "gulp",
    "demo": "./buildtools/run_demo.sh",
    "generate-test-files": "./buildtools/generate_test_files.sh",
    "prepare": "yarn build",
    "serve": "yarn build && yarn generate-test-files && gulp serve",
    "test": "yarn generate-test-files && ./buildtools/run_tests.sh"
  },
  "version": "0.12.0"
}
