{
  "_args": [
    [
      "any-signal@2.1.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "any-signal@2.1.2",
  "_id": "any-signal@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-B+rDnWasMi/eWcajPcCWSlYc7muXOrcYrqgyzcdKisl2H/WTlQ0gip1KyQfr0ZlxJdsuWCj/LWwQm7fhyhRfIQ==",
  "_location": "/any-signal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "any-signal@2.1.2",
    "name": "any-signal",
    "escapedName": "any-signal",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/ipfs-core-utils"
  ],
  "_resolved": "https://registry.npmjs.org/any-signal/-/any-signal-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Jacob Heun"
  },
  "bugs": {
    "url": "https://github.com/jacobheun/any-signal/issues"
  },
  "dependencies": {
    "abort-controller": "^3.0.0",
    "native-abort-controller": "^1.0.3"
  },
  "description": "Combines an array of AbortSignals into a single signal that is aborted when any signal is",
  "devDependencies": {
    "ava": "^3.11.1",
    "nyc": "^15.1.0",
    "p-defer": "^3.0.0",
    "standard": "^16.0.3"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "abort-controller.js",
    "abort-controller.browser.js"
  ],
  "homepage": "https://github.com/jacobheun/any-signal#readme",
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "name": "any-signal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobheun/any-signal.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && nyc --reporter=lcov --reporter=text ava --verbose"
  },
  "types": "index.d.ts",
  "version": "2.1.2"
}
