package.json 2.6 KB

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