package.json 1.8 KB

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