UNPKG

@firebase/polyfill

Version:

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.

38 lines (37 loc) 945 B
{ "name": "@firebase/polyfill", "version": "0.3.36", "description": "", "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "echo 'No test suite for polyfills'", "test:ci": "echo 'No test suite for polyfills'", "prepare": "yarn build" }, "license": "Apache-2.0", "dependencies": { "core-js": "3.6.5", "promise-polyfill": "8.1.3", "whatwg-fetch": "2.0.4" }, "devDependencies": { "rollup": "2.7.6", "rollup-plugin-typescript2": "0.27.0" }, "repository": { "directory": "packages/polyfill", "type": "git", "url": "https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "typings": "dist/index.d.ts" }