schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_args": [
    [
      "pgpass@1.0.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "pgpass@1.0.2",
  "_id": "pgpass@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-Knu0G2BltnkH6R2hsHwYR8h3swY=",
  "_location": "/pgpass",
  "_phantomChildren": {
    "through": "2.3.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pgpass@1.0.2",
    "name": "pgpass",
    "escapedName": "pgpass",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Hannes Hörl",
    "email": "hannes.hoerl+pgpass@snowreporter.com"
  },
  "bugs": {
    "url": "https://github.com/hoegaarden/pgpass/issues"
  },
  "dependencies": {
    "split": "^1.0.0"
  },
  "description": "Module for reading .pgpass",
  "devDependencies": {
    "jscoverage": "^0.6.0",
    "jshint": "^2.9.2",
    "mocha": "^2.5.3",
    "pg": "^4.5.6",
    "pg-escape": "^0.2.0",
    "pg-native": "^1.10.0",
    "resumer": "0.0.0",
    "tmp": "0.0.28",
    "which": "^1.2.10"
  },
  "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": {
    "coverage": "rm -rf -- lib-cov ; jscoverage lib lib-cov && mocha --recursive -R html-cov > coverage.html",
    "hint": "jshint --verbose lib test",
    "pretest": "chmod 600 ./test/_pgpass",
    "test": "npm run hint && mocha --recursive -R list && npm run coverage"
  },
  "version": "1.0.2"
}