package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "aws-ssl-profiles@1.1.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "aws-ssl-profiles@1.1.1",
  9. "_id": "aws-ssl-profiles@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+H+kuK34PfMaI9PNU/NSjBKL5hh/KDM9J72kwYeYEm0A8B1AC4fuCy3qsjnA7lxklgyXsB68yn8Z2xoZEjgwCQ==",
  12. "_location": "/aws-ssl-profiles",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "aws-ssl-profiles@1.1.1",
  18. "name": "aws-ssl-profiles",
  19. "escapedName": "aws-ssl-profiles",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/mysql2"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "https://github.com/wellwelwel"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mysqljs/aws-ssl-profiles/issues"
  35. },
  36. "description": "AWS RDS SSL certificates bundles.",
  37. "devDependencies": {
  38. "@biomejs/biome": "^1.8.3",
  39. "@types/node": "^20.14.10",
  40. "@types/x509.js": "^1.0.3",
  41. "poku": "^2.0.0",
  42. "prettier": "^3.3.3",
  43. "tsx": "^4.16.2",
  44. "typescript": "^5.5.3",
  45. "x509.js": "^1.0.0"
  46. },
  47. "engines": {
  48. "node": ">= 6.0.0"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/mysqljs/aws-ssl-profiles#readme",
  54. "keywords": [
  55. "mysql",
  56. "mysql2",
  57. "pg",
  58. "postgres",
  59. "aws",
  60. "rds",
  61. "ssl",
  62. "certificates",
  63. "ca",
  64. "bundle"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "aws-ssl-profiles",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/mysqljs/aws-ssl-profiles.git"
  72. },
  73. "scripts": {
  74. "build": "npx tsc",
  75. "lint": "npx @biomejs/biome lint && prettier --check .",
  76. "lint:fix": "npx @biomejs/biome lint --write . && prettier --write .",
  77. "postbuild": "cp src/index.d.ts lib/index.d.ts",
  78. "pretest": "npm run build",
  79. "test": "poku --parallel ./test",
  80. "test:ci": "npm run lint && npm run test"
  81. },
  82. "version": "1.1.1"
  83. }