{ "_from": "@firebase/performance@0.3.5", "_id": "@firebase/performance@0.3.5", "_inBundle": false, "_integrity": "sha512-FCUxK3IsJuthSosXzCA/B3Lz0o51QLjS1PuHFSxW4zwnMN2p5LrJBof47D2qB/ZYLey8xR4u2IGHOjvSDyKA9w==", "_location": "/@firebase/performance", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/performance@0.3.5", "name": "@firebase/performance", "escapedName": "@firebase%2fperformance", "scope": "@firebase", "rawSpec": "0.3.5", "saveSpec": null, "fetchSpec": "0.3.5" }, "_requiredBy": [ "/firebase" ], "_resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.3.5.tgz", "_shasum": "e6007563c4115994f8b4eef7d6cd7fe877d74428", "_spec": "@firebase/performance@0.3.5", "_where": "C:\\Users\\ASUS-ROG-NTB\\Disk Google\\git\\freeGames\\node_modules\\firebase", "author": { "name": "Firebase", "email": "firebase-support@google.com", "url": "https://firebase.google.com/" }, "browser": "dist/index.cjs.js", "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "bundleDependencies": false, "dependencies": { "@firebase/component": "0.1.12", "@firebase/installations": "0.4.10", "@firebase/logger": "0.2.4", "@firebase/performance-types": "0.0.13", "@firebase/util": "0.2.47", "tslib": "1.11.1" }, "deprecated": false, "description": "Firebase performance for web", "devDependencies": { "rollup": "2.7.6", "rollup-plugin-json": "4.0.0", "rollup-plugin-typescript2": "0.27.0", "typescript": "3.8.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/performance", "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" }, "peerDependencies": { "@firebase/app": "0.x", "@firebase/app-types": "0.x" }, "repository": { "directory": "packages/performance", "type": "git", "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "build": "rollup -c", "build:deps": "lerna run --scope @firebase/'{app,performance}' --include-dependencies build", "dev": "rollup -c -w", "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'", "prepare": "yarn build", "prettier": "prettier --write '{src,test}/**/*.{js,ts}'", "test": "run-p lint test:browser", "test:browser": "karma start --single-run", "test:ci": "node ../../scripts/run_tests_in_ci.js", "test:debug": "karma start --browsers=Chrome --auto-watch" }, "typings": "dist/index.d.ts", "version": "0.3.5" }