package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "sqlstring@2.3.1",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "sqlstring@2.3.1",
  9. "_id": "sqlstring@2.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ooAzh/7dxIG5+uDik1z/Rd1vli0+38izZhGzSa34FwR7IbelPWCCKSNIl8jlL/F7ERvy8CB2jNeM1E9i9mXMAQ==",
  12. "_location": "/sqlstring",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sqlstring@2.3.1",
  18. "name": "sqlstring",
  19. "escapedName": "sqlstring",
  20. "rawSpec": "2.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.1"
  23. },
  24. "_requiredBy": [
  25. "/mysql"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.1.tgz",
  28. "_spec": "2.3.1",
  29. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  30. "bugs": {
  31. "url": "https://github.com/mysqljs/sqlstring/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Adri Van Houdt",
  36. "email": "adri.van.houdt@gmail.com"
  37. },
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "fengmk2",
  44. "email": "fengmk2@gmail.com",
  45. "url": "http://fengmk2.github.com"
  46. },
  47. {
  48. "name": "Kevin Jose Martin",
  49. "email": "kevin@tiliq.com"
  50. },
  51. {
  52. "name": "Nathan Woltman",
  53. "email": "nwoltman@outlook.com"
  54. },
  55. {
  56. "name": "Sergej Sintschilin",
  57. "email": "seregpie@gmail.com"
  58. }
  59. ],
  60. "description": "Simple SQL escape and format for MySQL",
  61. "devDependencies": {
  62. "beautify-benchmark": "0.2.4",
  63. "benchmark": "2.1.4",
  64. "eslint": "4.18.1",
  65. "eslint-plugin-markdown": "1.0.0-beta.6",
  66. "nyc": "10.3.2",
  67. "urun": "0.0.8",
  68. "utest": "0.0.8"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "lib/",
  75. "HISTORY.md",
  76. "LICENSE",
  77. "README.md",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/mysqljs/sqlstring#readme",
  81. "keywords": [
  82. "sqlstring",
  83. "sql",
  84. "escape",
  85. "sql escape"
  86. ],
  87. "license": "MIT",
  88. "name": "sqlstring",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/mysqljs/sqlstring.git"
  92. },
  93. "scripts": {
  94. "bench": "node benchmark/index.js",
  95. "lint": "eslint --plugin markdown --ext js,md .",
  96. "test": "node test/run.js",
  97. "test-ci": "nyc --reporter=text npm test",
  98. "test-cov": "nyc --reporter=html --reporter=text npm test"
  99. },
  100. "version": "2.3.1"
  101. }