File tree 11 files changed +0
-77
lines changed
11 files changed +0
-77
lines changed Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var EventEmitter = require ( 'events' ) . EventEmitter
11
4
var util = require ( 'util' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var dns = require ( 'dns' )
11
4
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var net = require ( 'net' )
11
4
var EventEmitter = require ( 'events' ) . EventEmitter
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
module . exports = {
11
4
// database host. defaults to localhost
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var Client = require ( './client' )
11
4
var defaults = require ( './defaults' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
// eslint-disable-next-line
11
4
var Native = require ( 'pg-native' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var EventEmitter = require ( 'events' ) . EventEmitter
11
4
var util = require ( 'util' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
const { EventEmitter } = require ( 'events' )
11
4
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var types = require ( 'pg-types' )
11
4
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
var types = require ( 'pg-types' )
11
4
Original file line number Diff line number Diff line change 1
1
'use strict'
2
- /**
3
- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4
- * All rights reserved.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * README.md file in the root directory of this source tree.
8
- */
9
2
10
3
const crypto = require ( 'crypto' )
11
4
You can’t perform that action at this time.
0 commit comments