You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
678 B

3 months ago
  1. {
  2. "name": "batch",
  3. "description": "Simple async batch with concurrency control and progress reporting.",
  4. "version": "0.6.1",
  5. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  6. "license": "MIT",
  7. "devDependencies": {
  8. "mocha": "*",
  9. "should": "*"
  10. },
  11. "main": "index",
  12. "browser": {
  13. "emitter": "events"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/visionmedia/batch.git"
  18. }
  19. ,"_resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz"
  20. ,"_integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
  21. ,"_from": "batch@0.6.1"
  22. }