{
  "name": "@pnp/polyfill-ie11",
  "version": "2.0.2",
  "description": "pnp - provides required polyfills for ie11",
  "main": "./dist/index.js",
  "types": "./dist",
  "scripts": {
    "bundle": "webpack",
    "prepublishOnly": "npm run bundle"
  },
  "dependencies": {
    "@pnp/sp": "^2.0.0",
    "core-js": "3.6.5",
    "es6-map": "0.1.5",
    "whatwg-fetch": "3.0.0"
  },
  "author": {
    "name": "Microsoft and other contributors"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnp/pnpjs/issues"
  },
  "homepage": "https://github.com/pnp/pnpjs",
  "repository": {
    "type": "git",
    "url": "git:github.com/pnp/pnpjs"
  },
  "devDependencies": {
    "awesome-typescript-loader": "5.2.1",
    "typescript": "^3.8.3",
    "webpack": "4.43.0"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/patrick-rodgers/"
  }
}
