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
| {
| "_args": [
| [
| "pg-connection-string@0.1.3",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "pg-connection-string@0.1.3",
| "_id": "pg-connection-string@0.1.3",
| "_inBundle": false,
| "_integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=",
| "_location": "/pg-connection-string",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "pg-connection-string@0.1.3",
| "name": "pg-connection-string",
| "escapedName": "pg-connection-string",
| "rawSpec": "0.1.3",
| "saveSpec": null,
| "fetchSpec": "0.1.3"
| },
| "_requiredBy": [
| "/pg"
| ],
| "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-0.1.3.tgz",
| "_spec": "0.1.3",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Blaine Bublitz",
| "email": "blaine@iceddev.com",
| "url": "http://iceddev.com/"
| },
| "bugs": {
| "url": "https://github.com/iceddev/pg-connection-string/issues"
| },
| "dependencies": {},
| "description": "Functions for dealing with a PostgresSQL connection string",
| "devDependencies": {
| "tap": "^0.4.11"
| },
| "homepage": "https://github.com/iceddev/pg-connection-string",
| "keywords": [
| "pg",
| "connection",
| "string",
| "parse"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "pg-connection-string",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/iceddev/pg-connection-string.git"
| },
| "scripts": {
| "test": "tap ./test"
| },
| "version": "0.1.3"
| }
|
|