{
  "_args": [
    [
      "timeout-abort-controller@1.1.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "timeout-abort-controller@1.1.1",
  "_id": "timeout-abort-controller@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-BsF9i3NAJag6T0ZEjki9j654zoafI2X6ayuNd6Tp8+Ul6Tr5s4jo973qFeiWrRSweqvskC+AHDKUmIW4b7pdhQ==",
  "_location": "/timeout-abort-controller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "timeout-abort-controller@1.1.1",
    "name": "timeout-abort-controller",
    "escapedName": "timeout-abort-controller",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/ipfs-core-utils"
  ],
  "_resolved": "https://registry.npmjs.org/timeout-abort-controller/-/timeout-abort-controller-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Jacob Heun"
  },
  "bugs": {
    "url": "https://github.com/jacobheun/timeout-abort-controller/issues"
  },
  "dependencies": {
    "abort-controller": "^3.0.0",
    "retimer": "^2.0.0"
  },
  "description": "An AbortController that aborts after a specified timeout",
  "devDependencies": {
    "delay": "^4.3.0",
    "nyc": "^15.0.1",
    "playwright-test": "^0.7.1",
    "standard": "^14.3.1",
    "tape": "^5.0.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jacobheun/timeout-abort-controller#readme",
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "name": "timeout-abort-controller",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobheun/timeout-abort-controller.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && nyc --reporter=lcov --reporter=text tape test.js",
    "test:browser": "npm run test:chrome && npm run test:firefox && npm run test:webkit",
    "test:chrome": "playwright-test test.js --browser chromium --runner tape",
    "test:firefox": "playwright-test test.js --browser firefox --runner tape",
    "test:webkit": "playwright-test test.js --browser webkit --runner tape"
  },
  "version": "1.1.1"
}
