{
  "_from": "@apify/utilities@^2.7.10",
  "_id": "@apify/utilities@2.25.3",
  "_inBundle": false,
  "_integrity": "sha512-A2M3kXitwDYS3Hb2fgAEUEv44dnfjLsf6UTzm1RGjURZIN9EHiph1v0EeJG1Pit6MPFW/QHSuU0Sj2JeHZysag==",
  "_location": "/@apify/utilities",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apify/utilities@^2.7.10",
    "name": "@apify/utilities",
    "escapedName": "@apify%2futilities",
    "scope": "@apify",
    "rawSpec": "^2.7.10",
    "saveSpec": null,
    "fetchSpec": "^2.7.10"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/core",
    "/@crawlee/http",
    "/@crawlee/jsdom",
    "/@crawlee/linkedom"
  ],
  "_resolved": "https://registry.npmjs.org/@apify/utilities/-/utilities-2.25.3.tgz",
  "_shasum": "a5e6a1f8a1f411ba6856cc09a9d38797d6664a64",
  "_spec": "@apify/utilities@^2.7.10",
  "_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": "Jan Curn",
      "email": "jan@apify.com"
    },
    {
      "name": "Marek Trunkát",
      "email": "marek@apify.com"
    }
  ],
  "dependencies": {
    "@apify/consts": "^2.50.0",
    "@apify/log": "^2.5.31"
  },
  "deprecated": false,
  "description": "Tools and constants shared across Apify projects.",
  "devDependencies": {
    "@types/create-hmac": "^1.1.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./cjs/index.d.ts",
        "default": "./cjs/index.cjs"
      }
    }
  },
  "gitHead": "6c79c8692ba8aead6299ee0e1105fa9162c9fd5c",
  "homepage": "https://apify.com",
  "keywords": [
    "apify"
  ],
  "license": "Apache-2.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "name": "@apify/utilities",
  "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": "2.25.3"
}
