{
  "_from": "@apify/datastructures@^2.0.0",
  "_id": "@apify/datastructures@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-E6yQyc/XZDqJopbaGmhzZXMJqwGf96ELtDANZa0t68jcOAJZS+pF7YUfQOLszXq6JQAdnRvTH2caotL6urX7HA==",
  "_location": "/@apify/datastructures",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apify/datastructures@^2.0.0",
    "name": "@apify/datastructures",
    "escapedName": "@apify%2fdatastructures",
    "scope": "@apify",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@crawlee/core",
    "/@crawlee/playwright",
    "/@crawlee/puppeteer"
  ],
  "_resolved": "https://registry.npmjs.org/@apify/datastructures/-/datastructures-2.0.3.tgz",
  "_shasum": "9995b4784c711e277271a0f79c88742231b27442",
  "_spec": "@apify/datastructures@^2.0.0",
  "_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,
  "contributors": [
    {
      "name": "Jan Curn",
      "email": "jan@apify.com"
    },
    {
      "name": "Marek Trunkát",
      "email": "marek@apify.com"
    }
  ],
  "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": "eed90a991dd02c9a9be607fa38d178c6d6e7ff35",
  "homepage": "https://apify.com",
  "keywords": [
    "apify"
  ],
  "license": "Apache-2.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "name": "@apify/datastructures",
  "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.3"
}
