| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "pgpass@1.x",
- "_id": "pgpass@1.0.5",
- "_inBundle": false,
- "_integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
- "_location": "/pgpass",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pgpass@1.x",
- "name": "pgpass",
- "escapedName": "pgpass",
- "rawSpec": "1.x",
- "saveSpec": null,
- "fetchSpec": "1.x"
- },
- "_requiredBy": [
- "/pg"
- ],
- "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
- "_shasum": "9b873e4a564bb10fa7a7dbd55312728d422a223d",
- "_spec": "pgpass@1.x",
- "_where": "F:\\project\\node_util\\node_modules\\pg",
- "author": {
- "name": "Hannes Hörl",
- "email": "hannes.hoerl+pgpass@snowreporter.com"
- },
- "bugs": {
- "url": "https://github.com/hoegaarden/pgpass/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "split2": "^4.1.0"
- },
- "deprecated": false,
- "description": "Module for reading .pgpass",
- "devDependencies": {
- "jshint": "^2.12.0",
- "mocha": "^8.2.0",
- "nyc": "^15.1.0",
- "pg": "^8.4.1",
- "pg-escape": "^0.2.0",
- "pg-native": "3.0.0",
- "resumer": "0.0.0",
- "tmp": "^0.2.1",
- "which": "^2.0.2"
- },
- "homepage": "https://github.com/hoegaarden/pgpass#readme",
- "keywords": [
- "postgres",
- "pg",
- "pgpass",
- "password",
- "postgresql"
- ],
- "license": "MIT",
- "main": "lib/index",
- "name": "pgpass",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hoegaarden/pgpass.git"
- },
- "scripts": {
- "_covered_test": "nyc --reporter html --reporter text \"$npm_execpath\" run _test",
- "_hint": "jshint --exclude node_modules --verbose lib test",
- "_test": "mocha --recursive -R list",
- "pretest": "chmod 600 ./test/_pgpass",
- "test": "\"$npm_execpath\" run _hint && \"$npm_execpath\" run _covered_test"
- },
- "version": "1.0.5"
- }
|