package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "batch@0.6.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "batch@0.6.1",
  9. "_id": "batch@0.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
  12. "_location": "/batch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "batch@0.6.1",
  18. "name": "batch",
  19. "escapedName": "batch",
  20. "rawSpec": "0.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.1"
  23. },
  24. "_requiredBy": [
  25. "/serve-index"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  28. "_spec": "0.6.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "browser": {
  35. "emitter": "events"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/visionmedia/batch/issues"
  39. },
  40. "description": "Simple async batch with concurrency control and progress reporting.",
  41. "devDependencies": {
  42. "mocha": "*",
  43. "should": "*"
  44. },
  45. "homepage": "https://github.com/visionmedia/batch#readme",
  46. "license": "MIT",
  47. "main": "index",
  48. "name": "batch",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/visionmedia/batch.git"
  52. },
  53. "version": "0.6.1"
  54. }