{
  "_args": [
    [
      "pg-cursor@2.15.3",
      "/var/www/html/ingweb/backend"
    ]
  ],
  "_from": "pg-cursor@2.15.3",
  "_id": "pg-cursor@2.15.3",
  "_inBundle": false,
  "_integrity": "sha512-eHw63TsiGtFEfAd7tOTZ+TLy+i/2ePKS20H84qCQ+aQ60pve05Okon9tKMC+YN3j6XyeFoHnaim7Lt9WVafQsA==",
  "_location": "/pg-cursor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pg-cursor@2.15.3",
    "name": "pg-cursor",
    "escapedName": "pg-cursor",
    "rawSpec": "2.15.3",
    "saveSpec": null,
    "fetchSpec": "2.15.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.15.3.tgz",
  "_spec": "2.15.3",
  "_where": "/var/www/html/ingweb/backend",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "description": "Query cursor extension for node-postgres",
  "devDependencies": {
    "mocha": "^10.5.2",
    "pg": "^8.16.3"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    ".": {
      "import": "./esm/index.mjs",
      "require": "./index.js",
      "default": "./index.js"
    }
  },
  "files": [
    "index.js",
    "esm"
  ],
  "gitHead": "8f8e7315e8f7c1bb01e98fdb41c8c92585510782",
  "homepage": "https://github.com/brianc/node-postgres#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "pg-cursor",
  "peerDependencies": {
    "pg": "^8"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git",
    "directory": "packages/pg-cursor"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.15.3"
}
