Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "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"

,"_resolved": "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz"
,"_integrity": "sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg=="
,"_from": "@firebase/polyfill@0.3.36"
}