Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

83 Zeilen
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "p-map@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "p-map@1.2.0",
  9. "_id": "p-map@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
  12. "_location": "/p-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-map@1.2.0",
  18. "name": "p-map",
  19. "escapedName": "p-map",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/del"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "*",
  41. "delay": "^2.0.0",
  42. "in-range": "^1.0.0",
  43. "random-int": "^1.0.0",
  44. "time-span": "^2.0.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/p-map#readme",
  54. "keywords": [
  55. "promise",
  56. "map",
  57. "resolved",
  58. "wait",
  59. "collection",
  60. "iterable",
  61. "iterator",
  62. "race",
  63. "fulfilled",
  64. "async",
  65. "await",
  66. "promises",
  67. "concurrently",
  68. "concurrency",
  69. "parallel",
  70. "bluebird"
  71. ],
  72. "license": "MIT",
  73. "name": "p-map",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/p-map.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "1.2.0"
  82. }