Advertisement
Guest User

Mongoose-object

a guest
Oct 27th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. -$__: {
  3. strictMode: true,
  4. getters: { },
  5. wasPopulated: false,
  6. -activePaths: {
  7. -paths: {
  8. __v: "init",
  9. description: "init",
  10. name: "init",
  11. _id: "init"
  12. },
  13. -states: {
  14. ignore: { },
  15. default: { },
  16. -init: {
  17. __v: true,
  18. description: true,
  19. name: true,
  20. _id: true
  21. },
  22. modify: { },
  23. require: { }
  24. },
  25. -stateNames: [
  26. "require",
  27. "modify",
  28. "init",
  29. "default",
  30. "ignore"
  31. ]
  32. }
  33. },
  34. isNew: false,
  35. _maxListeners: 0,
  36. -_doc: {
  37. __v: 0,
  38. name: "John",
  39. _id: "613614asdfa6115"
  40. },
  41. -_pres: {
  42. -save: [
  43. null,
  44. null,
  45. null
  46. ]
  47. },
  48. -_posts: {
  49. save: [ ]
  50. },
  51. _events: { }
  52. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement