package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "co-gather@0.0.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "co-gather@0.0.1",
  9. "_id": "co-gather@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-76NfvvAsn2R9inQLP123MYYlNbw=",
  12. "_location": "/co-gather",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "co-gather@0.0.1",
  18. "name": "co-gather",
  19. "escapedName": "co-gather",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/co-gather/-/co-gather-0.0.1.tgz",
  28. "_spec": "0.0.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "dead_horse",
  32. "email": "dead_horse@qq.com",
  33. "url": "http://deadhorse.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/dead-horse/co-gather/issues"
  37. },
  38. "dependencies": {
  39. "co-thread": "0.0.1"
  40. },
  41. "description": "Execute thunks in parallel with concurrency support and gather all the results",
  42. "devDependencies": {
  43. "co": "^3.0.2",
  44. "co-wait": "^0.0.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/dead-horse/co-gather",
  50. "keywords": [
  51. "co",
  52. "parallel",
  53. "gather",
  54. "koa"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "co-gather",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/dead-horse/co-gather.git"
  62. },
  63. "scripts": {
  64. "test": "make test"
  65. },
  66. "version": "0.0.1"
  67. }