package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "co-thread@0.0.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "co-thread@0.0.1",
  9. "_id": "co-thread@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-V3E/DvS4flWV1PI3Ef/ks7beXnQ=",
  12. "_location": "/co-thread",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "co-thread@0.0.1",
  18. "name": "co-thread",
  19. "escapedName": "co-thread",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/co-gather"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/co-thread/-/co-thread-0.0.1.tgz",
  28. "_spec": "0.0.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/co-thread/issues"
  32. },
  33. "description": "spawn multiple co 'threads'",
  34. "devDependencies": {
  35. "co": "~3.0.2",
  36. "co-request": "~0.1.1",
  37. "make-test": "~0.1.0",
  38. "mocha": "~1.17.1",
  39. "should": "~3.1.2"
  40. },
  41. "homepage": "https://github.com/visionmedia/co-thread#readme",
  42. "keywords": [
  43. "co",
  44. "thread",
  45. "parallel"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "co-thread",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/visionmedia/co-thread.git"
  53. },
  54. "version": "0.0.1"
  55. }