{
  "_from": "@apify/pseudo_url@^2.0.30",
  "_id": "@apify/pseudo_url@2.0.72",
  "_inBundle": false,
  "_integrity": "sha512-EBMZA9t6L62+VGz/UD1MAgIrmpRADxKa5wHgnTFTDngZtxu1+JVlj2ImJeSPRAI8KQblL1TE+qlWfaap2kqzuA==",
  "_location": "/@apify/pseudo_url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apify/pseudo_url@^2.0.30",
    "name": "@apify/pseudo_url",
    "escapedName": "@apify%2fpseudo_url",
    "scope": "@apify",
    "rawSpec": "^2.0.30",
    "saveSpec": null,
    "fetchSpec": "^2.0.30"
  },
  "_requiredBy": [
    "/@crawlee/core"
  ],
  "_resolved": "https://registry.npmjs.org/@apify/pseudo_url/-/pseudo_url-2.0.72.tgz",
  "_shasum": "d95c74219024e75561ec34306bf0cc027b9dbf35",
  "_spec": "@apify/pseudo_url@^2.0.30",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/core",
  "author": {
    "name": "Apify",
    "email": "support@apify.com",
    "url": "https://apify.com"
  },
  "bugs": {
    "url": "https://github.com/apify/apify-shared-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@apify/log": "^2.5.31"
  },
  "deprecated": false,
  "description": "Tool to find the matching URLs on a page (or html document) by providing a URL pattern.",
  "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/pseudo_url",
  "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.0.72"
}
