Guest User

Untitled

a guest
Oct 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. {
  2. obj: {
  3. name: { },
  4. password: { },
  5. email: {
  6. lowercase: true
  7. }
  8. },
  9. paths: {
  10. name: {
  11. enumValues: [],
  12. regExp: null,
  13. path: 'name',
  14. instance: 'String',
  15. validators: [],
  16. setters: [],
  17. getters: [],
  18. options: { },
  19. _index: null
  20. },
  21. password: {
  22. enumValues: [],
  23. regExp: null,
  24. path: 'password',
  25. instance: 'String',
  26. validators: [],
  27. setters: [
  28. null
  29. ],
  30. getters: [],
  31. options: { },
  32. _index: null
  33. },
  34. email: {
  35. enumValues: [],
  36. regExp: null,
  37. path: 'email',
  38. instance: 'String',
  39. validators: [],
  40. setters: [
  41. null
  42. ],
  43. getters: [],
  44. options: {
  45. lowercase: true
  46. },
  47. _index: null
  48. },
  49. _id: {
  50. path: '_id',
  51. instance: 'ObjectID',
  52. validators: [],
  53. setters: [
  54. null
  55. ],
  56. getters: [],
  57. options: {
  58. auto: true
  59. },
  60. _index: null
  61. },
  62. __v: {
  63. path: '__v',
  64. instance: 'Number',
  65. validators: [],
  66. setters: [],
  67. getters: [],
  68. options: { },
  69. _index: null
  70. }
  71. },
  72. subpaths: { },
  73. virtuals: {
  74. id: {
  75. path: 'id',
  76. getters: [
  77. null
  78. ],
  79. setters: [],
  80. options: { }
  81. }
  82. },
  83. singleNestedPaths: { },
  84. nested: { },
  85. inherits: { },
  86. callQueue: [
  87. [
  88. 'pre',
  89. {
  90. 0: 'save',
  91. 1: false
  92. }
  93. ],
  94. [
  95. 'pre',
  96. {
  97. 0: 'save',
  98. 1: true
  99. }
  100. ],
  101. [
  102. 'pre',
  103. {
  104. 0: 'validate',
  105. 1: true
  106. }
  107. ],
  108. [
  109. 'pre',
  110. {
  111. 0: 'remove',
  112. 1: true
  113. }
  114. ]
  115. ],
  116. _indexes: [],
  117. methods: { },
  118. statics: { },
  119. tree: {
  120. name: { },
  121. password: { },
  122. email: {
  123. lowercase: true
  124. },
  125. _id: {
  126. auto: true
  127. },
  128. id: {
  129. path: 'id',
  130. getters: [
  131. null
  132. ],
  133. setters: [],
  134. options: { }
  135. }
  136. },
  137. query: { },
  138. childSchemas: [],
  139. s: {
  140. hooks: {
  141. _pres: { },
  142. _posts: { }
  143. },
  144. kareemHooks: {
  145. count: true,
  146. find: true,
  147. findOne: true,
  148. findOneAndUpdate: true,
  149. findOneAndRemove: true,
  150. insertMany: true,
  151. update: true,
  152. updateMany: true,
  153. updateOne: true
  154. }
  155. },
  156. options: {
  157. retainKeyOrder: false,
  158. typeKey: 'type',
  159. id: true,
  160. noVirtualId: false,
  161. _id: true,
  162. noId: false,
  163. validateBeforeSave: true,
  164. read: null,
  165. shardKey: null,
  166. autoIndex: null,
  167. minimize: true,
  168. discriminatorKey: '__t',
  169. versionKey: '__v',
  170. capped: false,
  171. bufferCommands: true,
  172. strict: true,
  173. pluralization: true
  174. },
  175. $globalPluginsApplied: true
  176. }
Add Comment
Please, Sign In to add comment