项目原始demo,不改动
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.

4 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-each@1.0.1",
  10. "_id": "async-each@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
  13. "_location": "/async-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-each@1.0.1",
  19. "name": "async-each",
  20. "escapedName": "async-each",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/chokidar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Paul Miller",
  33. "url": "http://paulmillr.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/paulmillr/async-each/issues"
  37. },
  38. "dependencies": {},
  39. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  40. "homepage": "https://github.com/paulmillr/async-each/",
  41. "keywords": [
  42. "async",
  43. "forEach",
  44. "each",
  45. "map",
  46. "asynchronous",
  47. "iteration",
  48. "iterate",
  49. "loop",
  50. "parallel",
  51. "concurrent",
  52. "array",
  53. "flow",
  54. "control flow"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "async-each",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/paulmillr/async-each.git"
  62. },
  63. "version": "1.0.1"
  64. }