package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "mysql",
  3. "_id": "mysql@2.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Bca+gk2YWmqp2Uf6k5NFEurwY/0td0cpebAucFpY/3jhrwrVGuxU2uQFCHjU19SJfje0yQvi+rVWdq78hR5lig==",
  6. "_location": "/mysql",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mysql",
  12. "name": "mysql",
  13. "escapedName": "mysql",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz",
  23. "_shasum": "2254143855c5a8c73825e4522baf2ea021766717",
  24. "_spec": "mysql",
  25. "_where": "E:\\pokemon3\\项目PK3\\server\\recharge",
  26. "author": {
  27. "name": "Felix Geisendörfer",
  28. "email": "felix@debuggable.com",
  29. "url": "http://debuggable.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mysqljs/mysql/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Andrey Sidorov",
  38. "email": "sidorares@yandex.ru"
  39. },
  40. {
  41. "name": "Bradley Grainger",
  42. "email": "bgrainger@gmail.com"
  43. },
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. {
  49. "name": "Diogo Resende",
  50. "email": "dresende@thinkdigital.pt"
  51. },
  52. {
  53. "name": "Nathan Woltman",
  54. "email": "nwoltman@outlook.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "bignumber.js": "9.0.0",
  59. "readable-stream": "2.3.7",
  60. "safe-buffer": "5.1.2",
  61. "sqlstring": "2.3.1"
  62. },
  63. "deprecated": false,
  64. "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  65. "devDependencies": {
  66. "after": "0.8.2",
  67. "eslint": "5.16.0",
  68. "seedrandom": "3.0.5",
  69. "timezone-mock": "0.0.7",
  70. "urun": "0.0.8",
  71. "utest": "0.0.8"
  72. },
  73. "engines": {
  74. "node": ">= 0.6"
  75. },
  76. "files": [
  77. "lib/",
  78. "Changes.md",
  79. "License",
  80. "Readme.md",
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/mysqljs/mysql#readme",
  84. "license": "MIT",
  85. "name": "mysql",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/mysqljs/mysql.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint . && node tool/lint-readme.js",
  92. "test": "node test/run.js",
  93. "test-ci": "node tool/install-nyc.js --nyc-optional --reporter=text -- npm test",
  94. "test-cov": "node tool/install-nyc.js --reporter=html --reporter=text -- npm test",
  95. "version": "node tool/version-changes.js && git add Changes.md"
  96. },
  97. "version": "2.18.1"
  98. }