package.json 2.5 KB

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