package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "cfork@~1.1.1",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "cfork@>=1.1.1 <1.2.0",
  9. "_id": "cfork@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cfork",
  13. "_npmUser": {
  14. "email": "fengmk2@gmail.com",
  15. "name": "fengmk2"
  16. },
  17. "_npmVersion": "2.0.0-beta.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "cfork",
  21. "raw": "cfork@~1.1.1",
  22. "rawSpec": "~1.1.1",
  23. "scope": null,
  24. "spec": ">=1.1.1 <1.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cfork/-/cfork-1.1.1.tgz",
  31. "_shasum": "1108c5a4ac0f9a8fd8f4925bcb62805633310003",
  32. "_shrinkwrap": null,
  33. "_spec": "cfork@~1.1.1",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "fengmk2@gmail.com",
  37. "name": "fengmk2",
  38. "url": "http://fengmk2.github.com"
  39. },
  40. "bugs": {
  41. "email": "fengmk2@gmail.com",
  42. "url": "https://github.com/node-modules/cfork/issues"
  43. },
  44. "config": {
  45. "cov": {
  46. "threshold": 100
  47. }
  48. },
  49. "contributors": [
  50. {
  51. "email": "fengmk2@gmail.com",
  52. "name": "fengmk2",
  53. "url": "https://github.com/fengmk2"
  54. },
  55. {
  56. "email": "shyvo1987@gmail.com",
  57. "name": "JacksonTian",
  58. "url": "https://github.com/JacksonTian"
  59. },
  60. {
  61. "email": "heyiyu.deadhorse@gmail.com",
  62. "name": "dead-horse",
  63. "url": "https://github.com/dead-horse"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "cluster fork and restart easy way",
  68. "devDependencies": {
  69. "autod": "*",
  70. "contributors": "*",
  71. "graceful": "~0.1.0",
  72. "jshint": "*",
  73. "mocha": "*",
  74. "pedding": "~1.0.0",
  75. "should": "~4.0.4",
  76. "urllib": "~0.5.16"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "1108c5a4ac0f9a8fd8f4925bcb62805633310003",
  81. "tarball": "https://registry.npmjs.org/cfork/-/cfork-1.1.1.tgz"
  82. },
  83. "engines": {
  84. "node": ">= 0.10.0"
  85. },
  86. "gitHead": "69ade6df653b6db80e92a0aff507065fb913c75e",
  87. "homepage": "https://github.com/node-modules/cfork",
  88. "keywords": [
  89. "cluster",
  90. "cluster-fork",
  91. "cfork",
  92. "restart"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "email": "fengmk2@gmail.com",
  99. "name": "fengmk2"
  100. }
  101. ],
  102. "name": "cfork",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/node-modules/cfork.git",
  108. "web": "https://github.com/node-modules/cfork"
  109. },
  110. "scripts": {
  111. "test": "make test"
  112. },
  113. "version": "1.1.1"
  114. }