package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "async-foreach@^0.1.3",
  3. "_id": "async-foreach@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
  6. "_location": "/async-foreach",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async-foreach@^0.1.3",
  12. "name": "async-foreach",
  13. "escapedName": "async-foreach",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
  22. "_shasum": "36121f845c0578172de419a97dbeb1d16ec34542",
  23. "_spec": "async-foreach@^0.1.3",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/node-sass",
  25. "author": {
  26. "name": "\"Cowboy\" Ben Alman",
  27. "url": "http://benalman.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cowboy/javascript-sync-async-foreach/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "An optionally-asynchronous forEach with an interesting interface.",
  36. "devDependencies": {},
  37. "engines": {
  38. "node": "*"
  39. },
  40. "homepage": "http://github.com/cowboy/javascript-sync-async-foreach",
  41. "keywords": [
  42. "array",
  43. "loop",
  44. "sync",
  45. "async",
  46. "foreach"
  47. ],
  48. "main": "lib/foreach",
  49. "name": "async-foreach",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/cowboy/javascript-sync-async-foreach.git"
  53. },
  54. "version": "0.1.3"
  55. }