Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. Query {
  2. _mongooseOptions: {},
  3. mongooseCollection:
  4. NativeCollection {
  5. collection: Collection { s: [Object] },
  6. opts:
  7. { bufferCommands: true,
  8. capped: false,
  9. '$wasForceClosed': undefined },
  10. name: 'sites',
  11. collectionName: 'sites',
  12. conn:
  13. NativeConnection {
  14. base: [Object],
  15. collections: [Object],
  16. models: [Object],
  17. config: [Object],
  18. replica: false,
  19. hosts: null,
  20. host: 'localhost',
  21. port: 27017,
  22. user: null,
  23. pass: null,
  24. name: 'hosts',
  25. options: null,
  26. otherDbs: [],
  27. states: [Object],
  28. _readyState: 1,
  29. _closeCalled: false,
  30. _hasOpened: true,
  31. _listening: false,
  32. _connectionOptions: {},
  33. db: [Object],
  34. _events: [Object],
  35. _eventsCount: 1 },
  36. queue: [],
  37. buffer: false,
  38. emitter:
  39. EventEmitter {
  40. domain: null,
  41. _events: {},
  42. _eventsCount: 0,
  43. _maxListeners: undefined } },
  44. model:
  45. { [Function: model]
  46. hooks: Kareem { _pres: {}, _posts: {} },
  47. base:
  48. Mongoose {
  49. connections: [Array],
  50. models: [Object],
  51. modelSchemas: [Object],
  52. options: [Object],
  53. plugins: [Array] },
  54. modelName: 'Site',
  55. model: [Function: model],
  56. db:
  57. NativeConnection {
  58. base: [Object],
  59. collections: [Object],
  60. models: [Object],
  61. config: [Object],
  62. replica: false,
  63. hosts: null,
  64. host: 'localhost',
  65. port: 27017,
  66. user: null,
  67. pass: null,
  68. name: 'hosts',
  69. options: null,
  70. otherDbs: [],
  71. states: [Object],
  72. _readyState: 1,
  73. _closeCalled: false,
  74. _hasOpened: true,
  75. _listening: false,
  76. _connectionOptions: {},
  77. db: [Object],
  78. _events: [Object],
  79. _eventsCount: 1 },
  80. discriminators: undefined,
  81. '$appliedMethods': true,
  82. '$appliedHooks': true,
  83. _events: { init: [Function], save: [Function] },
  84. _eventsCount: 2,
  85. schema:
  86. Schema {
  87. obj: [Object],
  88. paths: [Object],
  89. aliases: {},
  90. subpaths: {},
  91. virtuals: [Object],
  92. singleNestedPaths: {},
  93. nested: {},
  94. inherits: {},
  95. callQueue: [Array],
  96. _indexes: [],
  97. methods: {},
  98. statics: {},
  99. tree: [Object],
  100. query: {},
  101. childSchemas: [],
  102. plugins: [Array],
  103. s: [Object],
  104. _userProvidedOptions: undefined,
  105. options: [Object],
  106. '$globalPluginsApplied': true },
  107. collection:
  108. NativeCollection {
  109. collection: [Object],
  110. opts: [Object],
  111. name: 'sites',
  112. collectionName: 'sites',
  113. conn: [Object],
  114. queue: [],
  115. buffer: false,
  116. emitter: [Object] },
  117. Query: { [Function] base: [Object] },
  118. '$__insertMany': [Function],
  119. insertMany: [Function],
  120. '$init': Promise { [Circular] } },
  121. schema:
  122. Schema {
  123. obj:
  124. { name: [Object],
  125. url: [Function: String],
  126. status: [Function: String] },
  127. paths:
  128. { name: [Object],
  129. url: [Object],
  130. status: [Object],
  131. _id: [Object],
  132. __v: [Object] },
  133. aliases: {},
  134. subpaths: {},
  135. virtuals: { id: [Object] },
  136. singleNestedPaths: {},
  137. nested: {},
  138. inherits: {},
  139. callQueue: [ [Array], [Array], [Array], [Array], [Array], [Array] ],
  140. _indexes: [],
  141. methods: {},
  142. statics: {},
  143. tree:
  144. { name: [Object],
  145. url: [Function: String],
  146. status: [Function: String],
  147. _id: [Object],
  148. __v: [Function: Number],
  149. id: [Object] },
  150. query: {},
  151. childSchemas: [],
  152. plugins: [ [Object], [Object], [Object], [Object] ],
  153. s: { hooks: [Object], kareemHooks: [Object] },
  154. _userProvidedOptions: undefined,
  155. options:
  156. { retainKeyOrder: false,
  157. typeKey: 'type',
  158. id: true,
  159. noVirtualId: false,
  160. _id: true,
  161. noId: false,
  162. validateBeforeSave: true,
  163. read: null,
  164. shardKey: null,
  165. autoIndex: null,
  166. minimize: true,
  167. discriminatorKey: '__t',
  168. versionKey: '__v',
  169. capped: false,
  170. bufferCommands: true,
  171. strict: true,
  172. pluralization: true },
  173. '$globalPluginsApplied': true },
  174. op: 'find',
  175. options: { retainKeyOrder: false },
  176. _conditions: { _id: undefined },
  177. _fields: undefined,
  178. _update: undefined,
  179. _path: undefined,
  180. _distinct: undefined,
  181. _collection:
  182. NodeCollection {
  183. collection:
  184. NativeCollection {
  185. collection: [Object],
  186. opts: [Object],
  187. name: 'sites',
  188. collectionName: 'sites',
  189. conn: [Object],
  190. queue: [],
  191. buffer: false,
  192. emitter: [Object] },
  193. collectionName: 'sites' },
  194. _traceFunction: undefined,
  195. _count: [Function],
  196. _execUpdate: [Function],
  197. _find: [Function],
  198. _findOne: [Function],
  199. _findOneAndRemove: [Function],
  200. _findOneAndUpdate: [Function],
  201. _replaceOne: [Function],
  202. _updateMany: [Function],
  203. _updateOne: [Function] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement