{ "_from": "@firebase/polyfill@0.3.31", "_id": "@firebase/polyfill@0.3.31", "_inBundle": false, "_integrity": "sha512-7XItMz50tdba57tCOTCSH8REvHYbrTU7MBOksnNZ3td/J9W/RkCPcLVSSnFWNmn0Jv1aufpUevryX1J4DZ/oiw==", "_location": "/@firebase/polyfill", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/polyfill@0.3.31", "name": "@firebase/polyfill", "escapedName": "@firebase%2fpolyfill", "scope": "@firebase", "rawSpec": "0.3.31", "saveSpec": null, "fetchSpec": "0.3.31" }, "_requiredBy": [ "/firebase" ], "_resolved": "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.31.tgz", "_shasum": "e22c51b6e48195ad7886ebef25a900deb08660e4", "_spec": "@firebase/polyfill@0.3.31", "_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\firebase", "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, "dependencies": { "core-js": "3.6.2", "promise-polyfill": "8.1.3", "whatwg-fetch": "2.0.4" }, "deprecated": false, "description": "This is the a set of polyfills/shims used by the Firebase JS SDK. This package is completely standalone and can be loaded to standardize environments for use with the Firebase JS SDK.", "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3" }, "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/polyfill", "repository": { "directory": "packages/polyfill", "type": "git", "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepare": "yarn build", "test": "echo 'No test suite for polyfills'" }, "typings": "dist/index.d.ts", "version": "0.3.31" }