prepositions.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. module.exports = [
  2. 'a'
  3. , 'abaft'
  4. , 'aboard'
  5. , 'about'
  6. , 'above'
  7. , 'absent'
  8. , 'across'
  9. , 'afore'
  10. , 'after'
  11. , 'against'
  12. , 'along'
  13. , 'alongside'
  14. , 'amid'
  15. , 'amidst'
  16. , 'among'
  17. , 'amongst'
  18. , 'an'
  19. , 'apropos'
  20. , 'apud'
  21. , 'around'
  22. , 'as'
  23. , 'aside'
  24. , 'astride'
  25. , 'at'
  26. , 'athwart'
  27. , 'atop'
  28. , 'barring'
  29. , 'before'
  30. , 'behind'
  31. , 'below'
  32. , 'beneath'
  33. , 'beside'
  34. , 'besides'
  35. , 'between'
  36. , 'beyond'
  37. , 'but'
  38. , 'by'
  39. , 'circa'
  40. , 'concerning'
  41. , 'despite'
  42. , 'down'
  43. , 'during'
  44. , 'except'
  45. , 'excluding'
  46. , 'failing'
  47. , 'following'
  48. , 'for'
  49. , 'forenenst'
  50. , 'from'
  51. , 'given'
  52. , 'in'
  53. , 'including'
  54. , 'inside'
  55. , 'into'
  56. , 'like'
  57. , 'mid'
  58. , 'midst'
  59. , 'minus'
  60. , 'modulo'
  61. , 'near'
  62. , 'next'
  63. , 'notwithstanding'
  64. , 'o\''
  65. , 'of'
  66. , 'off'
  67. , 'on'
  68. , 'onto'
  69. , 'opposite'
  70. , 'out'
  71. , 'outside'
  72. , 'over'
  73. , 'pace'
  74. , 'past'
  75. , 'per'
  76. , 'plus'
  77. , 'pro'
  78. , 'qua'
  79. , 'regarding'
  80. , 'round'
  81. , 'sans'
  82. , 'save'
  83. , 'since'
  84. , 'than'
  85. , 'through'
  86. , 'throughout'
  87. , 'thru'
  88. , 'thruout'
  89. , 'till'
  90. , 'times'
  91. , 'to'
  92. , 'toward'
  93. , 'towards'
  94. , 'under'
  95. , 'underneath'
  96. , 'unlike'
  97. , 'until'
  98. , 'unto'
  99. , 'up'
  100. , 'upon'
  101. , 'versus'
  102. , 'via'
  103. , 'vice'
  104. , 'vis-à-vis'
  105. , 'with'
  106. , 'within'
  107. , 'without'
  108. , 'worth'
  109. ]