{
  "name": "@esri/arcgis-rest-fetch",
  "version": "4.10.3",
  "license": "Apache-2.0",
  "keywords": [
    "ES6",
    "Node",
    "browsers",
    "fetch",
    "ponyfill"
  ],
  "type": "commonjs",
  "module": "./browser-ponyfill.mjs",
  "browser": "./browser-ponyfill.js",
  "exports": {
    ".": {
      "module": "./browser-ponyfill.mjs",
      "browser": "./browser-ponyfill.js",
      "import": "./node-ponyfill.mjs",
      "require": "./node-ponyfill.js",
      "default": "./browser-ponyfill.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "index.types.d.ts",
  "files": [
    "browser-ponyfill.js",
    "browser-ponyfill.mjs",
    "index.types.d.ts",
    "node-ponyfill.js",
    "node-ponyfill.mjs"
  ],
  "dependencies": {
    "node-fetch": "^3.2.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esri/arcgis-rest-js.git",
    "directory": "packages/arcgis-rest-fetch"
  }
}
