package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sqlstring@2.3.0",
  6. "scope": null,
  7. "escapedName": "sqlstring",
  8. "name": "sqlstring",
  9. "rawSpec": "2.3.0",
  10. "spec": "2.3.0",
  11. "type": "version"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/mysql"
  14. ]
  15. ],
  16. "_from": "sqlstring@2.3.0",
  17. "_id": "sqlstring@2.3.0",
  18. "_inCache": true,
  19. "_location": "/sqlstring",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/sqlstring-2.3.0.tgz_1506914861137_0.21478801174089313"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "sqlstring@2.3.0",
  33. "scope": null,
  34. "escapedName": "sqlstring",
  35. "name": "sqlstring",
  36. "rawSpec": "2.3.0",
  37. "spec": "2.3.0",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/mysql"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
  44. "_shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
  45. "_shrinkwrap": null,
  46. "_spec": "sqlstring@2.3.0",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/mysql",
  48. "bugs": {
  49. "url": "https://github.com/mysqljs/sqlstring/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Adri Van Houdt",
  54. "email": "adri.van.houdt@gmail.com"
  55. },
  56. {
  57. "name": "Douglas Christopher Wilson",
  58. "email": "doug@somethingdoug.com"
  59. },
  60. {
  61. "name": "fengmk2",
  62. "email": "fengmk2@gmail.com",
  63. "url": "http://fengmk2.github.com"
  64. },
  65. {
  66. "name": "Kevin Jose Martin",
  67. "email": "kevin@tiliq.com"
  68. },
  69. {
  70. "name": "Nathan Woltman",
  71. "email": "nwoltman@outlook.com"
  72. },
  73. {
  74. "name": "Sergej Sintschilin",
  75. "email": "seregpie@gmail.com"
  76. }
  77. ],
  78. "dependencies": {},
  79. "description": "Simple SQL escape and format for MySQL",
  80. "devDependencies": {
  81. "beautify-benchmark": "0.2.4",
  82. "benchmark": "2.1.4",
  83. "eslint": "4.8.0",
  84. "eslint-plugin-markdown": "1.0.0-beta.6",
  85. "nyc": "10.3.2",
  86. "urun": "0.0.8",
  87. "utest": "0.0.8"
  88. },
  89. "directories": {},
  90. "dist": {
  91. "shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
  92. "tarball": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz"
  93. },
  94. "engines": {
  95. "node": ">= 0.6"
  96. },
  97. "files": [
  98. "lib/",
  99. "HISTORY.md",
  100. "LICENSE",
  101. "README.md",
  102. "index.js"
  103. ],
  104. "gitHead": "8e919225b7ad8a126345e4903ff6e5acb6d42cf2",
  105. "homepage": "https://github.com/mysqljs/sqlstring#readme",
  106. "keywords": [
  107. "sqlstring",
  108. "sql",
  109. "escape",
  110. "sql escape"
  111. ],
  112. "license": "MIT",
  113. "maintainers": [
  114. {
  115. "name": "dougwilson",
  116. "email": "doug@somethingdoug.com"
  117. },
  118. {
  119. "name": "fengmk2",
  120. "email": "fengmk2@gmail.com"
  121. },
  122. {
  123. "name": "sidorares",
  124. "email": "sidorares@yandex.com"
  125. }
  126. ],
  127. "name": "sqlstring",
  128. "optionalDependencies": {},
  129. "readme": "ERROR: No README data found!",
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/mysqljs/sqlstring.git"
  133. },
  134. "scripts": {
  135. "bench": "node benchmark/index.js",
  136. "lint": "eslint --plugin markdown --ext js,md .",
  137. "test": "node test/run.js",
  138. "test-ci": "nyc --reporter=text npm test",
  139. "test-cov": "nyc --reporter=html --reporter=text npm test"
  140. },
  141. "version": "2.3.0"
  142. }