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
77
78
79
80
81
82
83
84
| {
| "_args": [
| [
| "pg@7.12.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "pg@7.12.1",
| "_id": "pg@7.12.1",
| "_inBundle": false,
| "_integrity": "sha512-l1UuyfEvoswYfcUe6k+JaxiN+5vkOgYcVSbSuw3FvdLqDbaoa2RJo1zfJKfPsSYPFVERd4GHvX3s2PjG1asSDA==",
| "_location": "/pg",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "pg@7.12.1",
| "name": "pg",
| "escapedName": "pg",
| "rawSpec": "7.12.1",
| "saveSpec": null,
| "fetchSpec": "7.12.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/pg/-/pg-7.12.1.tgz",
| "_spec": "7.12.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Brian Carlson",
| "email": "brian.m.carlson@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/brianc/node-postgres/issues"
| },
| "dependencies": {
| "buffer-writer": "2.0.0",
| "packet-reader": "1.0.0",
| "pg-connection-string": "0.1.3",
| "pg-pool": "^2.0.4",
| "pg-types": "^2.1.0",
| "pgpass": "1.x",
| "semver": "4.3.2"
| },
| "description": "PostgreSQL client - pure javascript & libpq with the same API",
| "devDependencies": {
| "async": "0.9.0",
| "bluebird": "3.5.2",
| "co": "4.6.0",
| "eslint": "^6.0.1",
| "eslint-config-standard": "^13.0.1",
| "eslint-plugin-import": "^2.18.1",
| "eslint-plugin-node": "^9.1.0",
| "eslint-plugin-promise": "^4.2.1",
| "eslint-plugin-standard": "^4.0.0",
| "pg-copy-streams": "0.3.0"
| },
| "engines": {
| "node": ">= 4.5.0"
| },
| "homepage": "http://github.com/brianc/node-postgres",
| "keywords": [
| "database",
| "libpq",
| "pg",
| "postgre",
| "postgres",
| "postgresql",
| "rdbms"
| ],
| "license": "MIT",
| "main": "./lib",
| "minNativeVersion": "2.0.0",
| "name": "pg",
| "repository": {
| "type": "git",
| "url": "git://github.com/brianc/node-postgres.git"
| },
| "scripts": {
| "test": "make test-all"
| },
| "version": "7.12.1"
| }
|
|