package.json 2.4 KB

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