{
  "_from": "@apify/log@^2.4.0",
  "_id": "@apify/log@2.5.31",
  "_inBundle": false,
  "_integrity": "sha512-Gzs0BDGybdL5sbJpYZqziQrmUGhKM+Pdf34fHXKEW7P+SlE7sRPjoKKVmDbjdHiWEaC5RHMTM7Q7ibTvYtFCRQ==",
  "_location": "/@apify/log",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apify/log@^2.4.0",
    "name": "@apify/log",
    "escapedName": "@apify%2flog",
    "scope": "@apify",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/@apify/pseudo_url",
    "/@apify/utilities",
    "/@crawlee/basic",
    "/@crawlee/browser-pool",
    "/@crawlee/core",
    "/@crawlee/memory-storage",
    "/@crawlee/playwright",
    "/@crawlee/puppeteer",
    "/@crawlee/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@apify/log/-/log-2.5.31.tgz",
  "_shasum": "2760ddadcea510bd87084adf126e6f178fe65ad1",
  "_spec": "@apify/log@^2.4.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": "Jan Curn",
      "email": "jan@apify.com"
    },
    {
      "name": "Marek Trunkát",
      "email": "marek@apify.com"
    }
  ],
  "dependencies": {
    "@apify/consts": "^2.50.0",
    "ansi-colors": "^4.1.1"
  },
  "deprecated": false,
  "description": "Tools and constants shared across Apify projects.",
  "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/log",
  "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.5.31"
}
