package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "p-map@2.1.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "p-map@2.1.0",
  9. "_id": "p-map@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
  12. "_location": "/p-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-map@2.1.0",
  18. "name": "p-map",
  19. "escapedName": "p-map",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/ioredis"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/p-map/-/p-map-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/p-map/issues"
  37. },
  38. "description": "Map over promises concurrently",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "delay": "^4.1.0",
  42. "in-range": "^1.0.0",
  43. "random-int": "^1.0.0",
  44. "time-span": "^3.1.0",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/p-map#readme",
  56. "keywords": [
  57. "promise",
  58. "map",
  59. "resolved",
  60. "wait",
  61. "collection",
  62. "iterable",
  63. "iterator",
  64. "race",
  65. "fulfilled",
  66. "async",
  67. "await",
  68. "promises",
  69. "concurrently",
  70. "concurrency",
  71. "parallel",
  72. "bluebird"
  73. ],
  74. "license": "MIT",
  75. "name": "p-map",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/p-map.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava && tsd"
  82. },
  83. "version": "2.1.0"
  84. }