package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "p-map@^4.0.0",
  3. "_id": "p-map@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  6. "_location": "/p-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-map@^4.0.0",
  12. "name": "p-map",
  13. "escapedName": "p-map",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/listr2"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  23. "_shasum": "bb2f95a5eda2ec168ec9274e06a747c3e2904d2b",
  24. "_spec": "p-map@^4.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\cacache",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/p-map/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "aggregate-error": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Map over promises concurrently",
  40. "devDependencies": {
  41. "ava": "^2.2.0",
  42. "delay": "^4.1.0",
  43. "in-range": "^2.0.0",
  44. "random-int": "^2.0.0",
  45. "time-span": "^3.1.0",
  46. "tsd": "^0.7.4",
  47. "xo": "^0.27.2"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/p-map#readme",
  58. "keywords": [
  59. "promise",
  60. "map",
  61. "resolved",
  62. "wait",
  63. "collection",
  64. "iterable",
  65. "iterator",
  66. "race",
  67. "fulfilled",
  68. "async",
  69. "await",
  70. "promises",
  71. "concurrently",
  72. "concurrency",
  73. "parallel",
  74. "bluebird"
  75. ],
  76. "license": "MIT",
  77. "name": "p-map",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/p-map.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd"
  84. },
  85. "version": "4.0.0"
  86. }