@live-change/flatten-interval-tree 0.9.169 → 0.9.173
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 +2 -2
- package/.nx/cache/file-map.json +0 -298
- package/.nx/cache/lockfile.hash +0 -1
- package/.nx/cache/nx_files.nxt +0 -0
- package/.nx/cache/parsed-lock-file.json +0 -9595
- package/.nx/cache/project-graph.json +0 -9767
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/flatten-interval-tree",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.173",
|
|
4
4
|
"description": "Interval search tree - this is a fork of the original project that support strings as keys.",
|
|
5
5
|
"author": "Michał Łaszczewski <michal@lasczewski.pl>",
|
|
6
6
|
"contributors": [
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"nyc": "^14.1.1",
|
|
49
49
|
"rollup": "^1.6.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "1d70f7baf204d8f9848f53f5023db91016c6093f"
|
|
52
52
|
}
|
package/.nx/cache/file-map.json
DELETED
|
@@ -1,298 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "6.0",
|
|
3
|
-
"nxVersion": "18.0.6",
|
|
4
|
-
"deps": {
|
|
5
|
-
"@babel/cli": "^7.2.3",
|
|
6
|
-
"@babel/core": "^7.2.2",
|
|
7
|
-
"@babel/node": "^7.2.2",
|
|
8
|
-
"@babel/preset-env": "^7.3.1",
|
|
9
|
-
"@babel/register": "^7.0.0",
|
|
10
|
-
"babel-plugin-istanbul": "^5.1.1",
|
|
11
|
-
"chai": "^3.5.0",
|
|
12
|
-
"coveralls": "^3.0.3",
|
|
13
|
-
"jsdoc": "^3.6.2",
|
|
14
|
-
"minami": "^1.2.3",
|
|
15
|
-
"mocha": "^5.2.0",
|
|
16
|
-
"nyc": "^14.1.1",
|
|
17
|
-
"rollup": "^1.6.0"
|
|
18
|
-
},
|
|
19
|
-
"pathMappings": {},
|
|
20
|
-
"nxJsonPlugins": [],
|
|
21
|
-
"fileMap": {
|
|
22
|
-
"projectFileMap": {},
|
|
23
|
-
"nonProjectFiles": [
|
|
24
|
-
{
|
|
25
|
-
"file": ".babelrc",
|
|
26
|
-
"hash": "10370818251041289397"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"file": ".gitignore",
|
|
30
|
-
"hash": "9376353200075061717"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"file": ".travis.yml",
|
|
34
|
-
"hash": "8983005608722843699"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"file": "LICENSE",
|
|
38
|
-
"hash": "9313842664464076034"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"file": "README.md",
|
|
42
|
-
"hash": "15836347074196036626"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"file": "dist/main.cjs.js",
|
|
46
|
-
"hash": "11996379367228833706"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"file": "dist/main.esm.js",
|
|
50
|
-
"hash": "8853432699183923454"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"file": "dist/main.umd.js",
|
|
54
|
-
"hash": "463765463884694536"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"file": "docs/Interval.html",
|
|
58
|
-
"hash": "16751246411068202463"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"file": "docs/IntervalTree.html",
|
|
62
|
-
"hash": "15952036484770588112"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"file": "docs/classes_interval.js.html",
|
|
66
|
-
"hash": "9881347916365623801"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"file": "docs/fonts/OpenSans-Bold-webfont.eot",
|
|
70
|
-
"hash": "16116624281900406876"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"file": "docs/fonts/OpenSans-Bold-webfont.svg",
|
|
74
|
-
"hash": "16274877441512554559"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"file": "docs/fonts/OpenSans-Bold-webfont.woff",
|
|
78
|
-
"hash": "2743156521200226792"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"file": "docs/fonts/OpenSans-BoldItalic-webfont.eot",
|
|
82
|
-
"hash": "7926392703408935163"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"file": "docs/fonts/OpenSans-BoldItalic-webfont.svg",
|
|
86
|
-
"hash": "1409985706598942482"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"file": "docs/fonts/OpenSans-BoldItalic-webfont.woff",
|
|
90
|
-
"hash": "18334603757725123182"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"file": "docs/fonts/OpenSans-Italic-webfont.eot",
|
|
94
|
-
"hash": "1992510265675524371"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"file": "docs/fonts/OpenSans-Italic-webfont.svg",
|
|
98
|
-
"hash": "2034941496075835475"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"file": "docs/fonts/OpenSans-Italic-webfont.woff",
|
|
102
|
-
"hash": "18241087261767713206"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"file": "docs/fonts/OpenSans-Light-webfont.eot",
|
|
106
|
-
"hash": "5827682610033439343"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"file": "docs/fonts/OpenSans-Light-webfont.svg",
|
|
110
|
-
"hash": "14734420246427728154"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"file": "docs/fonts/OpenSans-Light-webfont.woff",
|
|
114
|
-
"hash": "3001984920697378299"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"file": "docs/fonts/OpenSans-LightItalic-webfont.eot",
|
|
118
|
-
"hash": "14830111263790856221"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"file": "docs/fonts/OpenSans-LightItalic-webfont.svg",
|
|
122
|
-
"hash": "10501155991750671385"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"file": "docs/fonts/OpenSans-LightItalic-webfont.woff",
|
|
126
|
-
"hash": "2219524540848124784"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"file": "docs/fonts/OpenSans-Regular-webfont.eot",
|
|
130
|
-
"hash": "13652064658346325244"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"file": "docs/fonts/OpenSans-Regular-webfont.svg",
|
|
134
|
-
"hash": "8340407535382475439"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"file": "docs/fonts/OpenSans-Regular-webfont.woff",
|
|
138
|
-
"hash": "7696722510251166056"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"file": "docs/fonts/OpenSans-Semibold-webfont.eot",
|
|
142
|
-
"hash": "9463876665813761796"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"file": "docs/fonts/OpenSans-Semibold-webfont.svg",
|
|
146
|
-
"hash": "13429893346703969209"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"file": "docs/fonts/OpenSans-Semibold-webfont.ttf",
|
|
150
|
-
"hash": "2052448593277492194"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"file": "docs/fonts/OpenSans-Semibold-webfont.woff",
|
|
154
|
-
"hash": "7388355758876683293"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"file": "docs/fonts/OpenSans-SemiboldItalic-webfont.eot",
|
|
158
|
-
"hash": "18025801564722705266"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"file": "docs/fonts/OpenSans-SemiboldItalic-webfont.svg",
|
|
162
|
-
"hash": "6753275154201748867"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"file": "docs/fonts/OpenSans-SemiboldItalic-webfont.ttf",
|
|
166
|
-
"hash": "4243477589885802980"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"file": "docs/fonts/OpenSans-SemiboldItalic-webfont.woff",
|
|
170
|
-
"hash": "9993798385954245518"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"file": "docs/index.html",
|
|
174
|
-
"hash": "18006052075158774533"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"file": "docs/index.js.html",
|
|
178
|
-
"hash": "8600010971509650808"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"file": "docs/interval.js.html",
|
|
182
|
-
"hash": "6139222036606792804"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"file": "docs/intervalTree.js.html",
|
|
186
|
-
"hash": "6016164388829218537"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"file": "docs/scripts/linenumber.js",
|
|
190
|
-
"hash": "9640383624100593749"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"file": "docs/scripts/prettify/Apache-License-2.0.txt",
|
|
194
|
-
"hash": "1742713622754055560"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"file": "docs/scripts/prettify/lang-css.js",
|
|
198
|
-
"hash": "18117034678671797076"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"file": "docs/scripts/prettify/prettify.js",
|
|
202
|
-
"hash": "12401235074550207603"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"file": "docs/styles/jsdoc-default.css",
|
|
206
|
-
"hash": "6284602216572979330"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"file": "docs/styles/prettify-jsdoc.css",
|
|
210
|
-
"hash": "14634497999599886716"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"file": "docs/styles/prettify-tomorrow.css",
|
|
214
|
-
"hash": "10176329791680018732"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"file": "examples/browser/index.html",
|
|
218
|
-
"hash": "11067117505008274095"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"file": "examples/create-react-app/.gitignore",
|
|
222
|
-
"hash": "16966004179258441771"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"file": "examples/create-react-app/package.json",
|
|
226
|
-
"hash": "3441884592893927543"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"file": "examples/create-react-app/public/index.html",
|
|
230
|
-
"hash": "3595971178377978988"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"file": "examples/create-react-app/src/App.js",
|
|
234
|
-
"hash": "11779458876154133837"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"file": "examples/create-react-app/src/ComposersList.js",
|
|
238
|
-
"hash": "4710616664158276644"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"file": "examples/create-react-app/src/index.js",
|
|
242
|
-
"hash": "9507439064762675042"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"file": "examples/es6-module/index.html",
|
|
246
|
-
"hash": "1280545085842761952"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"file": "examples/nodejs/index.js",
|
|
250
|
-
"hash": "12855709901212164208"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"file": "index.d.ts",
|
|
254
|
-
"hash": "3803986588795328156"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"file": "index.js",
|
|
258
|
-
"hash": "691983517982206715"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"file": "package-lock.json",
|
|
262
|
-
"hash": "5459592346138370000"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"file": "package.json",
|
|
266
|
-
"hash": "11133862273795058175"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"file": "rollup.config.js",
|
|
270
|
-
"hash": "16839859552692835740"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"file": "src/classes/interval.js",
|
|
274
|
-
"hash": "3908915704289972164"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"file": "src/classes/intervalTree.js",
|
|
278
|
-
"hash": "12305494080815525079"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"file": "src/classes/node.js",
|
|
282
|
-
"hash": "422535691462348143"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"file": "src/utils/constants.js",
|
|
286
|
-
"hash": "7869363763088252237"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"file": "test/intervalTree.js",
|
|
290
|
-
"hash": "6203541855092563942"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"file": "test/node.js",
|
|
294
|
-
"hash": "5114517510929024072"
|
|
295
|
-
}
|
|
296
|
-
]
|
|
297
|
-
}
|
|
298
|
-
}
|
package/.nx/cache/lockfile.hash
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5746877612563633078
|
package/.nx/cache/nx_files.nxt
DELETED
|
Binary file
|