{
  "_from": "abortcontroller-polyfill@^1.4.0",
  "_id": "abortcontroller-polyfill@1.7.1",
  "_inBundle": false,
  "_integrity": "sha512-yml9NiDEH4M4p0G4AcPkg8AAa4mF3nfYF28VQxaokpO67j9H7gWgmsVWJ/f1Rn+PzsnDYvzJzWIQzCqDKRvWlA==",
  "_location": "/abortcontroller-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "abortcontroller-polyfill@^1.4.0",
    "name": "abortcontroller-polyfill",
    "escapedName": "abortcontroller-polyfill",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/@uppy/utils"
  ],
  "_resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.1.tgz",
  "_shasum": "27084bac87d78a7224c8ee78135d05df430c2d2f",
  "_spec": "abortcontroller-polyfill@^1.4.0",
  "_where": "C:\\xampp\\htdocs\\rnr\\node_modules\\@uppy\\utils",
  "author": {
    "name": "Martin Olsson",
    "email": "martin@minimum.se",
    "url": "https://mo.github.io"
  },
  "bugs": {
    "url": "https://github.com/mo/abortcontroller-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-member-expression-literals": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@wdio/cli": "^6.11.3",
    "@wdio/jasmine-framework": "^6.11.0",
    "@wdio/local-runner": "^6.11.3",
    "@wdio/selenium-standalone-service": "^6.11.0",
    "@wdio/spec-reporter": "^6.11.0",
    "@wdio/sync": "^6.11.0",
    "detect-browser": "^5.2.0",
    "eslint": "^7.17.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.36.1",
    "rollup-plugin-babel": "^4.4.0",
    "webdriverio": "^6.11.3"
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/mo/abortcontroller-polyfill#readme",
  "keywords": [],
  "license": "MIT",
  "main": "dist/umd-polyfill.js",
  "name": "abortcontroller-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mo/abortcontroller-polyfill.git"
  },
  "scripts": {
    "build": "rollup -c",
    "eslint": "eslint src/ tests/",
    "prepare": "npm run build",
    "test": "npm run build && npm-run-all test-headless eslint",
    "test-chrome": "SELENIUM_BROWSER=chrome ./scripts/wdio-suppress-exitcode",
    "test-firefox": "SELENIUM_BROWSER=firefox ./scripts/wdio-suppress-exitcode",
    "test-headless": "SELENIUM_BROWSER=chrome E2E_HEADLESS=1 ./scripts/wdio-suppress-exitcode",
    "test-inspect-brk": "E2E_WDIO_EXEC_ARGV=--inspect-brk npm run test-chrome",
    "test-verbose": "SELENIUM_BROWSER=chrome E2E_LOG_LEVEL=verbose wdio wdio.conf.js",
    "updtr": "npx updtr"
  },
  "version": "1.7.1"
}
