-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.32 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.32 KB
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
85
86
87
88
89
90
91
92
93
{
"_args": [
[
"postgres-array@~1.0.0",
"/Users/dmanjunath/Documents/node-redshift/node_modules/pg-types"
]
],
"_from": "postgres-array@>=1.0.0 <1.1.0",
"_id": "postgres-array@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/postgres-array",
"_nodeVersion": "7.1.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/postgres-array-1.0.2.tgz_1481324051273_0.7649495950900018"
},
"_npmUser": {
"email": "bvdrucker@gmail.com",
"name": "bendrucker"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"name": "postgres-array",
"raw": "postgres-array@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/pg-types"
],
"_resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.2.tgz",
"_shasum": "8e0b32eb03bf77a5c0a7851e0441c169a256a238",
"_shrinkwrap": null,
"_spec": "postgres-array@~1.0.0",
"_where": "/Users/dmanjunath/Documents/node-redshift/node_modules/pg-types",
"author": {
"email": "bvdrucker@gmail.com",
"name": "Ben Drucker",
"url": "bendrucker.me"
},
"bugs": {
"url": "https://github.com/bendrucker/postgres-array/issues"
},
"dependencies": {},
"description": "Parse postgres array columns",
"devDependencies": {
"ap": "^0.2.0",
"standard": "^4.0.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "8e0b32eb03bf77a5c0a7851e0441c169a256a238",
"tarball": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"readme.md"
],
"gitHead": "f683e48602e00833c09713f4511c740534c4e32d",
"homepage": "https://github.com/bendrucker/postgres-array#readme",
"keywords": [
"postgres",
"array",
"parser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "bvdrucker@gmail.com",
"name": "bendrucker"
}
],
"name": "postgres-array",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/postgres-array.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.2"
}