codexparser 0.1.88 → 0.1.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codexparser",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.89",
|
|
4
4
|
"description": "This is a Javascript Bible parser and text scanner. It will search through texts and collate all scripture references into an array and parse them into objects, and it will parse passages into objects by book, chapter, verse, and testament. ",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -95,69 +95,69 @@ module.exports = {
|
|
|
95
95
|
eng: "13:18",
|
|
96
96
|
},
|
|
97
97
|
"14:16": {
|
|
98
|
-
lxx: "14:
|
|
98
|
+
lxx: "14:15",
|
|
99
99
|
mt: "14:16",
|
|
100
100
|
eng: "14:16",
|
|
101
101
|
},
|
|
102
102
|
"14:17": {
|
|
103
|
-
lxx: "14:
|
|
103
|
+
lxx: "14:16",
|
|
104
104
|
mt: "14:17",
|
|
105
105
|
eng: "14:17",
|
|
106
106
|
},
|
|
107
107
|
"14:18": {
|
|
108
|
-
lxx: "14:
|
|
108
|
+
lxx: "14:17",
|
|
109
109
|
mt: "14:18",
|
|
110
110
|
eng: "14:18",
|
|
111
111
|
},
|
|
112
112
|
"14:19": {
|
|
113
|
-
lxx: "14:
|
|
113
|
+
lxx: "14:18",
|
|
114
114
|
mt: "14:19",
|
|
115
115
|
eng: "14:19",
|
|
116
116
|
},
|
|
117
117
|
"14:20": {
|
|
118
|
-
lxx: "14:
|
|
118
|
+
lxx: "14:19",
|
|
119
119
|
mt: "14:20",
|
|
120
120
|
eng: "14:20",
|
|
121
121
|
},
|
|
122
122
|
"14:21": {
|
|
123
|
-
lxx: "14:
|
|
123
|
+
lxx: "14:20",
|
|
124
124
|
mt: "14:21",
|
|
125
125
|
eng: "14:21",
|
|
126
126
|
},
|
|
127
127
|
"14:22": {
|
|
128
|
-
lxx: "14:
|
|
128
|
+
lxx: "14:21",
|
|
129
129
|
mt: "14:22",
|
|
130
130
|
eng: "14:22",
|
|
131
131
|
},
|
|
132
132
|
"14:23": {
|
|
133
|
-
lxx: "14:
|
|
133
|
+
lxx: "14:22",
|
|
134
134
|
mt: "14:23",
|
|
135
135
|
eng: "14:23",
|
|
136
136
|
},
|
|
137
137
|
"14:24": {
|
|
138
|
-
lxx: "14:
|
|
138
|
+
lxx: "14:23",
|
|
139
139
|
mt: "14:24",
|
|
140
140
|
eng: "14:24",
|
|
141
141
|
},
|
|
142
142
|
"14:25": {
|
|
143
|
-
lxx: "14:
|
|
143
|
+
lxx: "14:24",
|
|
144
144
|
mt: "14:25",
|
|
145
145
|
eng: "14:25",
|
|
146
146
|
},
|
|
147
147
|
"14:26": {
|
|
148
|
-
lxx: "14:
|
|
148
|
+
lxx: "14:25",
|
|
149
149
|
mt: "14:26",
|
|
150
150
|
eng: "14:26",
|
|
151
151
|
},
|
|
152
152
|
"14:27": {
|
|
153
|
-
lxx: "14:
|
|
153
|
+
lxx: "14:26",
|
|
154
154
|
mt: "14:27",
|
|
155
155
|
eng: "14:27",
|
|
156
156
|
},
|
|
157
|
-
"14:
|
|
158
|
-
lxx: "14:
|
|
159
|
-
mt: "14:
|
|
160
|
-
eng: "14:
|
|
157
|
+
"14:29": {
|
|
158
|
+
lxx: "14:28",
|
|
159
|
+
mt: "14:29",
|
|
160
|
+
eng: "14:29",
|
|
161
161
|
},
|
|
162
162
|
"22:30": {
|
|
163
163
|
lxx: "23:1",
|