{ "_from": "@firebase/component@0.1.4", "_id": "@firebase/component@0.1.4", "_inBundle": false, "_integrity": "sha512-k3JZFUyHnSWC/7v+x+pIHLDNJPYA6xd7nqrQASOXH5TXhCR9meg0VsnJb+knD18491iRMKJnQWNSHdqPK9AX5w==", "_location": "/@firebase/component", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/component@0.1.4", "name": "@firebase/component", "escapedName": "@firebase%2fcomponent", "scope": "@firebase", "rawSpec": "0.1.4", "saveSpec": null, "fetchSpec": "0.1.4" }, "_requiredBy": [ "/@firebase/analytics", "/@firebase/app", "/@firebase/database", "/@firebase/firestore", "/@firebase/functions", "/@firebase/installations", "/@firebase/messaging", "/@firebase/performance", "/@firebase/remote-config", "/@firebase/storage" ], "_resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.4.tgz", "_shasum": "ed348a3e2997918b1c4ea13103b7b3e216c12ab9", "_spec": "@firebase/component@0.1.4", "_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\@firebase\\analytics", "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/util": "0.2.39", "tslib": "1.10.0" }, "deprecated": false, "description": "Firebase Component Platform", "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/component", "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" }, "repository": { "directory": "packages/component", "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": "yarn type-check && run-p lint test:browser test:node", "test:browser": "karma start --single-run", "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts", "type-check": "tsc -p . --noEmit" }, "typings": "dist/index.d.ts", "version": "0.1.4" }