gedcom.json 1.0.8 → 1.0.10

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.
Files changed (68) hide show
  1. package/README.md +246 -256
  2. package/dist/ToJSON/console.js +15 -12
  3. package/dist/ToJSON/console.js.map +1 -1
  4. package/dist/ToJSON/models/DefinitionCache.js.map +1 -1
  5. package/dist/ToJSON/models/LineParsingResult.js.map +1 -1
  6. package/dist/ToJSON/models/ParsedLine.js +1 -1
  7. package/dist/ToJSON/models/ParsedLine.js.map +1 -1
  8. package/dist/ToJSON/models/Parsing.js +8 -6
  9. package/dist/ToJSON/models/Parsing.js.map +1 -1
  10. package/dist/ToJSON/models/ParsingObject.js.map +1 -1
  11. package/dist/ToJSON/models/ParsingOptions.js.map +1 -1
  12. package/dist/ToJSON/models/ParsingPath.js.map +1 -1
  13. package/dist/ToJSON/models/ParsingResult.js.map +1 -1
  14. package/dist/ToJSON/models/StatisticLine.js.map +1 -1
  15. package/dist/ToJSON/models/Statistics.js +2 -2
  16. package/dist/ToJSON/models/Statistics.js.map +1 -1
  17. package/dist/ToJSON/models/Store.js +11 -11
  18. package/dist/ToJSON/models/Store.js.map +1 -1
  19. package/dist/ToJSON/models/TagDefinition.js +11 -11
  20. package/dist/ToJSON/models/TagDefinition.js.map +1 -1
  21. package/dist/ToJSON/parsing/lineHelper.js +8 -8
  22. package/dist/ToJSON/parsing/lineHelper.js.map +1 -1
  23. package/dist/ToJSON/parsing/lineValidation.js +6 -6
  24. package/dist/ToJSON/parsing/lineValidation.js.map +1 -1
  25. package/dist/ToJSON/parsing/parseDate.js +84 -84
  26. package/dist/ToJSON/parsing/parseDate.js.map +1 -1
  27. package/dist/ToJSON/parsing/parseLine.js +8 -8
  28. package/dist/ToJSON/parsing/parseLine.js.map +1 -1
  29. package/dist/ToJSON/parsing/parsing.js +17 -17
  30. package/dist/ToJSON/parsing/parsing.js.map +1 -1
  31. package/dist/ToJSON/parsing/processLine.js +18 -18
  32. package/dist/ToJSON/parsing/processLine.js.map +1 -1
  33. package/dist/ToJSON/processing/manipulateValues.js +9 -10
  34. package/dist/ToJSON/processing/manipulateValues.js.map +1 -1
  35. package/dist/ToJSON/processing/result.js +87 -80
  36. package/dist/ToJSON/processing/result.js.map +1 -1
  37. package/dist/common.js +5 -5
  38. package/dist/common.js.map +1 -1
  39. package/dist/console.js +4 -4
  40. package/dist/console.js.map +1 -1
  41. package/dist/index.js.map +1 -1
  42. package/options/version551.yaml +303 -296
  43. package/package.json +13 -8
  44. package/src/ToJSON/console.ts +67 -67
  45. package/src/ToJSON/models/DefinitionCache.ts +7 -7
  46. package/src/ToJSON/models/LineParsingResult.ts +7 -7
  47. package/src/ToJSON/models/ParsedLine.ts +35 -35
  48. package/src/ToJSON/models/Parsing.ts +45 -41
  49. package/src/ToJSON/models/ParsingObject.ts +16 -16
  50. package/src/ToJSON/models/ParsingOptions.ts +41 -41
  51. package/src/ToJSON/models/ParsingPath.ts +7 -7
  52. package/src/ToJSON/models/ParsingResult.ts +10 -10
  53. package/src/ToJSON/models/StatisticLine.ts +16 -16
  54. package/src/ToJSON/models/Statistics.ts +63 -63
  55. package/src/ToJSON/models/Store.ts +106 -108
  56. package/src/ToJSON/models/TagDefinition.ts +123 -122
  57. package/src/ToJSON/parsing/lineHelper.ts +21 -21
  58. package/src/ToJSON/parsing/lineValidation.ts +39 -40
  59. package/src/ToJSON/parsing/parseDate.ts +280 -286
  60. package/src/ToJSON/parsing/parseLine.ts +33 -33
  61. package/src/ToJSON/parsing/parsing.ts +134 -141
  62. package/src/ToJSON/parsing/processLine.ts +112 -109
  63. package/src/ToJSON/processing/manipulateValues.ts +52 -53
  64. package/src/ToJSON/processing/result.ts +247 -241
  65. package/src/common.ts +14 -14
  66. package/src/console.ts +7 -8
  67. package/src/index.ts +3 -6
  68. package/test.json +0 -323
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sEAAkD;AAI9C,sBAJG,iBAAW,CAIH;AAHf,oFAA4D;AAIxD,yBAJG,wBAAc,CAIH"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sEAAkD;AAGzC,sBAHF,iBAAW,CAGE;AAFpB,oFAA4D;AAEtC,yBAFf,wBAAc,CAEe"}
@@ -1,298 +1,305 @@
1
1
  Definition:
2
- - Tag: ABBR
3
- Property: Abbreviation
4
- - Tag: ADDR
5
- Property: Address
6
- - Tag: ADR1
7
- Property: Adress1
8
- - Tag: ADR2
9
- Property: Adress2
10
- - Tag: ADR3
11
- Property: Adress3
12
- - Tag: ADOP
13
- Property: Adoption
14
- - Tag: AFN
15
- Property: AncestralFileNumber
16
- - Tag: AGE
17
- Property: Age
18
- - Tag: AGNC
19
- Property: Agency
20
- - Tag: ALIA
21
- Property: Alias
22
- - Tag: ANCE
23
- Property: Ancestors
24
- - Tag: ANCI
25
- Property: AncesInterest
26
- - Tag: ANUL
27
- Property: Annulment
28
- - Tag: ASSO
29
- Property: Associates
30
- - Tag: AUTH
31
- Property: Author
32
- - Tag: BAPL
33
- Property: BaptismLds
34
- - Tag: BAPM
35
- Property: Baptism
36
- - Tag: BARM
37
- Property: BarMitzvah
38
- - Tag: BASM
39
- Property: BasMitzvah
40
- - Tag: BIRT
41
- Property: Birth
42
- - Tag: BLES
43
- Property: Blessing
44
- - Tag: CALN
45
- Property: CallNumber
46
- - Tag: CAST
47
- Property: Caste
48
- - Tag: CAUS
49
- Property: Cause
50
- - Tag: CENS
51
- Property: Census
52
- - Tag: CHIL
53
- Property: Children
54
- - Tag: BASM
55
- Property: BasMitzvah
56
- - Tag: BURI
57
- Property: Burial
58
- - Tag: CHAN
59
- Property: Changed
60
- - Tag: CHAR
61
- Property: Characters
62
- - Tag: CHR
63
- Property: Christening
64
- - Tag: CHRA
65
- Property: AdultChristening
66
- - Tag: CITY
67
- Property: City
68
- - Tag: CONC
69
- MergeWithLast: true
70
- - Tag: CONF
71
- Property: Confirmation
72
- - Tag: CONL
73
- Property: ConfirmationLds
74
- - Tag: CONT
75
- MergeWithLast: true
76
- StartWith: \n
77
- - Tag: COPR
78
- Property: Copyright
79
- - Tag: CORP
80
- Property: Corporation
81
- - Tag: CREM
82
- Property: Cremation
83
- - Tag: CTRY
84
- Property: Country
85
- - Tag: DATA
86
- Property: Data
87
- - Tag: DATE
88
- Property: Date
89
- Type: Date
90
- - Tag: DESC
91
- Property: Descendants
92
- - Tag: DESI
93
- Property: DescendantInt
94
- - Tag: DEST
95
- Property: Destination
96
- - Tag: DEAT
97
- Property: Death
98
- - Tag: DIV
99
- Property: Divorce
100
- - Tag: DIVF
101
- Property: DivorceFiled
102
- - Tag: DSCR
103
- Property: PhysicalDescription
104
- - Tag: EDUC
105
- Property: Education
106
- - Tag: EMAIL
107
- Property: EMail
108
- Replace:
109
- Value: "@@"
110
- With: "@"
111
- - Tag: EMIG
112
- Property: Emigration
113
- - Tag: ENDL
114
- Property: Endowment
115
- - Tag: ENGA
116
- Property: Engagement
117
- - Tag: EVEN
118
- CollectAs: Events
119
- Property: Name
120
- - Tag: FACT
121
- Property: Fact
122
- - Tag: FAM
123
- CollectAs: Relations
124
- CollectAsArray: true
125
- Property: Id
126
- - Tag: FAMC
127
- Property: Relations
128
- - Tag: FAMF
129
- Property: FamilyFile
130
- - Tag: FAMS
131
- Property: Relations
132
- - Tag: FAX
133
- Property: Fax
134
- - Tag: FCOM
135
- Property: FirstCommunion
136
- - Tag: FILE
137
- Property: File
138
- - Tag: FONE
139
- Property: Phonetic
140
- - Tag: FORM
141
- Property: Format
142
- - Tag: GRAD
143
- Property: Graduation
144
- - Tag: GEDC
145
- CollectAs: Gedcom
146
- - Tag: HEAD
147
- CollectAs: Head
148
- - Tag: HUSB
149
- Property: Husband
150
- - Tag: INDI
151
- CollectAs: Individuals
152
- CollectAsArray: true
153
- Property: Id
154
- Properties:
155
- - Tag: NAME
156
- Property: Fullname
2
+ - Tag: ABBR
3
+ Property: Abbreviation
4
+ - Tag: ADDR
5
+ Property: Address
6
+ - Tag: ADR1
7
+ Property: Adress1
8
+ - Tag: ADR2
9
+ Property: Adress2
10
+ - Tag: ADR3
11
+ Property: Adress3
12
+ - Tag: ADOP
13
+ Property: Adoption
14
+ - Tag: AFN
15
+ Property: AncestralFileNumber
16
+ - Tag: AGE
17
+ Property: Age
18
+ - Tag: AGNC
19
+ Property: Agency
20
+ - Tag: ALIA
21
+ Property: Alias
22
+ - Tag: ANCE
23
+ Property: Ancestors
24
+ - Tag: ANCI
25
+ Property: AncesInterest
26
+ - Tag: ANUL
27
+ Property: Annulment
28
+ - Tag: ASSO
29
+ Property: Associates
30
+ - Tag: AUTH
31
+ Property: Author
32
+ - Tag: BAPL
33
+ Property: BaptismLds
34
+ - Tag: BAPM
35
+ Property: Baptism
36
+ - Tag: BARM
37
+ Property: BarMitzvah
38
+ - Tag: BASM
39
+ Property: BasMitzvah
40
+ - Tag: BIRT
41
+ Property: Birth
42
+ - Tag: BLES
43
+ Property: Blessing
44
+ - Tag: CALN
45
+ Property: CallNumber
46
+ - Tag: CAST
47
+ Property: Caste
48
+ - Tag: CAUS
49
+ Property: Cause
50
+ - Tag: CENS
51
+ Property: Census
52
+ - Tag: CHIL
53
+ Property: Children
54
+ - Tag: BASM
55
+ Property: BasMitzvah
56
+ - Tag: BURI
57
+ Property: Burial
58
+ - Tag: CHAN
59
+ Property: Changed
60
+ - Tag: CHAR
61
+ Property: Characters
62
+ - Tag: CHR
63
+ Property: Christening
64
+ - Tag: CHRA
65
+ Property: AdultChristening
66
+ - Tag: CITY
67
+ Property: City
68
+ - Tag: CONC
69
+ MergeWithLast: true
70
+ - Tag: CONF
71
+ Property: Confirmation
72
+ - Tag: CONL
73
+ Property: ConfirmationLds
74
+ - Tag: CONT
75
+ MergeWithLast: true
76
+ StartWith: \n
77
+ - Tag: COPR
78
+ Property: Copyright
79
+ - Tag: CORP
80
+ Property: Corporation
81
+ - Tag: CREM
82
+ Property: Cremation
83
+ - Tag: CTRY
84
+ Property: Country
85
+ - Tag: DATA
86
+ Property: Data
87
+ - Tag: DATE
88
+ Property: Date
89
+ Type: Date
90
+ - Tag: DESC
91
+ Property: Descendants
92
+ - Tag: DESI
93
+ Property: DescendantInt
94
+ - Tag: DEST
95
+ Property: Destination
96
+ - Tag: DEAT
97
+ Property: Death
98
+ - Tag: DIV
99
+ Property: Divorce
100
+ - Tag: DIVF
101
+ Property: DivorceFiled
102
+ - Tag: DSCR
103
+ Property: PhysicalDescription
104
+ - Tag: EDUC
105
+ Property: Education
106
+ - Tag: EMAIL
107
+ Property: EMail
108
+ Replace:
109
+ Value: '@@'
110
+ With: '@'
111
+ - Tag: EMIG
112
+ Property: Emigration
113
+ - Tag: ENDL
114
+ Property: Endowment
115
+ - Tag: ENGA
116
+ Property: Engagement
117
+ - Tag: EVEN
118
+ CollectAs: Events
119
+ Property: Name
120
+ Properties:
121
+ - Tag: TYPE
122
+ Property: Type
123
+ MergeWithLast: EVEN
124
+ - Tag: PLAC
125
+ Property: Place
126
+ MergeWithLast: EVEN
127
+ - Tag: FACT
128
+ Property: Fact
129
+ - Tag: FAM
130
+ CollectAs: Relations
131
+ CollectAsArray: true
132
+ Property: Id
133
+ - Tag: FAMC
134
+ Property: Relations
135
+ - Tag: FAMF
136
+ Property: FamilyFile
137
+ - Tag: FAMS
138
+ Property: Relations
139
+ - Tag: FAX
140
+ Property: Fax
141
+ - Tag: FCOM
142
+ Property: FirstCommunion
143
+ - Tag: FILE
144
+ Property: File
145
+ - Tag: FONE
146
+ Property: Phonetic
147
+ - Tag: FORM
148
+ Property: Format
149
+ - Tag: GRAD
150
+ Property: Graduation
151
+ - Tag: GEDC
152
+ CollectAs: Gedcom
153
+ - Tag: HEAD
154
+ CollectAs: Head
155
+ - Tag: HUSB
156
+ Property: Husband
157
+ - Tag: INDI
158
+ CollectAs: Individuals
159
+ CollectAsArray: true
160
+ Property: Id
157
161
  Properties:
158
- - Tag: GIVN
159
- Property: Givenname
160
- MergeWithLast: INDI
161
- - Tag: SURN
162
- Property: Surname
163
- MergeWithLast: INDI
164
- - Tag: IDNO
165
- Property: IdentNumber
166
- - Tag: IMMI
167
- Property: Immigration
168
- - Tag: LANG
169
- Property: Language
170
- - Tag: LATI
171
- Property: Latitude
172
- - Tag: LONG
173
- Property: Longitude
174
- - Tag: MAP
175
- Property: Map
176
- - Tag: MARB
177
- Property: MarriageBanns
178
- - Tag: MARC
179
- Property: MarriageContract
180
- - Tag: MARL
181
- Property: MarriageLicense
182
- - Tag: MARS
183
- Property: MarriageSettlement
184
- - Tag: MARR
185
- Property: Marriage
186
- - Tag: MEDI
187
- Property: Media
188
- - Tag: NAME
189
- Property: Name
190
- - Tag: NATI
191
- Property: Nationality
192
- - Tag: NATU
193
- Property: Naturalization
194
- - Tag: NCHI
195
- Property: ChildrenCount
196
- - Tag: NICK
197
- Property: Nickname
198
- - Tag: NMR
199
- Property: MarriageCount
200
- - Tag: NOTE
201
- Property: Id
202
- CollectAs: Notes
203
- - Tag: NPFX
204
- Property: NamePrefix
205
- - Tag: NSFX
206
- Property: NameSuffix
207
- - Tag: OBJE
208
- CollectAs: Object
209
- - Tag: OCCU
210
- Property: Occupation
211
- - Tag: ORDI
212
- Property: Ordianance
213
- - Tag: ORDN
214
- Property: Ordination
215
- - Tag: PEDI
216
- Property: Pedigree
217
- - Tag: PHON
218
- Property: Phone
219
- - Tag: PLAC
220
- Property: Place
221
- - Tag: POST
222
- Property: PostalCode
223
- - Tag: PROB
224
- Property: Probate
225
- - Tag: PROP
226
- Property: Property
227
- - Tag: PUBL
228
- Property: Publication
229
- - Tag: QUAY
230
- Property: QualityOfData
231
- - Tag: REFN
232
- Property: Reference
233
- - Tag: REPO
234
- Property: Id
235
- CollectAs: Repositories
236
- CollectAsArray: true
237
- - Tag: RELA
238
- Property: Relationship
239
- - Tag: RELI
240
- Property: Religion
241
- - Tag: RESI
242
- Property: Residence
243
- - Tag: RESN
244
- Property: Restriction
245
- - Tag: RETI
246
- Property: Retirement
247
- - Tag: RFN
248
- Property: RecordFileNumber
249
- - Tag: RIN
250
- Property: RecordIdNumber
251
- - Tag: ROLE
252
- Property: Role
253
- - Tag: ROMN
254
- Property: Romanized
255
- - Tag: SEX
256
- Property: Sex
257
- - Tag: SLGC
258
- Property: SealingChild
259
- - Tag: SLGS
260
- Property: SealingSpouse
261
- - Tag: SOUR
262
- Property: Name
263
- CollectAs: Source
264
- - Tag: SPFX
265
- Property: SurnamePrefix
266
- - Tag: SSN
267
- Property: SocialSecNumber
268
- - Tag: STAE
269
- Property: State
270
- - Tag: STAT
271
- Property: Status
272
- - Tag: SUBM
273
- CollectAs: Submitter
274
- CollectAsArray: true
275
- Property: Id
276
- - Tag: SUBN
277
- Property: Submission
278
- - Tag: TEMP
279
- Property: TempFile
280
- - Tag: TEXT
281
- Property: Text
282
- - Tag: TIME
283
- Type: Time
284
- - Tag: TITL
285
- Property: Title
286
- - Tag: TYPE
287
- Property: Type
288
- - Tag: VERS
289
- Property: Version
290
- - Tag: WIFE
291
- Property: Wife
292
- - Tag: WILL
293
- Property: Will
294
- - Tag: WWW
295
- Property: Web
296
- # not included in version 5.5.1
297
- - Tag: COMM
298
- Property: Comment
162
+ - Tag: NAME
163
+ Property: Fullname
164
+ Properties:
165
+ - Tag: GIVN
166
+ Property: Givenname
167
+ MergeWithLast: INDI
168
+ - Tag: SURN
169
+ Property: Surname
170
+ MergeWithLast: INDI
171
+ - Tag: IDNO
172
+ Property: IdentNumber
173
+ - Tag: IMMI
174
+ Property: Immigration
175
+ - Tag: LANG
176
+ Property: Language
177
+ - Tag: LATI
178
+ Property: Latitude
179
+ - Tag: LONG
180
+ Property: Longitude
181
+ - Tag: MAP
182
+ Property: Map
183
+ - Tag: MARB
184
+ Property: MarriageBanns
185
+ - Tag: MARC
186
+ Property: MarriageContract
187
+ - Tag: MARL
188
+ Property: MarriageLicense
189
+ - Tag: MARS
190
+ Property: MarriageSettlement
191
+ - Tag: MARR
192
+ Property: Marriage
193
+ - Tag: MEDI
194
+ Property: Media
195
+ - Tag: NAME
196
+ Property: Name
197
+ - Tag: NATI
198
+ Property: Nationality
199
+ - Tag: NATU
200
+ Property: Naturalization
201
+ - Tag: NCHI
202
+ Property: ChildrenCount
203
+ - Tag: NICK
204
+ Property: Nickname
205
+ - Tag: NMR
206
+ Property: MarriageCount
207
+ - Tag: NOTE
208
+ Property: Id
209
+ CollectAs: Notes
210
+ - Tag: NPFX
211
+ Property: NamePrefix
212
+ - Tag: NSFX
213
+ Property: NameSuffix
214
+ - Tag: OBJE
215
+ CollectAs: Object
216
+ - Tag: OCCU
217
+ Property: Occupation
218
+ - Tag: ORDI
219
+ Property: Ordianance
220
+ - Tag: ORDN
221
+ Property: Ordination
222
+ - Tag: PEDI
223
+ Property: Pedigree
224
+ - Tag: PHON
225
+ Property: Phone
226
+ - Tag: PLAC
227
+ Property: Place
228
+ - Tag: POST
229
+ Property: PostalCode
230
+ - Tag: PROB
231
+ Property: Probate
232
+ - Tag: PROP
233
+ Property: Property
234
+ - Tag: PUBL
235
+ Property: Publication
236
+ - Tag: QUAY
237
+ Property: QualityOfData
238
+ - Tag: REFN
239
+ Property: Reference
240
+ - Tag: REPO
241
+ Property: Id
242
+ CollectAs: Repositories
243
+ CollectAsArray: true
244
+ - Tag: RELA
245
+ Property: Relationship
246
+ - Tag: RELI
247
+ Property: Religion
248
+ - Tag: RESI
249
+ Property: Residence
250
+ - Tag: RESN
251
+ Property: Restriction
252
+ - Tag: RETI
253
+ Property: Retirement
254
+ - Tag: RFN
255
+ Property: RecordFileNumber
256
+ - Tag: RIN
257
+ Property: RecordIdNumber
258
+ - Tag: ROLE
259
+ Property: Role
260
+ - Tag: ROMN
261
+ Property: Romanized
262
+ - Tag: SEX
263
+ Property: Sex
264
+ - Tag: SLGC
265
+ Property: SealingChild
266
+ - Tag: SLGS
267
+ Property: SealingSpouse
268
+ - Tag: SOUR
269
+ Property: Name
270
+ CollectAs: Source
271
+ - Tag: SPFX
272
+ Property: SurnamePrefix
273
+ - Tag: SSN
274
+ Property: SocialSecNumber
275
+ - Tag: STAE
276
+ Property: State
277
+ - Tag: STAT
278
+ Property: Status
279
+ - Tag: SUBM
280
+ CollectAs: Submitter
281
+ CollectAsArray: true
282
+ Property: Id
283
+ - Tag: SUBN
284
+ Property: Submission
285
+ - Tag: TEMP
286
+ Property: TempFile
287
+ - Tag: TEXT
288
+ Property: Text
289
+ - Tag: TIME
290
+ Type: Time
291
+ - Tag: TITL
292
+ Property: Title
293
+ - Tag: TYPE
294
+ Property: Type
295
+ - Tag: VERS
296
+ Property: Version
297
+ - Tag: WIFE
298
+ Property: Wife
299
+ - Tag: WILL
300
+ Property: Will
301
+ - Tag: WWW
302
+ Property: Web
303
+ # not included in version 5.5.1
304
+ - Tag: COMM
305
+ Property: Comment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gedcom.json",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Convert GEDCOM Files to an JSON File or an JavaScript-Object and vice versa",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "demoFileWithProgress:JSON": "ts-node src/console.ts --path 'examples/royal92.ged' --out 'test.json' --showProgress",
12
12
  "test": "nyc mocha",
13
13
  "test:watch": "mocha --watch --watch-files src, tests/**/*.ts",
14
- "doc": "typedoc --out docs src",
14
+ "doc": "typedoc --out docs --entryPointStrategy expand ./src",
15
15
  "npm-publish": "npm run build && np"
16
16
  },
17
17
  "keywords": [
@@ -36,29 +36,34 @@
36
36
  "homepage": "https://github.com/Jisco/gedcom.json#readme",
37
37
  "devDependencies": {
38
38
  "@types/chai": "^4.2.14",
39
+ "@types/chai-as-promised": "^7.1.8",
39
40
  "@types/js-yaml": "^3.12.5",
40
41
  "@types/lodash": "^4.14.165",
41
- "@types/mocha": "^8.2.0",
42
+ "@types/mocha": "^10.0.10",
43
+ "@types/mock-fs": "^4.13.4",
42
44
  "@types/node": "^14.14.12",
43
45
  "@types/object-path": "^0.11.0",
44
46
  "@types/yargs": "^15.0.12",
45
47
  "chai": "^4.2.0",
46
- "mocha": "^8.2.1",
48
+ "chai-as-promised": "^7.1.1",
49
+ "mocha": "^12.0.0-beta-9",
50
+ "mock-fs": "^5.2.0",
47
51
  "nyc": "^15.1.0",
48
52
  "source-map-support": "^0.5.19",
49
- "ts-node": "^9.1.1",
53
+ "ts-node": "^10.8.0",
54
+ "typedoc": "^0.25.11",
50
55
  "typescript": "^4.1.3"
51
56
  },
52
57
  "dependencies": {
53
- "dayjs": "^1.11.7",
58
+ "dayjs": "^1.11.19",
54
59
  "deepdash": "^5.3.9",
55
60
  "fclone": "^1.0.11",
56
61
  "glob-parent": ">=6.0.2",
57
62
  "hebcal": "^2.3.2",
58
- "js-yaml": "^3.14.1",
63
+ "js-yaml": "^3.14.2",
59
64
  "julian-gregorian": "^1.0.0",
60
65
  "line-by-line": "^0.1.6",
61
- "lodash": "^4.17.21",
66
+ "lodash": "^4.17.23",
62
67
  "object-path": "^0.11.8",
63
68
  "yargs": "^16.2.0"
64
69
  }