package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "winston@~2.3.1",
  6. "scope": null,
  7. "escapedName": "winston",
  8. "name": "winston",
  9. "rawSpec": "~2.3.1",
  10. "spec": ">=2.3.1 <2.4.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc"
  14. ]
  15. ],
  16. "_from": "winston@>=2.3.1 <2.4.0",
  17. "_id": "winston@2.3.1",
  18. "_inCache": true,
  19. "_location": "/winston",
  20. "_nodeVersion": "4.7.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/winston-2.3.1.tgz_1484937497945_0.36467634653672576"
  24. },
  25. "_npmUser": {
  26. "name": "indexzero",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "_npmVersion": "3.10.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "winston@~2.3.1",
  33. "scope": null,
  34. "escapedName": "winston",
  35. "name": "winston",
  36. "rawSpec": "~2.3.1",
  37. "spec": ">=2.3.1 <2.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/apidoc"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/winston/-/winston-2.3.1.tgz",
  44. "_shasum": "0b48420d978c01804cf0230b648861598225a119",
  45. "_shrinkwrap": null,
  46. "_spec": "winston@~2.3.1",
  47. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc",
  48. "author": {
  49. "name": "Charlie Robbins",
  50. "email": "charlie.robbins@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/winstonjs/winston/issues"
  54. },
  55. "dependencies": {
  56. "async": "~1.0.0",
  57. "colors": "1.0.x",
  58. "cycle": "1.0.x",
  59. "eyes": "0.1.x",
  60. "isstream": "0.1.x",
  61. "stack-trace": "0.0.x"
  62. },
  63. "description": "A multi-transport async logging library for Node.js",
  64. "devDependencies": {
  65. "cross-spawn-async": "^2.0.0",
  66. "hock": "1.x.x",
  67. "std-mocks": "~1.0.0",
  68. "vows": "0.7.x"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "0b48420d978c01804cf0230b648861598225a119",
  73. "tarball": "https://registry.npmjs.org/winston/-/winston-2.3.1.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.10.0"
  77. },
  78. "gitHead": "fba37b44f7875ba7c460df81fad27d6a941ed213",
  79. "homepage": "https://github.com/winstonjs/winston#readme",
  80. "keywords": [
  81. "winston",
  82. "logging",
  83. "sysadmin",
  84. "tools"
  85. ],
  86. "license": "MIT",
  87. "main": "./lib/winston",
  88. "maintainers": [
  89. {
  90. "name": "indexzero",
  91. "email": "charlie.robbins@gmail.com"
  92. },
  93. {
  94. "name": "chjj",
  95. "email": "chjjeffrey@gmail.com"
  96. },
  97. {
  98. "name": "jcrugzz",
  99. "email": "jcrugzz@gmail.com"
  100. },
  101. {
  102. "name": "pose",
  103. "email": "albertopose@gmail.com"
  104. },
  105. {
  106. "name": "v1",
  107. "email": "info@3rd-Eden.com"
  108. },
  109. {
  110. "name": "3rdeden",
  111. "email": "npm@3rd-Eden.com"
  112. }
  113. ],
  114. "name": "winston",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/winstonjs/winston.git"
  120. },
  121. "scripts": {
  122. "test": "vows --spec --isolate"
  123. },
  124. "version": "2.3.1"
  125. }