-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.28 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.28 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
{
"_args": [
[
"postgres-date@~1.0.0",
"/Users/dmanjunath/Documents/node-redshift/node_modules/pg-types"
]
],
"_from": "postgres-date@>=1.0.0 <1.1.0",
"_id": "postgres-date@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/postgres-date",
"_nodeVersion": "5.11.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/postgres-date-1.0.3.tgz_1467778611321_0.30105624767020345"
},
"_npmUser": {
"email": "bvdrucker@gmail.com",
"name": "bendrucker"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "postgres-date",
"raw": "postgres-date@~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-date/-/postgres-date-1.0.3.tgz",
"_shasum": "e2d89702efdb258ff9d9cee0fe91bd06975257a8",
"_shrinkwrap": null,
"_spec": "postgres-date@~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-date/issues"
},
"dependencies": {},
"description": "Postgres date column parser",
"devDependencies": {
"standard": "^4.0.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "e2d89702efdb258ff9d9cee0fe91bd06975257a8",
"tarball": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"readme.md"
],
"gitHead": "b4156af39aa661a719b907ecc78bdc44d7fcb55a",
"homepage": "https://github.com/bendrucker/postgres-date#readme",
"keywords": [
"postgres",
"date",
"parser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "bvdrucker@gmail.com",
"name": "bendrucker"
}
],
"name": "postgres-date",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/postgres-date.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.3"
}