package.json 910 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "co-defer",
  3. "description": "setImmediate and stuff with generators",
  4. "version": "1.0.0",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com",
  9. "twitter": "https://twitter.com/jongleberry"
  10. },
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/cojs/defer.git"
  15. },
  16. "bugs": {
  17. "mail": "me@jongleberry.com",
  18. "url": "https://github.com/cojs/defer/issues"
  19. },
  20. "devDependencies": {
  21. "co": "4",
  22. "mocha": "*",
  23. "should": "*"
  24. },
  25. "peerDependencies": {
  26. "co": "4"
  27. },
  28. "scripts": {
  29. "test": "make test;"
  30. },
  31. "files": [
  32. "index.js"
  33. ],
  34. "engines": {
  35. "node": ">= 0.11.14"
  36. },
  37. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  38. "_from": "co-defer@1.0.0",
  39. "_resolved": "https://registry.npm.taobao.org/co-defer/download/co-defer-1.0.0.tgz"
  40. }