{
  "name": "gatsby-legacy-polyfills",
  "description": "Polyfills for legacy browsers",
  "version": "0.7.1",
  "main": "dist/polyfills.js",
  "author": "Ward Peeters <ward@gatsbyjs.com>",
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-legacy-polyfills"
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "npm-run-all -p build:*",
    "build:exclude": "cpy \"src/exclude.js\" \"./dist\"",
    "build:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "npm-run-all -p watch:*",
    "watch:exclude": "npm run build:exclude && chokidar \"src/exclude.js\" -c \"npm run build:exclude\"",
    "watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
  },
  "dependencies": {
    "core-js-compat": "^3.6.5"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "chokidar-cli": "^2.1.0",
    "codegen.macro": "^4.0.0",
    "core-js": "^3.6.5",
    "cpy-cli": "^3.1.1",
    "cross-env": "^7.0.3",
    "execa": "^4.1.0",
    "fs-extra": "^9.0.1",
    "microbundle": "^0.12.4",
    "npm-run-all": "^4.1.5",
    "object-assign": "^4.1.1",
    "source-map": "^0.7.3",
    "url-polyfill": "^1.1.12",
    "whatwg-fetch": "^3.4.1"
  },
  "gitHead": "83c26f8d82ccce8bca812615d1c81e7657dd38e1"
}
