{ "_from": "@firebase/polyfill@0.3.21", "_id": "@firebase/polyfill@0.3.21", "_inBundle": false, "_integrity": "sha512-2mqS3FQHMhCGyfMGRsaZEypHSBD8hVmp9ZBnZSkn8hq5sSOLiNTFSC0FsvNu5z99GNsPQJFTui8bxcZl5cHQbw==", "_location": "/@firebase/polyfill", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/polyfill@0.3.21", "name": "@firebase/polyfill", "escapedName": "@firebase%2fpolyfill", "scope": "@firebase", "rawSpec": "0.3.21", "saveSpec": null, "fetchSpec": "0.3.21" }, "_requiredBy": [ "/firebase" ], "_resolved": "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.21.tgz", "_shasum": "f265b47a6217d155f9f6bfc636e13aa91a084586", "_spec": "@firebase/polyfill@0.3.21", "_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\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.2.1", "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.20.3", "rollup-plugin-typescript2": "0.24.0" }, "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.21" }