package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. ],
  21. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  22. "_shasum": "bb2f95a5eda2ec168ec9274e06a747c3e2904d2b",
  23. "_spec": "p-map@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-map/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "aggregate-error": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Map over promises concurrently",
  39. "devDependencies": {
  40. "ava": "^2.2.0",
  41. "delay": "^4.1.0",
  42. "in-range": "^2.0.0",
  43. "random-int": "^2.0.0",
  44. "time-span": "^3.1.0",
  45. "tsd": "^0.7.4",
  46. "xo": "^0.27.2"
  47. },
  48. "engines": {
  49. "node": ">=10"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/p-map#readme",
  57. "keywords": [
  58. "promise",
  59. "map",
  60. "resolved",
  61. "wait",
  62. "collection",
  63. "iterable",
  64. "iterator",
  65. "race",
  66. "fulfilled",
  67. "async",
  68. "await",
  69. "promises",
  70. "concurrently",
  71. "concurrency",
  72. "parallel",
  73. "bluebird"
  74. ],
  75. "license": "MIT",
  76. "name": "p-map",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/p-map.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "4.0.0"
  85. }