{ "_from": "@firebase/logger@0.1.34", "_id": "@firebase/logger@0.1.34", "_inBundle": false, "_integrity": "sha512-J2h6ylpd1IcuonRM3HBdXThitds6aQSIeoPYRPvApSFy82NhFPKRzJlflAhlQWjJOh59/jyQBGWJNxCL6fp4hw==", "_location": "/@firebase/logger", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/logger@0.1.34", "name": "@firebase/logger", "escapedName": "@firebase%2flogger", "scope": "@firebase", "rawSpec": "0.1.34", "saveSpec": null, "fetchSpec": "0.1.34" }, "_requiredBy": [ "/@firebase/app", "/@firebase/database", "/@firebase/firestore", "/@firebase/performance", "/@firebase/remote-config" ], "_resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.1.34.tgz", "_shasum": "8fd52f73c9de02d2a96f3a88c692e3f9a25297f9", "_spec": "@firebase/logger@0.1.34", "_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\@firebase\\app", "author": { "name": "Firebase", "email": "firebase-support@google.com", "url": "https://firebase.google.com/" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A logger package for use in the Firebase JS SDK", "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", "typescript": "3.7.3" }, "esm2017": "dist/index.esm2017.js", "files": [ "dist" ], "homepage": "https://github.com/firebase/firebase-js-sdk#readme", "license": "Apache-2.0", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "name": "@firebase/logger", "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" }, "repository": { "directory": "packages/logger", "type": "git", "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "prepare": "yarn build", "test": "run-p lint test:browser test:node", "test:browser": "karma start --single-run", "test:browser:debug": "karma start --browsers Chrome --auto-watch", "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --opts ../../config/mocha.node.opts" }, "typings": "dist/index.d.ts", "version": "0.1.34" }