package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "named-placeholders@1.1.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "named-placeholders@1.1.3",
  9. "_id": "named-placeholders@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
  12. "_location": "/named-placeholders",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "named-placeholders@1.1.3",
  18. "name": "named-placeholders",
  19. "escapedName": "named-placeholders",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/mysql2"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Andrey Sidorov",
  32. "email": "sidorares@yandex.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sidorares/named-placeholders/issues"
  36. },
  37. "dependencies": {
  38. "lru-cache": "^7.14.1"
  39. },
  40. "description": "sql named placeholders to unnamed compiler",
  41. "devDependencies": {
  42. "mocha": "^5.2.0",
  43. "should": "^13.2.3"
  44. },
  45. "engines": {
  46. "node": ">=12.0.0"
  47. },
  48. "files": [],
  49. "homepage": "https://github.com/sidorares/named-placeholders#readme",
  50. "keywords": [
  51. "sql",
  52. "pdo",
  53. "named",
  54. "placeholders"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "named-placeholders",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sidorares/named-placeholders.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "version": "1.1.3"
  67. }