{ "_from": "@firebase/performance@0.2.18", "_id": "@firebase/performance@0.2.18", "_inBundle": false, "_integrity": "sha512-PcN+nTPaMGqODfwAXgwbaCvcxXH+YzvK6UpZzm0Bl9wmW28/oJipnUxF3cYbVGCiaLAaByIPVSIF22XhTOjUtA==", "_location": "/@firebase/performance", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/performance@0.2.18", "name": "@firebase/performance", "escapedName": "@firebase%2fperformance", "scope": "@firebase", "rawSpec": "0.2.18", "saveSpec": null, "fetchSpec": "0.2.18" }, "_requiredBy": [ "/firebase" ], "_resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.2.18.tgz", "_shasum": "8a97622271ab6ecd918053437595fa53c1a03984", "_spec": "@firebase/performance@0.2.18", "_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\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/installations": "0.2.6", "@firebase/logger": "0.1.24", "@firebase/performance-types": "0.0.3", "@firebase/util": "0.2.27", "tslib": "1.10.0" }, "deprecated": false, "description": "Firebase performance for web", "devDependencies": { "@types/chai": "4.2.0", "@types/chai-as-promised": "7.1.2", "@types/mocha": "5.2.7", "@types/sinon": "7.0.13", "@types/sinon-chai": "3.2.3", "@typescript-eslint/eslint-plugin": "2.0.0", "@typescript-eslint/eslint-plugin-tslint": "2.0.0", "@typescript-eslint/parser": "2.0.0", "chai": "4.2.0", "chai-as-promised": "7.1.1", "eslint": "5.16.0", "eslint-plugin-import": "2.18.2", "mocha": "6.2.0", "rollup": "1.20.3", "rollup-plugin-json": "4.0.0", "rollup-plugin-typescript2": "0.24.0", "sinon": "7.4.1", "sinon-chai": "3.3.0", "typescript": "3.5.3" }, "esm2017": "dist/index.esm2017.js", "files": [ "dist" ], "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": { "type": "git", "url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/performance" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint -c .eslintrc.json '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.json '**/*.ts'", "prepare": "yarn build", "prettier": "prettier --write '{src,test}/**/*.{js,ts}'", "test": "run-p lint test:browser", "test:browser": "karma start --single-run", "test:debug": "karma start --browsers=Chrome --auto-watch" }, "typings": "dist/index.d.ts", "version": "0.2.18" }