package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-each@1.0.3",
  10. "_id": "async-each@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=",
  13. "_location": "/async-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-each@1.0.3",
  19. "name": "async-each",
  20. "escapedName": "async-each",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/chokidar"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/async-each/download/async-each-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Paul Miller",
  33. "url": "https://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. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/paulmillr/async-each/",
  44. "keywords": [
  45. "async",
  46. "forEach",
  47. "each",
  48. "map",
  49. "asynchronous",
  50. "iteration",
  51. "iterate",
  52. "loop",
  53. "parallel",
  54. "concurrent",
  55. "array",
  56. "flow",
  57. "control flow"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "async-each",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/paulmillr/async-each.git"
  65. },
  66. "version": "1.0.3"
  67. }