package.json 1.4 KB

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