package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "mysql2@^0.15.4",
  6. "scope": null,
  7. "escapedName": "mysql2",
  8. "name": "mysql2",
  9. "rawSpec": "^0.15.4",
  10. "spec": ">=0.15.4 <0.16.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/mysql-co"
  14. ]
  15. ],
  16. "_from": "mysql2@>=0.15.4 <0.16.0",
  17. "_id": "mysql2@0.15.8",
  18. "_inCache": true,
  19. "_location": "/mysql2",
  20. "_nodeVersion": "2.1.0",
  21. "_npmUser": {
  22. "name": "sidorares",
  23. "email": "sidorares@yandex.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {
  27. "core-util-is": "1.0.2",
  28. "inherits": "2.0.1",
  29. "string_decoder": "0.10.31"
  30. },
  31. "_requested": {
  32. "raw": "mysql2@^0.15.4",
  33. "scope": null,
  34. "escapedName": "mysql2",
  35. "name": "mysql2",
  36. "rawSpec": "^0.15.4",
  37. "spec": ">=0.15.4 <0.16.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/mysql-co"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-0.15.8.tgz",
  44. "_shasum": "f16650b6f7c5bb568b34511e21bafe36d5a89ef1",
  45. "_shrinkwrap": null,
  46. "_spec": "mysql2@^0.15.4",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/mysql-co",
  48. "author": {
  49. "name": "Andrey Sidorov",
  50. "email": "sidorares@yandex.ru"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/sidorares/node-mysql2/issues"
  54. },
  55. "dependencies": {
  56. "bn.js": "2.0.0",
  57. "cardinal": "0.4.4",
  58. "double-ended-queue": "2.0.0-0",
  59. "named-placeholders": "0.1.3",
  60. "readable-stream": "1.0.33"
  61. },
  62. "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
  63. "devDependencies": {
  64. "progress": "1.1.8",
  65. "urun": "0.0.8",
  66. "utest": "0.0.8"
  67. },
  68. "directories": {
  69. "example": "examples"
  70. },
  71. "dist": {
  72. "shasum": "f16650b6f7c5bb568b34511e21bafe36d5a89ef1",
  73. "tarball": "https://registry.npmjs.org/mysql2/-/mysql2-0.15.8.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.8"
  77. },
  78. "gitHead": "e14e53175f38b54c8a473021ab83995d78946645",
  79. "homepage": "https://github.com/sidorares/node-mysql2#readme",
  80. "keywords": [
  81. "mysql",
  82. "client",
  83. "server"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "name": "sidorares",
  90. "email": "sidorares@yandex.com"
  91. },
  92. {
  93. "name": "iarna",
  94. "email": "me@re-becca.org"
  95. }
  96. ],
  97. "name": "mysql2",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sidorares/node-mysql2.git"
  103. },
  104. "scripts": {
  105. "benchmark": "./benchmarks/run-unit.js",
  106. "benchmarks": "./benchmarks/run-unit.js",
  107. "test": "node ./test/run.js"
  108. },
  109. "version": "0.15.8"
  110. }