| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "aws-ssl-profiles@1.1.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "aws-ssl-profiles@1.1.1",
- "_id": "aws-ssl-profiles@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-+H+kuK34PfMaI9PNU/NSjBKL5hh/KDM9J72kwYeYEm0A8B1AC4fuCy3qsjnA7lxklgyXsB68yn8Z2xoZEjgwCQ==",
- "_location": "/aws-ssl-profiles",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "aws-ssl-profiles@1.1.1",
- "name": "aws-ssl-profiles",
- "escapedName": "aws-ssl-profiles",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/mysql2"
- ],
- "_resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "https://github.com/wellwelwel"
- },
- "bugs": {
- "url": "https://github.com/mysqljs/aws-ssl-profiles/issues"
- },
- "description": "AWS RDS SSL certificates bundles.",
- "devDependencies": {
- "@biomejs/biome": "^1.8.3",
- "@types/node": "^20.14.10",
- "@types/x509.js": "^1.0.3",
- "poku": "^2.0.0",
- "prettier": "^3.3.3",
- "tsx": "^4.16.2",
- "typescript": "^5.5.3",
- "x509.js": "^1.0.0"
- },
- "engines": {
- "node": ">= 6.0.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/mysqljs/aws-ssl-profiles#readme",
- "keywords": [
- "mysql",
- "mysql2",
- "pg",
- "postgres",
- "aws",
- "rds",
- "ssl",
- "certificates",
- "ca",
- "bundle"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "aws-ssl-profiles",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mysqljs/aws-ssl-profiles.git"
- },
- "scripts": {
- "build": "npx tsc",
- "lint": "npx @biomejs/biome lint && prettier --check .",
- "lint:fix": "npx @biomejs/biome lint --write . && prettier --write .",
- "postbuild": "cp src/index.d.ts lib/index.d.ts",
- "pretest": "npm run build",
- "test": "poku --parallel ./test",
- "test:ci": "npm run lint && npm run test"
- },
- "version": "1.1.1"
- }
|