package.json 1.6 KB

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