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.

package.json 1.6KB

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