package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "mysql@~2.5.1",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "mysql@>=2.5.1 <2.6.0",
  9. "_id": "mysql@2.5.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mysql",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {
  19. "core-util-is": "1.0.2",
  20. "inherits": "2.0.1",
  21. "string_decoder": "0.10.31"
  22. },
  23. "_requested": {
  24. "name": "mysql",
  25. "raw": "mysql@~2.5.1",
  26. "rawSpec": "~2.5.1",
  27. "scope": null,
  28. "spec": ">=2.5.1 <2.6.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.5.5.tgz",
  35. "_shasum": "02a1c4d0617fb771d85c15fcf24d108f5a62f648",
  36. "_shrinkwrap": null,
  37. "_spec": "mysql@~2.5.1",
  38. "_where": "D:\\work\\im",
  39. "author": {
  40. "email": "felix@debuggable.com",
  41. "name": "Felix Geisendörfer",
  42. "url": "http://debuggable.com/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/felixge/node-mysql/issues"
  46. },
  47. "contributors": [
  48. {
  49. "email": "sidorares@yandex.ru",
  50. "name": "Andrey Sidorov"
  51. },
  52. {
  53. "email": "doug@somethingdoug.com",
  54. "name": "Douglas Christopher Wilson"
  55. },
  56. {
  57. "email": "dresende@thinkdigital.pt",
  58. "name": "Diogo Resende"
  59. }
  60. ],
  61. "dependencies": {
  62. "bignumber.js": "2.0.0",
  63. "readable-stream": "~1.1.13",
  64. "require-all": "~1.0.0"
  65. },
  66. "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  67. "devDependencies": {
  68. "istanbul": "0.3.5",
  69. "mkdirp": "0.5.0",
  70. "rimraf": "2.2.8",
  71. "urun": "0.0.8",
  72. "utest": "0.0.8"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "02a1c4d0617fb771d85c15fcf24d108f5a62f648",
  77. "tarball": "https://registry.npmjs.org/mysql/-/mysql-2.5.5.tgz"
  78. },
  79. "engines": {
  80. "node": ">= 0.6"
  81. },
  82. "gitHead": "ff1fc8b950bcd5f3b5d04fcf252a8e38b717286e",
  83. "homepage": "https://github.com/felixge/node-mysql",
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "email": "felix@debuggable.com",
  88. "name": "felixge"
  89. },
  90. {
  91. "email": "me@egorfine.com",
  92. "name": "egorfine"
  93. },
  94. {
  95. "email": "dresende@thinkdigital.pt",
  96. "name": "dresende"
  97. },
  98. {
  99. "email": "ken.woodruff@gmail.com",
  100. "name": "femto113"
  101. },
  102. {
  103. "email": "nate@lifewanted.com",
  104. "name": "nate.lillich"
  105. },
  106. {
  107. "email": "tolga.ekmen@gmail.com",
  108. "name": "tolgaek"
  109. },
  110. {
  111. "email": "sidorares@yandex.com",
  112. "name": "sidorares"
  113. },
  114. {
  115. "email": "sean.monstar@gmail.com",
  116. "name": "seanmonstar"
  117. },
  118. {
  119. "email": "doug@somethingdoug.com",
  120. "name": "dougwilson"
  121. }
  122. ],
  123. "name": "mysql",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/felixge/node-mysql.git"
  129. },
  130. "scripts": {
  131. "test": "node test/run.js",
  132. "test-ci": "node test/run-cov.js lcovonly",
  133. "test-cov": "node test/run-cov.js"
  134. },
  135. "version": "2.5.5"
  136. }