{"_id":"@opentelemetry/instrumentation-pg","_rev":"4338496","name":"@opentelemetry/instrumentation-pg","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","dist-tags":{"latest":"0.66.0"},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"time":{"modified":"2026-04-08T09:58:45.000Z","created":"2021-03-05T21:27:52.227Z","0.66.0":"2026-03-26T00:24:41.020Z","0.65.0":"2026-03-04T17:11:45.864Z","0.64.0":"2026-02-17T07:37:56.368Z","0.63.0":"2026-01-22T10:02:03.478Z","0.62.0":"2026-01-15T10:24:58.590Z","0.61.2":"2025-12-17T23:01:26.851Z","0.61.1":"2025-11-24T14:16:36.758Z","0.61.0":"2025-11-06T18:01:23.601Z","0.60.0":"2025-10-21T16:01:18.123Z","0.59.0":"2025-10-06T19:10:40.457Z","0.58.3":"2025-09-29T19:41:32.507Z","0.58.2":"2025-09-29T18:24:45.607Z","0.58.0":"2025-09-10T16:06:52.364Z","0.57.0":"2025-09-08T14:32:26.454Z","0.56.1":"2025-09-01T15:13:03.636Z","0.56.0":"2025-08-13T16:52:13.709Z","0.55.0":"2025-07-09T16:11:09.606Z","0.54.1":"2025-07-07T16:36:48.578Z","0.54.0":"2025-06-02T17:39:28.946Z","0.53.0":"2025-05-15T20:06:22.296Z","0.52.0":"2025-03-18T14:18:38.371Z","0.51.1":"2025-02-19T17:08:47.257Z","0.51.0":"2025-01-28T09:11:24.146Z","0.50.0":"2024-12-18T12:25:07.869Z","0.49.0":"2024-12-05T07:38:17.945Z","0.48.0":"2024-11-18T16:56:39.798Z","0.47.1":"2024-11-07T23:00:15.412Z","0.47.0":"2024-10-25T14:34:54.283Z","0.46.0":"2024-10-16T18:05:20.064Z","0.45.1":"2024-10-10T18:33:52.582Z","0.45.0":"2024-10-08T18:10:51.416Z","0.44.0":"2024-09-02T13:11:14.724Z","0.43.0":"2024-07-04T07:41:25.522Z","0.42.0":"2024-06-06T07:53:25.468Z","0.41.0":"2024-04-25T19:02:15.782Z","0.40.0":"2024-04-03T16:55:28.582Z","0.39.1":"2024-03-11T09:46:06.967Z","0.39.0":"2024-03-06T11:02:18.171Z","0.38.0":"2024-01-29T09:20:46.940Z","0.37.2":"2024-01-04T22:15:37.555Z","0.37.1":"2023-11-22T09:33:44.690Z","0.37.0":"2023-11-13T15:57:46.085Z","0.36.2":"2023-10-11T08:13:54.789Z","0.36.1":"2023-08-14T21:07:21.012Z","0.36.0":"2023-07-12T16:11:31.029Z","0.35.3":"2023-06-12T19:51:27.704Z","0.35.2":"2023-05-16T13:44:12.840Z","0.35.1":"2023-04-25T15:41:35.531Z","0.35.0":"2023-03-05T14:10:12.851Z","0.34.1":"2023-02-07T23:13:08.164Z","0.34.0":"2022-12-30T15:09:30.667Z","0.33.0":"2022-11-18T16:38:47.116Z","0.32.0":"2022-11-02T13:45:09.189Z","0.31.1":"2022-09-15T12:51:40.973Z","0.31.0":"2022-09-02T17:47:42.042Z","0.30.0":"2022-06-15T18:29:59.079Z","0.29.0":"2022-05-24T15:42:32.133Z","0.28.0":"2022-01-24T19:02:21.509Z","0.27.0":"2021-12-02T20:02:33.978Z","0.26.0":"2021-10-25T16:00:43.542Z","0.25.0":"2021-09-15T16:02:41.842Z","0.24.0":"2021-07-29T19:49:54.849Z","0.23.0":"2021-07-02T18:57:11.622Z","0.22.0":"2021-06-23T19:15:29.017Z","0.21.0":"2021-06-16T14:40:59.623Z","0.20.0":"2021-06-04T16:50:26.451Z","0.16.0":"2021-04-26T13:55:37.070Z","0.15.0":"2021-04-05T19:01:07.775Z","0.14.0":"2021-03-05T21:27:52.227Z"},"users":{},"author":{"name":"OpenTelemetry Authors"},"repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"versions":{"0.66.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.66.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:ls":"echo postgres","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.61.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.214.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.7"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"ed97091c9890dd18e52759f2ea98e9d7593b3ae4","_id":"@opentelemetry/instrumentation-pg@0.66.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.14.0","_npmVersion":"lerna/9.0.5/node@v24.14.0+x64 (linux)","dist":{"shasum":"78d16b50dc4c5d851015823611a46243d63a88fb","size":38026,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.66.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.66.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.66.0_1774484680844_0.7248942269859819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-26T00:24:41.020Z","publish_time":1774484681020,"_source_registry_name":"default","_cnpm_publish_time":1774484681020},"0.65.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.65.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:ls":"echo postgres","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.60.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.213.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.7"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"39f08c313dc4d929c110ab7c43771c3cdbf8aa4c","_id":"@opentelemetry/instrumentation-pg@0.65.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.14.0","_npmVersion":"lerna/9.0.4/node@v24.14.0+x64 (linux)","dist":{"shasum":"f1f76f8c57c5c6fec68c77ce6ee104fee5de13e1","size":38026,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.65.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.65.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.65.0_1772644305731_0.3685680603909778"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-04T17:11:45.864Z","publish_time":1772644305864,"_source_registry_name":"default","_cnpm_publish_time":1772644305864},"0.64.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.64.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.59.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.212.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.7"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"0b33a118f289c0435a241c84c3c3923312fc2b98","_id":"@opentelemetry/instrumentation-pg@0.64.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.13.0","_npmVersion":"lerna/9.0.3/node@v24.13.0+x64 (linux)","dist":{"shasum":"114907e1296957374d653539ffa177cbdbbc6c70","size":38020,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.64.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.64.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.64.0_1771313876235_0.7657799288073246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-17T07:37:56.368Z","publish_time":1771313876368,"_source_registry_name":"default","_cnpm_publish_time":1771313876368},"0.63.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.63.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.58.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.211.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.7"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"7a5f3c0a09b6a2d32c712b2962b95137c906a016","_id":"@opentelemetry/instrumentation-pg@0.63.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.12.0","_npmVersion":"lerna/9.0.3/node@v24.12.0+x64 (linux)","dist":{"shasum":"852ca5519d756c613bb9f3153a5e70c2b805e5cf","size":38018,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.63.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.63.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.63.0_1769076123332_0.8504457946151969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-22T10:02:03.478Z","publish_time":1769076123478,"_source_registry_name":"default","_cnpm_publish_time":1769076123478},"0.62.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.62.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.57.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.210.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.7"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"c84212cca7f010b80747cccb9942474e0459df6e","_id":"@opentelemetry/instrumentation-pg@0.62.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.12.0","_npmVersion":"lerna/9.0.3/node@v24.12.0+x64 (linux)","dist":{"shasum":"a005304969ecf0b67f33f47ffe18e5c67aa71040","size":38016,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.62.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.62.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.62.0_1768472698446_0.3871440269064639"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-15T10:24:58.590Z","publish_time":1768472698590,"_source_registry_name":"default","_cnpm_publish_time":1768472698590},"0.61.2":{"name":"@opentelemetry/instrumentation-pg","version":"0.61.2","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.56.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.208.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"66935ac724cc271f70028035e534d47a4dfbcf12","_id":"@opentelemetry/instrumentation-pg@0.61.2","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.12.0","_npmVersion":"lerna/9.0.3/node@v24.12.0+x64 (linux)","dist":{"shasum":"1650362ce938034ff66053bb8da51817d2cf68c6","size":37723,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.61.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.61.2.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.61.2_1766012486707_0.5047269897369544"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-17T23:01:26.851Z","publish_time":1766012486851,"_source_registry_name":"default","_cnpm_publish_time":1766012486851},"0.61.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.61.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.55.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","pg":"8.7.1","pg-pool":"3.4.1"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.208.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"950e9fe9b552ede3b427b0793c9fa44940844300","_id":"@opentelemetry/instrumentation-pg@0.61.1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.11.1","_npmVersion":"lerna/9.0.0/node@v24.11.1+x64 (linux)","dist":{"shasum":"bce6628f7fef7ed9bcf1fcff99c475ff7f9f6db4","size":37220,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.61.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.61.1.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.61.1_1763993796563_0.8284380298936891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-24T14:16:36.758Z","publish_time":1763993796758,"_source_registry_name":"default","_cnpm_publish_time":1763993796758},"0.61.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.61.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.55.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.208.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.6","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"94e5b7da4500459e38e8d4dfda93542f22159600","_id":"@opentelemetry/instrumentation-pg@0.61.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.11.0","_npmVersion":"lerna/9.0.0/node@v24.11.0+x64 (linux)","dist":{"shasum":"c755d00dba640e229fe50f817423dcf3376957ab","size":37197,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.61.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.61.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.61.0_1762452083350_0.23374552696590212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-06T18:01:23.601Z","publish_time":1762452083601,"_source_registry_name":"default","_cnpm_publish_time":1762452083601},"0.60.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.60.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.54.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.207.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"2801ab2f0f9243b154a624298dacb7228c4f70cd","_id":"@opentelemetry/instrumentation-pg@0.60.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.10.0","_npmVersion":"lerna/9.0.0/node@v24.10.0+x64 (linux)","dist":{"shasum":"a3aa5533699ddf325df91315e2dc1bfc4c812346","size":36540,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.60.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.60.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.60.0_1761062477898_0.7778103530607445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-21T16:01:18.123Z","publish_time":1761062478123,"_source_registry_name":"default","_cnpm_publish_time":1761062478123},"0.59.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.59.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.53.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.206.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"333e026413f082f90859bb778abf7519fbffa940","_id":"@opentelemetry/instrumentation-pg@0.59.0","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.9.0","_npmVersion":"lerna/9.0.0/node@v24.9.0+x64 (linux)","dist":{"shasum":"86e9edc77bba77844b0fbd821abd23dc2999c68e","size":36573,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.59.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.59.0.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.59.0_1759777840169_0.42611333879105406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-06T19:10:40.457Z","publish_time":1759777840457,"_source_registry_name":"default","_cnpm_publish_time":1759777840457},"0.58.3":{"name":"@opentelemetry/instrumentation-pg","version":"0.58.3","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.52.2","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.205.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.2","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46","_id":"@opentelemetry/instrumentation-pg@0.58.3","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.9.0","_npmVersion":"lerna/9.0.0/node@v24.9.0+x64 (linux)","dist":{"shasum":"7ffd121bafb09b4f93f99235d07d7a1509614c33","size":36574,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.58.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.58.3.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.58.3_1759174892322_0.8162144117627528"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T19:41:32.507Z","publish_time":1759174892507,"_source_registry_name":"default","_cnpm_publish_time":1759174892507},"0.58.2":{"name":"@opentelemetry/instrumentation-pg","version":"0.58.2","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.52.1","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.205.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.1","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"931c7b34f53ea625da900726b1f57c5c934b5b28","_id":"@opentelemetry/instrumentation-pg@0.58.2","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_nodeVersion":"24.9.0","_npmVersion":"lerna/9.0.0/node@v24.9.0+x64 (linux)","dist":{"shasum":"4d285caeb847eaf5a0efdc3e8f7ad13985fe9f0e","size":36568,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.58.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.58.2.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:57ad0544-6d40-4157-86cb-737cd3197555"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.58.2_1759170285408_0.1813708948163648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T18:24:45.607Z","publish_time":1759170285607,"_source_registry_name":"default","_cnpm_publish_time":1759170285607},"0.58.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.58.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-merge-coverage":"nyc merge .nyc_output coverage/coverage-final.json","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.51.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.205.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"f54a1ba1adf19fd2cbf9ddbdb32a3baca2ed328e","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.58.0","dist":{"shasum":"2c5a0f47cb8f89598a9aaff488cc4c9390f65131","size":36628,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.58.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.58.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.58.0_1757520412149_0.8077317609778085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-10T16:06:52.364Z","publish_time":1757520412364,"_source_registry_name":"default","_cnpm_publish_time":1757520412364},"0.57.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.57.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc --no-clean mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-merge-coverage":"nyc merge .nyc_output coverage/coverage-final.json","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.50.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.204.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"0a45ac1b951d2acd2e40834e7ae012c04820faec","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.57.0","dist":{"shasum":"346cb613ccd1100221cef9692271468a3fe92eb0","size":36627,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.57.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.57.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.57.0_1757341946267_0.5470170034553592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-08T14:32:26.454Z","publish_time":1757341946454,"_source_registry_name":"default","_cnpm_publish_time":1757341946454},"0.56.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.56.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext=ts,js,mjs","lint:fix":"eslint . --ext=ts,js,mjs --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.49.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.203.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.5","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"5861c1dd6dd15a9d450a9f7d6d6616d533cc9a59","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.56.1","dist":{"shasum":"feaf329ca213a67409e7967e26709c13d385f2fb","size":36565,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.56.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.56.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.56.1_1756739583434_0.5560447272038831"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-01T15:13:03.636Z","publish_time":1756739583636,"_source_registry_name":"default","_cnpm_publish_time":1756739583636},"0.56.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.56.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","compile:with-dependencies":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test","test-all-versions":"tav","test-all-versions:with-services-env":"cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions","test-services:start":"cd ../.. && npm run test-services:start postgres","test-services:stop":"cd ../.. && npm run test-services:stop postgres","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.49.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.203.0","@opentelemetry/semantic-conventions":"^1.34.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.4","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"aca1437f8ce0315b3941460063311bb8332020b8","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.56.0","dist":{"shasum":"487677b8c7803dce8b013051ea7eea3a3b57faca","size":36561,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.56.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.56.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.56.0_1755103933500_0.242553474588189"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T16:52:13.709Z","publish_time":1755103933709,"_source_registry_name":"default","_cnpm_publish_time":1755103933709},"0.55.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.55.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"https://github.com/open-telemetry/opentelemetry-js-contrib.git","directory":"packages/instrumentation-pg"},"scripts":{"clean":"rimraf build/*","setup:dev":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.49.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.203.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.4","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","gitHead":"e7960a2061c0a039ffa57ed8dbb73d605d65f4f6","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.55.0","dist":{"shasum":"f411d1e48c50b1c1f0f185d9fe94cfbb8812d8f6","size":34890,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.55.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.55.0.tgz"},"_npmUser":{"name":"dyladan","actor":{"name":"dyladan","type":"user","email":"dyladan@gmail.com"},"email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.55.0_1752077469334_0.1336845402474136"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T16:11:09.606Z","publish_time":1752077469606,"_source_registry_name":"default","_cnpm_publish_time":1752077469606},"0.54.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.54.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":"open-telemetry/opentelemetry-js-contrib","scripts":{"clean":"rimraf build/*","setup:dev":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.48.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.202.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.4","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"52dd28deae0ebfbec43bdaed82f4749fc9803797","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.3/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.54.1","dist":{"shasum":"0da231cc858ff438aed625ecd38126ec9abcc810","size":34871,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.54.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.54.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com","actor":{"name":"dyladan","email":"dyladan@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.54.1_1751906208406_0.026975534200448292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-07T16:36:48.578Z","publish_time":1751906208578,"_source_registry_name":"default","_cnpm_publish_time":1751906208578},"0.54.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.54.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":"open-telemetry/opentelemetry-js-contrib","scripts":{"clean":"rimraf build/*","setup:dev":"nx run-many -t compile -p @opentelemetry/instrumentation-pg","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":"OpenTelemetry Authors","license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.48.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.202.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.15.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"7481f71d615acf161b5c86dd4abce1434a860a3d","_nodeVersion":"18.20.8","_npmVersion":"lerna/8.2.2/node@v18.20.8+x64 (linux)","_id":"@opentelemetry/instrumentation-pg@0.54.0","dist":{"shasum":"ca34bae6250082cb6675081dd9444e0e94b18eaa","size":34872,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.54.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.54.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.54.0_1748885968734_0.8871007717777564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-02T17:39:28.946Z","publish_time":1748885968946,"_source_registry_name":"default","_cnpm_publish_time":1748885968946},"0.53.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.53.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.47.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"17.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.201.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"393b51596dc869983a03ce8857658029ca122a15","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.53.0","_nodeVersion":"18.20.8","_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","dist":{"shasum":"0dc894d35c9edbf01dcdb3fd7e31f2a1da0e94c1","size":34822,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.53.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.53.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.53.0_1747339582088_0.06320634476071607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-15T20:06:22.296Z","publish_time":1747339582296,"_source_registry_name":"default","_cnpm_publish_time":1747339582296},"0.52.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.52.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":"^18.19.0 || >=20.6.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^2.0.0","@opentelemetry/contrib-test-utils":"^0.46.0","@opentelemetry/sdk-trace-base":"^2.0.0","@opentelemetry/sdk-trace-node":"^2.0.0","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.200.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.41.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"32abc4c3c01d0e78e10022c74b6805b06e0e1fe7","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.52.0","_nodeVersion":"18.20.7","_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","dist":{"shasum":"978f45c52fc8149bef9d4387a8ec8738fbd082cc","size":34795,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.52.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.52.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.52.0_1742307518202_0.8616797997330563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T14:18:38.371Z","publish_time":1742307518371,"_source_registry_name":"default","_cnpm_publish_time":1742307518371},"0.51.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.51.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.45.1","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.57.1","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"1eb77007669bae87fe5664d68ba6533b95275d52","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.51.1","_nodeVersion":"18.20.6","_npmVersion":"lerna/6.6.2/node@v18.20.6+x64 (linux)","dist":{"shasum":"a999a13fa56dc67da49a1ccf8f5e56a9ed409477","size":33693,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.51.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.51.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.51.1_1739984927054_0.4227887577181373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T17:08:47.257Z","publish_time":1739984927257,"_source_registry_name":"default","_cnpm_publish_time":1739984927257},"0.51.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.51.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.45.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.57.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"b641e1bd77fa1c7b0949e5d938c0952b88f42753","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.51.0","_nodeVersion":"18.20.5","_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","dist":{"shasum":"7d20016a32554ef66c008212dee3ff33fb1a587c","size":33691,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.51.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.51.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.51.0_1738055483962_0.2760488155500609"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-28T09:11:24.146Z","publish_time":1738055484146,"_source_registry_name":"default","_cnpm_publish_time":1738055484146},"0.50.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.50.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.45.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.57.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"3ef5205e5353010184c69ff7b9f0f4830f0932de","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.50.0","_nodeVersion":"18.20.5","_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","dist":{"shasum":"525ecf683c349529539a14f2be47164f4e3eb0f5","size":29610,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.50.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.50.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-pg_0.50.0_1734524707683_0.32166102127928964"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-18T12:25:07.869Z","publish_time":1734524707869,"_source_registry_name":"default","_cnpm_publish_time":1734524707869},"0.49.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.49.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.44.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.56.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"e3c9150445e13c5aa4c2c4d981bb2193e0076e50","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.49.0","_nodeVersion":"18.20.5","_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","dist":{"shasum":"47a6a461099fae8e1ffbb97b715a0c34f0aec0b6","size":29609,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.49.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.49.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.49.0_1733384297758_0.7548555934128987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-05T07:38:17.945Z","publish_time":1733384297945,"_source_registry_name":"default","_cnpm_publish_time":1733384297945},"0.48.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.48.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.43.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.55.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"d0fb13557fac651424b095b0a48a5116407875b1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.48.0","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"4c0fc6758a9def35d2a80a8412f8dbd46daae908","size":29612,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.48.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.48.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.48.0_1731948999578_0.5308926718887663"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-18T16:56:39.798Z","publish_time":1731948999798,"_source_registry_name":"default","_cnpm_publish_time":1731948999798},"0.47.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.47.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.42.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.54.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"acbaf200874cabe3f58334d38e91f1c2f1de4d6c","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.47.1","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"51dd97aac3932d90040c4ce13521c3c711871da8","size":29609,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.47.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.47.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.47.1_1731020415159_0.389322015283065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-07T23:00:15.412Z","publish_time":1731020415412,"_source_registry_name":"default","_cnpm_publish_time":1731020415412},"0.47.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.47.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.42.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.54.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"7633caee19a7f04c5cc5e191d1ae7745ac3739f1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.47.0","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"4274ca4af375f8b30a669f658db880d8a56e138c","size":29370,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.47.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.47.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.47.0_1729866894060_0.12319054285603181"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T14:34:54.283Z","publish_time":1729866894283,"_source_registry_name":"default","_cnpm_publish_time":1729866894283},"0.46.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.46.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"tav","test-all-versions:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.41.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.53.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"a4fcd26f825278fa769443a0d619705004af948f","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.46.0","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"2721b7028d3cf81c570309e7cfb512b8c386c690","size":29168,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.46.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.46.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.46.0_1729101919903_0.021724401550971217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T18:05:20.064Z","publish_time":1729101920064,"_source_registry_name":"default","_cnpm_publish_time":1729101920064},"0.45.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.45.1","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.41.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.26.0","@opentelemetry/instrumentation":"^0.53.0","@opentelemetry/semantic-conventions":"1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"25ab243050d647ae46e4caf1294ac0323feb93fc","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.45.1","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"fb705e9f489c8d46036085618faf4c2887611ab9","size":28547,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.45.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.45.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.45.1_1728585232378_0.6519117686943583"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-10T18:33:52.582Z","publish_time":1728585232582,"_source_registry_name":"default","_cnpm_publish_time":1728585232582},"0.45.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.45.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.41.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.18.14","@types/sinon":"10.0.20","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.53.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"2512c78761ac985f189bf82c2608c4099affa660","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.45.0","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"d062bbefcd95af4bcaa0e89b2d14f69ec5148b4b","size":28543,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.45.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.45.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.45.0_1728411051264_0.015183901520321452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-08T18:10:51.416Z","publish_time":1728411051416,"_source_registry_name":"default","_cnpm_publish_time":1728411051416},"0.44.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.44.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.41.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.20","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.10","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.53.0","@opentelemetry/semantic-conventions":"^1.27.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.6"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"9dc58afed8134f95908331bcff35c5d9ec46fe9a","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.44.0","_nodeVersion":"18.20.4","_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","dist":{"shasum":"1e97a0aeb2dca068ee23ce75884a0a0063a7ce3f","size":24706,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.44.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.44.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.44.0_1725282674510_0.6563979116965657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-02T13:11:14.724Z","publish_time":1725282674724,"_source_registry_name":"default","_cnpm_publish_time":1725282674724},"0.43.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.43.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.40.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"ad8436d6a4174f2288cb939080cd4e74da94b0d7","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.43.0","_nodeVersion":"18.20.3","_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","dist":{"shasum":"3cd94ad5144e1fd326a921280fa8bb7b49005eb5","size":24818,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.43.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.43.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.43.0_1720078885381_0.9430987196898479"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-04T07:41:25.522Z","publish_time":1720078885522,"_source_registry_name":"default","_cnpm_publish_time":1720078885522},"0.42.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.42.0","description":"OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.40.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"0af1b70f7c3c9763c85ac51fa5e334c1e1512020","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.42.0","_nodeVersion":"18.20.3","_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","dist":{"shasum":"a73de6c057b4a8b99c964d2bbf2fdad304284be9","size":24772,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.42.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.42.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.42.0_1717660405310_0.9984697224933574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-06T07:53:25.468Z","publish_time":1717660405468,"_source_registry_name":"default","_cnpm_publish_time":1717660405468},"0.41.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.41.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.39.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.51.0","@opentelemetry/semantic-conventions":"^1.22.0","@opentelemetry/sql-common":"^0.40.1","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"96a87b48934f0afcf1fe637eed6704f35bd8e973","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.41.0","_nodeVersion":"18.20.2","_npmVersion":"lerna/6.6.2/node@v18.20.2+x64 (linux)","dist":{"shasum":"fd3540789f3f1b4bd051a348f85d61065f2cd8a1","size":24599,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.41.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.41.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.41.0_1714071735489_0.49052193329898675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-25T19:02:15.782Z","publish_time":1714071735782,"_source_registry_name":"default","_cnpm_publish_time":1714071735782},"0.40.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.40.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.38.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.50.0","@opentelemetry/semantic-conventions":"^1.22.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"17a0bc1da3baa472ba9b867eee3c60730cc130fb","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.40.0","_nodeVersion":"18.19.1","_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","dist":{"shasum":"f83bd217ffb41cd471f9acfb5c1d5c1d420a70bb","size":24812,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.40.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.40.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.40.0_1712163328417_0.00185597662829462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-03T16:55:28.582Z","publish_time":1712163328582,"_source_registry_name":"default","_cnpm_publish_time":1712163328582},"0.39.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.39.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.37.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.1.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.49.1","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"9d19ca4103bc72bd42e28979fee19bd08d85b721","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.39.1","_nodeVersion":"18.19.1","_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","dist":{"shasum":"77d7c2a1035290444155f8ccab28ad2d5bf76504","size":24470,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.39.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.39.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.39.1_1710150366828_0.5865116576600278"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-11T09:46:06.967Z","publish_time":1710150366967,"_source_registry_name":"default","_cnpm_publish_time":1710150366967},"0.39.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.39.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.37.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.0.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.49.1","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.39.0","_nodeVersion":"18.19.1","_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","dist":{"shasum":"0ada0b1771f6a2063e410d5a35c15b42f820b34e","size":23999,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.39.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.39.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.39.0_1709722938024_0.5037895083850861"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-06T11:02:18.171Z","publish_time":1709722938171,"_source_registry_name":"default","_cnpm_publish_time":1709722938171},"0.38.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.38.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.36.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.0.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/instrumentation":"^0.48.0","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"32204a362d9dffd4cd69a1300e1f7d245df9df52","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.38.0","_nodeVersion":"18.19.0","_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","dist":{"shasum":"19d49cc301ab63124a0482f21f64be3fbb81321c","size":23971,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.38.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.38.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.38.0_1706520046760_0.21389844084852117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T09:20:46.940Z","publish_time":1706520046940,"_source_registry_name":"default","_cnpm_publish_time":1706520046940},"0.37.2":{"name":"@opentelemetry/instrumentation-pg","version":"0.37.2","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.35.1","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"6.0.0","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.46.0","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"90928231259bbbdf6980f184bc7420503048b77e","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.37.2","_nodeVersion":"18.19.0","_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","dist":{"shasum":"c48eda6e3bc39cc11bcd4e10011d4704e1d84bb6","size":23979,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.37.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.37.2.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.37.2_1704406537399_0.5700891233387491"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-04T22:15:37.555Z","publish_time":1704406537555,"_source_registry_name":"default","_cnpm_publish_time":1704406537555},"0.37.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.37.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.35.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.45.1","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"a757b5e443dfe1dade090aeb11ec37d0e802f8af","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.37.1","_nodeVersion":"18.18.2","_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","dist":{"shasum":"d889691f699718cbbf672f52dcf15ab9d1fd39b2","size":23909,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.37.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.37.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.37.1_1700645624480_0.30174110903381046"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T09:33:44.690Z","publish_time":1700645624690,"_source_registry_name":"default","_cnpm_publish_time":1700645624690},"0.37.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.37.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.34.3","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.45.1","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"607d375595da3ab51b7f773ac360900121c4361b","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.37.0","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"838684d8e265f9058ef813b154a2045243c1c40b","size":23909,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.37.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.37.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.37.0_1699891065898_0.49418795112012814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-13T15:57:46.085Z","publish_time":1699891066085,"_source_registry_name":"default","_cnpm_publish_time":1699891066085},"0.36.2":{"name":"@opentelemetry/instrumentation-pg","version":"0.36.2","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.34.2","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.6.5","@types/sinon":"10.0.18","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.5","safe-stable-stringify":"^2.4.1","sinon":"15.2.0","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.44.0","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.4"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"a8c225d2febcac561a70ca586d3efd5a84f9f3fa","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.36.2","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"45947d19bbafabf5b350a76350ef4523deac13a5","size":23489,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.36.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.36.2.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.36.2_1697012034608_0.010901094861130334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-11T08:13:54.789Z","publish_time":1697012034789,"_source_registry_name":"default","_cnpm_publish_time":1697012034789},"0.36.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.36.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.34.1","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.16.19","@types/sinon":"10.0.16","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.1","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.41.2","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"b3d30afe7376760d211b20c4fb45988ac58c1d85","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.36.1","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"66e3aa10948c6e3188d04676dbf304ae8571ce2f","size":23489,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.36.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.36.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.36.1_1692047240825_0.5816428750332063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-14T21:07:21.012Z","publish_time":1692047241012,"_source_registry_name":"default","_cnpm_publish_time":1692047241012},"0.36.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.36.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.34.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.0","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.41.0","@opentelemetry/semantic-conventions":"^1.0.0","@opentelemetry/sql-common":"^0.40.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3","tslib":"^2.3.1"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"f81f8a76a8f0af2101c62dbc73cde442f875d833","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.36.0","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"43270d2849a0e074ec6eb705dc12216e5c7cc84c","size":23327,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.36.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.36.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.36.0_1689178290780_0.3979687806577703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-12T16:11:31.029Z","publish_time":1689178291029,"_source_registry_name":"default","_cnpm_publish_time":1689178291029},"0.35.3":{"name":"@opentelemetry/instrumentation-pg","version":"0.35.3","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.4","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.0","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.40.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"efdfc727a49090accee7fea8ff93011b6b84c1e4","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.35.3","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"47b29891e2be797a2148e699bb43094fdf33a281","size":25848,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.35.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.35.3.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.35.3_1686599487528_0.027761803875145485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-12T19:51:27.704Z","publish_time":1686599487704,"_source_registry_name":"default","_cnpm_publish_time":1686599487704},"0.35.2":{"name":"@opentelemetry/instrumentation-pg","version":"0.35.2","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.3","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"5.0.0","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.39.1","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"418b6f6d471b4b38507e8c6ef2916bee31ed2001","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.35.2","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"2eb56e24318aa67f8b8a3ac4d8314a1622385c82","size":19215,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.35.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.35.2.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.35.2_1684244652631_0.11074884022891762"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-16T13:44:12.840Z","publish_time":1684244652840,"_source_registry_name":"default","_cnpm_publish_time":1684244652840},"0.35.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.35.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.2","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"4.2.0","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.38.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"f7183016487c876829abce6437bbe71f76b7538e","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.35.1","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"ea8af85c74b4872d3e200dcf50c149ba02f02c7d","size":19048,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.35.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.35.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.35.1_1682437295359_0.9938385747772716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-25T15:41:35.531Z","publish_time":1682437295531,"_cnpm_publish_time":1682437295531},"0.35.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.35.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.1","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"4.2.0","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.35.1","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"32889bde9aa8f1f555a3d595c0bd93f611798fab","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.35.0","_nodeVersion":"14.21.3","_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","dist":{"shasum":"ebdb046539f7208be75d11a3818d4fa0db281538","size":19042,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.35.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.35.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.35.0_1678025412642_0.1877515588904144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-05T14:10:12.851Z","publish_time":1678025412851,"_cnpm_publish_time":1678025412851},"0.34.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.34.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.1","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","safe-stable-stringify":"^2.4.1","sinon":"15.0.1","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.4.4"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.35.1","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"63e0fc9b6b862f74304abf0343c506a5bd415191","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.34.1","_nodeVersion":"14.21.2","_npmVersion":"lerna/5.5.2/node@v14.21.2+x64 (linux)","dist":{"shasum":"d1d3626bf7349a5c557b124b886fc3a30b20ddd9","size":19056,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.34.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.34.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.34.1_1675811587949_0.9237757301107159"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-07T23:13:08.164Z","publish_time":1675811588164,"_cnpm_publish_time":1675811588164},"0.34.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.34.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","@types/sinon":"10.0.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","safe-stable-stringify":"^2.4.1","sinon":"14.0.0","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.34.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"8472e8273d14993a13f921b6f8173b20fb37a383","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.34.0","_nodeVersion":"14.21.1","_npmVersion":"lerna/5.5.2/node@v14.21.1+x64 (linux)","dist":{"shasum":"6936143a4f1579e2d8db10715046371ba91612f8","size":19217,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.34.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.34.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.34.0_1672412970490_0.48868606971642925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-30T15:09:37.359Z","publish_time":1672412970667,"_cnpm_publish_time":1672412970667},"0.33.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.33.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/context-async-hooks":"^1.8.0","@opentelemetry/contrib-test-utils":"^0.33.0","@opentelemetry/sdk-trace-base":"^1.8.0","@opentelemetry/sdk-trace-node":"^1.8.0","@types/mocha":"7.0.2","@types/node":"18.11.7","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.34.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"59fa57cfd0dff4ae0e6f3833dff73c55dfd79ee5","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.33.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/5.5.2/node@v14.18.1+x64 (darwin)","dist":{"shasum":"e67756dd7a7a5edde3584641f10d3b0d939169de","size":15106,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.33.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.33.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.33.0_1668789527022_0.6079660383209429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-18T16:41:40.772Z","publish_time":1668789527116,"_cnpm_publish_time":1668789527116},"0.32.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.32.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=14"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"^1.0.0","@opentelemetry/context-async-hooks":"^1.3.1","@opentelemetry/contrib-test-utils":"^0.32.0","@opentelemetry/sdk-trace-base":"^1.3.1","@opentelemetry/sdk-trace-node":"^1.3.1","@types/mocha":"7.0.2","@types/node":"18.11.7","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.32.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"bd79bd04cba3f16658caf37d9a5c65e5bd5980f6","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.32.0","_nodeVersion":"14.20.1","_npmVersion":"lerna/5.5.2/node@v14.20.1+x64 (linux)","dist":{"shasum":"292f365d9643dd9fb8581ccb58ccdb9bb1d84489","size":15099,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.32.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.32.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.32.0_1667396709044_0.9208454256852783"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-02T13:50:07.523Z","publish_time":1667396709189,"_cnpm_publish_time":1667396709189},"0.31.1":{"name":"@opentelemetry/instrumentation-pg","version":"0.31.1","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.12.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"^1.0.0","@opentelemetry/context-async-hooks":"^1.3.1","@opentelemetry/contrib-test-utils":"^0.32.0","@opentelemetry/sdk-trace-base":"^1.3.1","@opentelemetry/sdk-trace-node":"^1.3.1","@types/mocha":"7.0.2","@types/node":"16.11.21","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.32.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"6c754877fd0ad0af3acf13cf10b62066357a75d3","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.31.1","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","dist":{"shasum":"38573f453ec309e76115efa60e579b8bfb50c546","size":15737,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.31.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.31.1.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.31.1_1663246300829_0.31811368266735074"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T13:08:36.383Z","publish_time":1663246300973,"_cnpm_publish_time":1663246300973},"0.31.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.31.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.12.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"^1.0.0","@opentelemetry/context-async-hooks":"^1.3.1","@opentelemetry/contrib-test-utils":"^0.32.0","@opentelemetry/sdk-trace-base":"^1.3.1","@opentelemetry/sdk-trace-node":"^1.3.1","@types/mocha":"7.0.2","@types/node":"16.11.21","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"10.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.32.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"4a9442ceea7f8555ad6e5f731f92834f3398d5b9","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.31.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","dist":{"shasum":"c7488ddd52f3d200ef3bd77d6c3dac1f149886f6","size":15146,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.31.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.31.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.31.0_1662140861843_0.9134423941727698"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T17:49:57.494Z","publish_time":1662140862042,"_cnpm_publish_time":1662140862042},"0.30.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.30.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.12.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"^1.0.0","@opentelemetry/context-async-hooks":"^1.3.1","@opentelemetry/contrib-test-utils":"^0.31.0","@opentelemetry/sdk-trace-base":"^1.3.1","@opentelemetry/sdk-trace-node":"^1.3.1","@types/mocha":"7.0.2","@types/node":"16.11.21","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.29.2","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme","gitHead":"9633cf49c4099e97dd2a285d0399455e17a593e3","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"_id":"@opentelemetry/instrumentation-pg@0.30.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","dist":{"shasum":"5941dd2817a846e7b5bc283112a9cf46728d1f44","size":14865,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.30.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.30.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.30.0_1655317798899_0.4009880143667912"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T18:34:14.569Z","publish_time":1655317799079,"_cnpm_publish_time":1655317799079},"0.29.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.29.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.12.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"^1.0.0","@opentelemetry/context-async-hooks":"1.2.0","@opentelemetry/contrib-test-utils":"^0.30.0","@opentelemetry/sdk-trace-base":"1.2.0","@opentelemetry/sdk-trace-node":"1.2.0","@types/mocha":"7.0.2","@types/node":"16.11.21","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.28.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"f89da7d080d2aaecacd8728d647e8eff4c9248a9","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.29.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","dist":{"shasum":"07f4c9a01d1294da6d5d341d97cf7501d3382552","size":14740,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.29.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.29.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.29.0_1653406951997_0.7575874942324485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T17:05:44.739Z","publish_time":1653406952133,"_cnpm_publish_time":1653406952133},"0.28.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.28.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-pg --include-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["instrumentation","nodejs","opentelemetry","pg","plugin","postgres","postgresql","profiling","tracing"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.2"},"devDependencies":{"@opentelemetry/api":"1.0.2","@opentelemetry/context-async-hooks":"1.0.1","@opentelemetry/contrib-test-utils":"^0.29.0","@opentelemetry/sdk-trace-base":"1.0.1","@opentelemetry/sdk-trace-node":"1.0.1","@types/mocha":"7.0.2","@types/node":"14.17.9","codecov":"3.8.3","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"5.0.1","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.27.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"edfc04cbe3e7faaa365724ddc26bf702b68cc008","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.28.0","_nodeVersion":"14.18.3","_npmVersion":"lerna/3.22.1/node@v14.18.3+x64 (linux)","dist":{"shasum":"fc7be3750f31e6f22fb9a2bfd3da364adcc3f79d","size":14738,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.28.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.28.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.28.0_1643050941353_0.33804619143929515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-24T19:02:29.645Z","publish_time":1643050941509,"_cnpm_publish_time":1643050941509},"0.27.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.27.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-pg --include-filtered-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test-all-versions":"cross-env IN_TAV=true tav","test-all-versions:local":"cross-env IN_TAV=true RUN_POSTGRES_TESTS_LOCAL=true npm run test-all-versions","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.2"},"devDependencies":{"@opentelemetry/api":"1.0.2","@opentelemetry/context-async-hooks":"1.0.1","@opentelemetry/contrib-test-utils":"^0.28.0","@opentelemetry/sdk-trace-base":"1.0.1","@opentelemetry/sdk-trace-node":"1.0.1","@types/mocha":"7.0.2","@types/node":"14.17.9","codecov":"3.8.3","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","test-all-versions":"^5.0.1","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.27.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"45f84dcd2fe01db242fd0efed293db685b9fd9f3","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.27.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"shasum":"196c68a3b95dcb34d962c5484e17d329b8c0f3a2","size":14558,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.27.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.27.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.27.0_1638475353774_0.5557737647964969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:28:02.654Z","publish_time":1638475353978,"_cnpm_publish_time":1638475353978},"0.26.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.26.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-pg --include-filtered-dependencies","prewatch":"npm run precompile","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.2"},"devDependencies":{"@opentelemetry/api":"1.0.2","@opentelemetry/context-async-hooks":"1.0.0","@opentelemetry/contrib-test-utils":"^0.27.0","@opentelemetry/sdk-trace-base":"1.0.0","@opentelemetry/sdk-trace-node":"1.0.0","@types/mocha":"7.0.2","@types/node":"14.17.9","codecov":"3.8.3","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.26.0","@opentelemetry/semantic-conventions":"^1.0.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"f80834b97bd8e5b1f78923b40fd69d60691c6ff4","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.26.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"shasum":"6502f624f21b5872de8c50e3522a322a2ca72827","size":14418,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.26.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.26.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.26.0_1635177643371_0.29533841230375724"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:28:01.790Z","publish_time":1635177643542,"_cnpm_publish_time":1635177643542},"0.25.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.25.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.2"},"devDependencies":{"@opentelemetry/api":"1.0.2","@opentelemetry/context-async-hooks":"0.25.0","@opentelemetry/contrib-test-utils":"^0.25.0","@opentelemetry/sdk-trace-base":"0.25.0","@opentelemetry/sdk-trace-node":"0.25.0","@types/mocha":"7.0.2","@types/node":"14.17.9","codecov":"3.8.3","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.7.1","pg-pool":"3.4.1","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.25.0","@opentelemetry/semantic-conventions":"^0.25.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"fcfaeb965804d2a081f1dc8d2b82803cd51681af","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.25.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"acdb56ddfee4bb75eb93c56e9023c1cabd490087","size":14081,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.25.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.25.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.25.0_1631721761456_0.1899390108740333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:28:00.920Z","publish_time":1631721761842,"_cnpm_publish_time":1631721761842},"0.24.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.24.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.1"},"devDependencies":{"@opentelemetry/api":"1.0.1","@opentelemetry/context-async-hooks":"0.24.0","@opentelemetry/node":"0.24.0","@opentelemetry/test-utils":"^0.24.0","@opentelemetry/tracing":"0.24.0","@types/mocha":"7.0.2","@types/node":"14.17.5","codecov":"3.8.3","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.6.0","pg-pool":"3.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.24.0","@opentelemetry/semantic-conventions":"^0.24.0","@types/pg":"8.6.1","@types/pg-pool":"2.0.3"},"gitHead":"e4757035a7b4012703a98b5609b8ac0f859e9726","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.24.0","_nodeVersion":"14.17.3","_npmVersion":"lerna/3.22.1/node@v14.17.3+x64 (linux)","dist":{"shasum":"45d4f44d0c4afd73be6e43ccffa621f7b34152b2","size":14063,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.24.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.24.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.24.0_1627588194661_0.9495889555553654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:59.302Z","publish_time":1627588194849,"_cnpm_publish_time":1627588194849},"0.23.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.23.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.1"},"devDependencies":{"@opentelemetry/api":"1.0.1","@opentelemetry/context-async-hooks":"0.23.0","@opentelemetry/node":"0.23.0","@opentelemetry/test-utils":"^0.23.0","@opentelemetry/tracing":"0.23.0","@types/mocha":"7.0.2","@types/node":"14.17.4","codecov":"3.8.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.6.0","pg-pool":"3.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.5"},"dependencies":{"@opentelemetry/instrumentation":"^0.23.0","@opentelemetry/semantic-conventions":"^0.23.0","@types/pg":"8.6.0","@types/pg-pool":"2.0.2"},"gitHead":"eea5f3ef0382c3c8f6d5aca796e3babf7ad4a6c8","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.23.0","_nodeVersion":"14.17.1","_npmVersion":"lerna/3.22.1/node@v14.17.1+x64 (linux)","dist":{"shasum":"47e61876f75ecf9b6167d63be34d028f3e92e19a","size":10856,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.23.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.23.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.23.0_1625252231485_0.7126837612191153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:58.454Z","publish_time":1625252231622,"_cnpm_publish_time":1625252231622},"0.22.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.22.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"devDependencies":{"@opentelemetry/api":"1.0.0","@opentelemetry/context-async-hooks":"0.22.0","@opentelemetry/node":"0.22.0","@opentelemetry/test-utils":"^0.22.0","@opentelemetry/tracing":"0.22.0","@types/mocha":"7.0.2","@types/node":"14.17.3","codecov":"3.8.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.6.0","pg-pool":"3.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.2"},"dependencies":{"@opentelemetry/instrumentation":"^0.22.0","@opentelemetry/semantic-conventions":"^0.22.0","@types/pg":"8.6.0","@types/pg-pool":"2.0.2"},"gitHead":"a52deeca96cdd7e8b75734094ed84de075e9517d","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.22.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (linux)","dist":{"shasum":"7791c11784634deedbca7fc6ee82d292a9d7b2a5","size":10430,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.22.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.22.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.22.0_1624475728895_0.21247338736006993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:57.600Z","publish_time":1624475729017,"_cnpm_publish_time":1624475729017},"0.21.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.21.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"peerDependencies":{"@opentelemetry/api":"^0.21.0"},"devDependencies":{"@opentelemetry/api":"0.21.0","@opentelemetry/context-async-hooks":"0.21.0","@opentelemetry/node":"0.21.0","@opentelemetry/test-utils":"^0.21.0","@opentelemetry/tracing":"0.21.0","@types/mocha":"7.0.2","@types/node":"14.17.3","codecov":"3.8.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.6.0","pg-pool":"3.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.2"},"dependencies":{"@opentelemetry/instrumentation":"^0.21.0","@opentelemetry/semantic-conventions":"^0.21.0","@types/pg":"8.6.0","@types/pg-pool":"2.0.2"},"gitHead":"621f0141e406b75ef11a77fb85ce8caab9c8a272","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.21.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (linux)","dist":{"shasum":"f98ebd5668ef9ad5efd26f02de750d21bafe5c4d","size":10420,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.21.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.21.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.21.0_1623854459493_0.6549612936794482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:55.959Z","publish_time":1623854459623,"_cnpm_publish_time":1623854459623},"0.20.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.20.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.20.0","@opentelemetry/node":"0.20.0","@opentelemetry/test-utils":"^0.20.0","@opentelemetry/tracing":"0.20.0","@types/mocha":"7.0.2","@types/node":"14.17.2","codecov":"3.8.2","cross-env":"7.0.3","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.6.0","pg-pool":"3.3.0","rimraf":"3.0.2","ts-mocha":"8.0.0","typescript":"4.3.2"},"dependencies":{"@opentelemetry/api":"^0.20.0","@opentelemetry/instrumentation":"^0.20.0","@opentelemetry/semantic-conventions":"^0.20.0","@types/pg":"8.6.0","@types/pg-pool":"2.0.2"},"gitHead":"5d73dc2d11a8fd57b21a0c6286861cb992556ca1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","_id":"@opentelemetry/instrumentation-pg@0.20.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (linux)","dist":{"shasum":"b2affe11427b9d0fac1afb7d56b727220275da05","size":10418,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.20.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.20.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.20.0_1622825426328_0.2680609006646606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:54.307Z","publish_time":1622825426451,"_cnpm_publish_time":1622825426451},"0.16.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.16.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.19.0","@opentelemetry/node":"0.19.0","@opentelemetry/test-utils":"^0.16.0","@opentelemetry/tracing":"0.19.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/pg-pool":"2.0.2","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","pg-pool":"3.2.1","rimraf":"3.0.2","ts-mocha":"8.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^1.0.0-rc.0","@opentelemetry/instrumentation":"^0.19.0"},"gitHead":"5ecccc916e8f4eecaf6629a0350fc672edcba1be","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/instrumentation-pg@0.16.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"788b7c0412da6bc088037224f7f417d2a6126fc1","size":10568,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.16.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.16.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.16.0_1619445336903_0.8937929411669672"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:52.656Z","publish_time":1619445337070,"_cnpm_publish_time":1619445337070},"0.15.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.15.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"0.18.2","@opentelemetry/node":"0.18.2","@opentelemetry/test-utils":"^0.15.0","@opentelemetry/tracing":"0.18.2","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/pg-pool":"2.0.2","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","pg-pool":"3.2.1","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^0.18.0","@opentelemetry/instrumentation":"^0.18.0"},"gitHead":"a2de7757da17a026433f0735035f65f7f88f1666","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/instrumentation-pg@0.15.0","_nodeVersion":"14.8.0","_npmVersion":"lerna/3.22.1/node@v14.8.0+x64 (darwin)","dist":{"shasum":"afdc0fe6b8e792f2064c6894795104f006b20fba","size":10826,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.15.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.15.0.tgz"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.15.0_1617649267618_0.580285398381708"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:51.011Z","publish_time":1617649267775,"_cnpm_publish_time":1617649267775},"0.14.0":{"name":"@opentelemetry/instrumentation-pg","version":"0.14.0","description":"OpenTelemetry postgres automatic instrumentation package.","main":"build/src/index.js","types":"build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js.git"},"scripts":{"clean":"rimraf build/*","compile":"npm run version:update && tsc -p .","codecov":"nyc report --reporter=json && codecov -f coverage/*.json -p ../../../","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","precompile":"tsc --version","prepare":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'","test:debug":"ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'","test:local":"cross-env RUN_POSTGRES_TESTS_LOCAL=true npm run test","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w"},"keywords":["opentelemetry","postgres","pg","postgresql","nodejs","tracing","profiling","plugin","instrumentation"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","engines":{"node":">=8.5.0"},"publishConfig":{"access":"public"},"devDependencies":{"@opentelemetry/context-async-hooks":"^0.18.0","@opentelemetry/node":"^0.18.0","@opentelemetry/test-utils":"^0.14.0","@opentelemetry/tracing":"^0.18.0","@types/mocha":"7.0.2","@types/node":"14.0.27","@types/pg":"7.14.4","@types/pg-pool":"2.0.2","codecov":"3.7.2","cross-env":"7.0.2","gts":"3.1.0","mocha":"7.2.0","nyc":"15.1.0","pg":"8.3.0","pg-pool":"3.2.1","rimraf":"3.0.2","ts-mocha":"8.0.0","ts-node":"9.0.0","tslint-consistent-codestyle":"1.16.0","tslint-microsoft-contrib":"6.2.0","typescript":"4.1.3"},"dependencies":{"@opentelemetry/api":"^0.18.0","@opentelemetry/instrumentation":"^0.18.0"},"gitHead":"7a87f4105ff432380132d81f56a33e3f5c4e8fb1","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js/issues"},"homepage":"https://github.com/open-telemetry/opentelemetry-js#readme","_id":"@opentelemetry/instrumentation-pg@0.14.0","_nodeVersion":"12.21.0","_npmVersion":"lerna/3.22.1/node@v12.21.0+x64 (darwin)","dist":{"shasum":"0e3ab34e19b450d101f26253b5c988d776b4fc83","size":10816,"noattachment":false,"key":"/@opentelemetry/instrumentation-pg/-/@opentelemetry/instrumentation-pg-0.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@opentelemetry/instrumentation-pg/download/@opentelemetry/instrumentation-pg-0.14.0.tgz"},"_npmUser":{"name":"obecny","email":"bobecny@gmail.com"},"directories":{},"maintainers":[{"name":"dyladan","email":""},{"name":"npmjs-account","email":""},{"name":"pichlermarc","email":""},{"name":"trentm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/instrumentation-pg_0.14.0_1614979671972_0.21312451054896164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T16:27:49.377Z","publish_time":1614979672227,"_cnpm_publish_time":1614979672227}},"readme":"# OpenTelemetry Postgres Instrumentation for Node.js\n\n[![NPM Published Version][npm-img]][npm-url]\n[![Apache License][license-image]][license-image]\n\nThis module provides automatic instrumentation for the [`pg`](https://github.com/brianc/node-postgres)module, which may be loaded using the [`@opentelemetry/sdk-trace-node`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package and is included in the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle.\n\nIf total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`https://www.npmjs.com/package/@opentelemetry/sdk-node`) for the most seamless instrumentation experience.\n\nCompatible with OpenTelemetry JS API and SDK `1.0+`.\n\n## Installation\n\n```bash\nnpm install --save @opentelemetry/instrumentation-pg\n```\n\n### Supported Versions\n\n- [`pg`](https://www.npmjs.com/package/pg) versions `>=8.0.3 <9`\n- [`pg-pool`](https://www.npmjs.com/package/pg-pool) versions `>=2.0.0 <4`\n\n## Usage\n\n```js\nconst { PgInstrumentation } = require('@opentelemetry/instrumentation-pg');\nconst { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');\nconst { registerInstrumentations } = require('@opentelemetry/instrumentation');\n\nconst provider = new NodeTracerProvider();\nprovider.register();\n\nregisterInstrumentations({\n  instrumentations: [\n    new PgInstrumentation(),\n  ],\n});\n```\n\nPgInstrumentation contains both pg and [`pg.Pool`](https://node-postgres.com/api/pool) so it will be instrumented automatically.\n\n### Span Types Created\n\nThis instrumentation creates the following span types:\n\n| Span Name | Description | When Created |\n| --------- | ----------- | ------------ |\n| `pg.query:<OPERATION> <database>` | Database query execution | When `client.query()` is called |\n| `pg.connect` | Client connection to database | When `new Client().connect()` is called directly |\n| `pg-pool.connect` | Pool connection acquisition wait time | When acquiring a connection from `pg-pool` |\n\nThe `pg-pool.connect` spans measure the time spent waiting to acquire a connection from the pool. This can be valuable for identifying connection pool exhaustion or sizing issues. However, in high-throughput scenarios where connections are readily available, these spans may add noise with minimal diagnostic value. Consider using the `requireParentSpan` option or sampling strategies if pool connect spans become excessive.\n\n### PostgreSQL Instrumentation Options\n\nPostgreSQL instrumentation has few options available to choose from. You can set the following:\n\n| Options | Type | Description |\n| ------- | ---- | ----------- |\n| [`enhancedDatabaseReporting`](./src/types.ts#L30) | `boolean` | If true, additional information about query parameters and results will be attached (as `attributes`) to spans representing database operations |\n| `requestHook` | `PgInstrumentationExecutionRequestHook` (function) | Function for adding custom span attributes using information about the query being issued and the db to which it's directed |\n| `responseHook` | `PgInstrumentationExecutionResponseHook` (function) | Function for adding custom span attributes from db response |\n| `requireParentSpan` | `boolean` | If true, requires a parent span to create new spans (default false) |\n| `addSqlCommenterCommentToQueries` | `boolean` | If true, adds [sqlcommenter](https://github.com/open-telemetry/opentelemetry-sqlcommenter) specification compliant comment to queries with tracing context (default false). _NOTE: A comment will not be added to queries that already contain `--` or `/* ... */` in them, even if these are not actually part of comments_ |\n| `ignoreConnectSpans` | `boolean` | If true, `pg.connect` and `pg-pool.connect` spans will not be created. Query spans and pool metrics are still recorded (default false) |\n\n## Semantic Conventions\n\nPrior to version `0.55.0`, this instrumentation created spans and metrics targeting an experimental semantic convention Version 1.27.0.\n\nDatabase semantic conventions (semconv) were stabilized in v1.34.0, and a [migration process](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/db-migration.md) was defined.\n`@opentelemetry/instrumentation-pg` versions 0.55.0 and later include support for migrating to stable Database semantic conventions, as described below.\nThe intent is to provide an approximate 6 month time window for users of this instrumentation to migrate to the new Database semconv, after which a new minor version will use the new semconv by default and drop support for the old semconv.\n\nTo select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.\n\n- `database`: emit the new (stable) v1.34.0+ semantics\n- `database/dup`: emit **both** the old v1.27.0 and the new (stable) v1.34.0+ semantics\n- By default, if `OTEL_SEMCONV_STABILITY_OPT_IN` includes neither of the above tokens, the old v1.27.0 semconv is used.\n\n### Attributes collected\n\n| v1.27.0 semconv         | v1.34.0 semconv                                 | Short Description                                                                          |\n| ----------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------ |\n| `db.connection_string`  | Removed                                         | String used to connect to the database                                                     |\n| `db.user`               | Removed                                         | User used to connect to the database                                                       |\n| `db.name`               | Removed, integrated into the new `db.namespace` | The name of the database.                                                                  |\n| (not included)          | `db.namespace`                                  | The name of the database, fully qualified within the server address and port.              |\n| `db.statement`          | `db.query.text`                                 | The database query being executed.                                                         |\n| `db.system`             | `db.system.name`                                | The database management system (DBMS) product as identified by the client instrumentation. |\n| `net.peer.port`         | `server.port`                                   | Remote port number.                                                                        |\n| `net.peer.name`         | `server.address`                                | Remote hostname or similar.                                                                |\n\nMetrics Exported:\n\n- [`db.client.operation.duration`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md#metric-dbclientoperationduration)\n\n### Upgrading Semantic Conventions\n\nWhen upgrading to the new semantic conventions, it is recommended to do so in the following order:\n\n1. Upgrade `@opentelemetry/opentelemetry-instrumentation-pg` to the latest version\n2. Set `OTEL_SEMCONV_STABILITY_OPT_IN=database/dup` to emit both old and new semantic conventions\n3. Modify alerts, dashboards, metrics, and other processes to expect the new semantic conventions\n4. Set `OTEL_SEMCONV_STABILITY_OPT_IN=database` to emit only the new semantic conventions\n\nThis will cause both the old and new semantic conventions to be emitted during the transition period.\n\n## Useful links\n\n- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>\n- For more about OpenTelemetry JavaScript: <https://github.com/open-telemetry/opentelemetry-js>\n- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]\n\n## License\n\nApache 2.0 - See [LICENSE][license-url] for more information.\n\n[discussions-url]: https://github.com/open-telemetry/opentelemetry-js/discussions\n[license-url]: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE\n[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat\n[npm-url]: https://www.npmjs.com/package/@opentelemetry/instrumentation-pg\n[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Finstrumentation-pg.svg\n","_attachments":{},"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"license":"Apache-2.0"}