package.json 1.9 KB

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