package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "async-each@^1.0.0",
  5. "D:\\work\\im\\node_modules\\chokidar"
  6. ]
  7. ],
  8. "_from": "async-each@>=1.0.0 <2.0.0",
  9. "_id": "async-each@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/async-each",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/async-each-1.0.1.tgz_1472080935649_0.032988218357786536"
  17. },
  18. "_npmUser": {
  19. "email": "paul@paulmillr.com",
  20. "name": "paulmillr"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "async-each",
  26. "raw": "async-each@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/chokidar"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  36. "_shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  37. "_shrinkwrap": null,
  38. "_spec": "async-each@^1.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\chokidar",
  40. "author": {
  41. "name": "Paul Miller",
  42. "url": "http://paulmillr.com/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/paulmillr/async-each/issues"
  46. },
  47. "dependencies": {},
  48. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  49. "devDependencies": {},
  50. "directories": {},
  51. "dist": {
  52. "shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  53. "tarball": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz"
  54. },
  55. "gitHead": "f2342d85633d0dc1034a49387ca01c08c1189823",
  56. "homepage": "https://github.com/paulmillr/async-each/",
  57. "keywords": [
  58. "async",
  59. "forEach",
  60. "each",
  61. "map",
  62. "asynchronous",
  63. "iteration",
  64. "iterate",
  65. "loop",
  66. "parallel",
  67. "concurrent",
  68. "array",
  69. "flow",
  70. "control flow"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "maintainers": [
  75. {
  76. "email": "paul@paulmillr.com",
  77. "name": "paulmillr"
  78. },
  79. {
  80. "email": "elan.shanker+npm@gmail.com",
  81. "name": "es128"
  82. }
  83. ],
  84. "name": "async-each",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/paulmillr/async-each.git"
  90. },
  91. "scripts": {},
  92. "version": "1.0.1"
  93. }