{
  "_from": "@apify/timeout@^0.3.0",
  "_id": "@apify/timeout@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-JnOLIOpqfm366q7opKrA6HrL0iYRpYYDn8Mi77sMR2GZ1fPbwMWCVzN23LJWfJV7izetZbCMrqRUXsR1etZ7dA==",
  "_location": "/@apify/timeout",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apify/timeout@^0.3.0",
    "name": "@apify/timeout",
    "escapedName": "@apify%2ftimeout",
    "scope": "@apify",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/browser",
    "/@crawlee/browser-pool",
    "/@crawlee/core",
    "/@crawlee/http",
    "/@crawlee/jsdom",
    "/@crawlee/linkedom",
    "/@crawlee/playwright"
  ],
  "_resolved": "https://registry.npmjs.org/@apify/timeout/-/timeout-0.3.2.tgz",
  "_shasum": "d5440bf9d00a9c24b8b10c13628ec3c5f830d75f",
  "_spec": "@apify/timeout@^0.3.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "author": {
    "name": "Apify",
    "email": "support@apify.com",
    "url": "https://apify.com"
  },
  "bugs": {
    "url": "https://github.com/apify/apify-shared-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Martin Adamek",
      "email": "martin@apify.com"
    }
  ],
  "deprecated": false,
  "description": "Helper for adding timeouts to promises that support easy cancellation.",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./cjs/index.d.ts",
        "default": "./cjs/index.cjs"
      }
    }
  },
  "gitHead": "eed90a991dd02c9a9be607fa38d178c6d6e7ff35",
  "homepage": "https://apify.com",
  "keywords": [
    "apify"
  ],
  "license": "Apache-2.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "name": "@apify/timeout",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apify/apify-shared-js.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile && npm run copy",
    "clean": "rimraf ./dist",
    "compile": "tsup",
    "copy": "ts-node -T ../../scripts/copy.ts"
  },
  "typings": "./cjs/index.d.ts",
  "version": "0.3.2"
}
