{
  "_args": [
    [
      "native-abort-controller@1.0.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "native-abort-controller@1.0.4",
  "_id": "native-abort-controller@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-zp8yev7nxczDJMoP6pDxyD20IU0T22eX8VwN2ztDccKvSZhRaV33yP1BGwKSZfXuqWUzsXopVFjBdau9OOAwMQ==",
  "_location": "/native-abort-controller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "native-abort-controller@1.0.4",
    "name": "native-abort-controller",
    "escapedName": "native-abort-controller",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/any-signal"
  ],
  "_resolved": "https://registry.npmjs.org/native-abort-controller/-/native-abort-controller-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/native-abort-controller/issues"
  },
  "contributors": [
    {
      "name": "achingbrain",
      "email": "alex@achingbrain.net"
    }
  ],
  "description": "Returns native AbortController/AbortSignal if available or the abort-controller module if not",
  "devDependencies": {
    "abort-controller": "^3.0.0",
    "aegir": "^35.0.3",
    "util": "^0.12.4"
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/achingbrain/native-abort-controller#readme",
  "license": "MIT",
  "main": "src/index.js",
  "name": "native-abort-controller",
  "peerDependencies": {
    "abort-controller": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achingbrain/native-abort-controller.git"
  },
  "scripts": {
    "lint": "aegir lint && aegir ts -p check",
    "prepare": "aegir build --no-bundle",
    "release": "aegir release --docs false",
    "release-major": "aegir release --type major --docs false",
    "release-minor": "aegir release --type minor --docs false",
    "test": "aegir test -t node -t browser -t webworker -t electron-main -t electron-renderer"
  },
  "types": "dist/src/index.d.ts",
  "version": "1.0.4"
}
