You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

67 regels
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "async-each@1.0.3",
  9. "_id": "async-each@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
  12. "_location": "/async-each",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "async-each@1.0.3",
  18. "name": "async-each",
  19. "escapedName": "async-each",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/chokidar"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Paul Miller",
  32. "url": "https://paulmillr.com/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/paulmillr/async-each/issues"
  36. },
  37. "dependencies": {},
  38. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/paulmillr/async-each/",
  43. "keywords": [
  44. "async",
  45. "forEach",
  46. "each",
  47. "map",
  48. "asynchronous",
  49. "iteration",
  50. "iterate",
  51. "loop",
  52. "parallel",
  53. "concurrent",
  54. "array",
  55. "flow",
  56. "control flow"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "async-each",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/paulmillr/async-each.git"
  64. },
  65. "version": "1.0.3"
  66. }