package.json 1.3 KB

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