package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "co-wrap-all@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "co-wrap-all@1.0.0",
  9. "_id": "co-wrap-all@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aru6gLi2vTUazr+MxVm3Rv6ST7/EKtFj9BrfkcOrbCO2Qv6LqJdE71m88HhHiBEviKw/ucVrwoGLrq2xHpOsJA==",
  12. "_location": "/co-wrap-all",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "co-wrap-all@1.0.0",
  18. "name": "co-wrap-all",
  19. "escapedName": "co-wrap-all",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/koa-redis"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/co-wrap-all/-/co-wrap-all-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Cédric Connes",
  32. "email": "cedric.connes@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/connesc/co-wrap-all/issues"
  36. },
  37. "dependencies": {
  38. "co": "^4.0.0"
  39. },
  40. "description": "Call co.wrap for multiple generator functions",
  41. "devDependencies": {
  42. "eslint": "^3.5.0",
  43. "eslint-config-connesc": "^2.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/connesc/co-wrap-all#readme",
  49. "keywords": [
  50. "co",
  51. "coroutine",
  52. "async",
  53. "wrap",
  54. "all",
  55. "prototype",
  56. "method",
  57. "promise",
  58. "promisify",
  59. "generator"
  60. ],
  61. "license": "MIT",
  62. "name": "co-wrap-all",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/connesc/co-wrap-all.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint ."
  69. },
  70. "version": "1.0.0"
  71. }