{
  "_from": "p-map@^7.0.2",
  "_id": "p-map@7.0.4",
  "_inBundle": false,
  "_integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==",
  "_location": "/p-map",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "p-map@^7.0.2",
    "name": "p-map",
    "escapedName": "p-map",
    "rawSpec": "^7.0.2",
    "saveSpec": null,
    "fetchSpec": "^7.0.2"
  },
  "_requiredBy": [
    "/cacache"
  ],
  "_resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz",
  "_shasum": "b81814255f542e252d5729dca4d66e5ec14935b8",
  "_spec": "p-map@^7.0.2",
  "_where": "/var/www/html/moro/node_modules/cacache",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-map/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Map over promises concurrently",
  "devDependencies": {
    "ava": "^5.2.0",
    "chalk": "^5.3.0",
    "delay": "^6.0.0",
    "in-range": "^3.0.0",
    "random-int": "^3.0.0",
    "time-span": "^5.1.0",
    "tsd": "^0.29.0",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/p-map#readme",
  "keywords": [
    "promise",
    "map",
    "resolved",
    "wait",
    "collection",
    "iterable",
    "iterator",
    "race",
    "fulfilled",
    "async",
    "await",
    "promises",
    "concurrently",
    "concurrency",
    "parallel",
    "bluebird"
  ],
  "license": "MIT",
  "name": "p-map",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-map.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "7.0.4"
}
