package.json 2.5 KB

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