package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "cluster@~0.7.7",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "cluster@>=0.7.7 <0.8.0",
  11. "_id": "cluster@0.7.7",
  12. "_inCache": true,
  13. "_installable": true,
  14. "_location": "/cluster",
  15. "_nodeVersion": "v0.4.12",
  16. "_npmJsonOpts": {
  17. "contributors": false,
  18. "file": "/Users/tj/.npm/cluster/0.7.7/package/package.json",
  19. "serverjs": false,
  20. "wscript": false
  21. },
  22. "_npmVersion": "1.0.24",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cluster",
  26. "raw": "cluster@~0.7.7",
  27. "rawSpec": "~0.7.7",
  28. "scope": null,
  29. "spec": ">=0.7.7 <0.8.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cluster/-/cluster-0.7.7.tgz",
  36. "_shasum": "e497e267cc956bd0b0513adb4aa393357d0085ef",
  37. "_shrinkwrap": null,
  38. "_spec": "cluster@~0.7.7",
  39. "_where": "D:\\work\\im",
  40. "author": {
  41. "email": "tj@learnboost.com",
  42. "name": "TJ Holowaychuk",
  43. "url": "http://tjholowaychuk.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/LearnBoost/cluster/issues"
  47. },
  48. "dependencies": {
  49. "log": ">= 1.2.0",
  50. "mkdirp": ">= 0.0.1"
  51. },
  52. "description": "extensible multi-core server manager",
  53. "devDependencies": {
  54. "should": "0.2.x"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "e497e267cc956bd0b0513adb4aa393357d0085ef",
  59. "tarball": "https://registry.npmjs.org/cluster/-/cluster-0.7.7.tgz"
  60. },
  61. "engines": {
  62. "node": "*"
  63. },
  64. "homepage": "http://learnboost.github.com/cluster",
  65. "keywords": [
  66. "server",
  67. "spark",
  68. "fugue",
  69. "tcp",
  70. "workers"
  71. ],
  72. "main": "index",
  73. "maintainers": [
  74. {
  75. "email": "tj@vision-media.ca",
  76. "name": "tjholowaychuk"
  77. }
  78. ],
  79. "name": "cluster",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/LearnBoost/cluster.git"
  85. },
  86. "scripts": {},
  87. "version": "0.7.7"
  88. }