{
  "name": "xhr-shim",
  "version": "0.1.3",
  "description": "Polyfill XMLHttpRequest.",
  "main": "src/index.js",
  "scripts": {
    "test:lint": "eslint ./src/*.js",
    "test:tap": "npx tap --no-coverage ./test/test.*.mjs",
    "test": "npm run test:lint & npm run test:tap"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apple502j/xhr-shim.git"
  },
  "keywords": [
    "xhr",
    "polyfill",
    "fetch"
  ],
  "author": "apple502j",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apple502j/xhr-shim/issues"
  },
  "homepage": "https://github.com/apple502j/xhr-shim#readme",
  "devDependencies": {
    "abort-controller": "^3.0.0",
    "domexception": "^4.0.0",
    "eslint": "^8.23.1",
    "event-target-shim": "^6.0.2",
    "fetch-blob": "^3.2.0",
    "node-fetch": "^3.2.10",
    "tap": "^16.3.0"
  }
}
