UNPKG

17.8 kBJSONView Raw
1{
2 "toc": {
3 "sections": [
4 {
5 "title": "scour.js",
6 "source": "README.md",
7 "expand": true,
8 "url": "index.html",
9 "slug": "index",
10 "headings": [
11 {
12 "title": "Install",
13 "depth": 2,
14 "id": "install"
15 },
16 {
17 "title": "Features",
18 "depth": 2,
19 "id": "features",
20 "headings": [
21 {
22 "title": "Traversal",
23 "depth": 3,
24 "id": "traversal"
25 },
26 {
27 "title": "Chaining",
28 "depth": 3,
29 "id": "chaining"
30 },
31 {
32 "title": "Immutable modifications",
33 "depth": 3,
34 "id": "immutable-modifications"
35 },
36 {
37 "title": "Advanced traversing",
38 "depth": 3,
39 "id": "advanced-traversing"
40 },
41 {
42 "title": "Models",
43 "depth": 3,
44 "id": "models"
45 }
46 ]
47 },
48 {
49 "title": "API",
50 "depth": 2,
51 "id": "api",
52 "headings": [
53 {
54 "title": "scour",
55 "depth": 3,
56 "id": "scour"
57 }
58 ]
59 },
60 {
61 "title": "Chaining methods",
62 "depth": 2,
63 "id": "chaining-methods",
64 "headings": [
65 {
66 "title": "go",
67 "depth": 3,
68 "id": "go"
69 },
70 {
71 "title": "at",
72 "depth": 3,
73 "id": "at"
74 },
75 {
76 "title": "filter",
77 "depth": 3,
78 "id": "filter"
79 },
80 {
81 "title": "reject",
82 "depth": 3,
83 "id": "reject"
84 },
85 {
86 "title": "find",
87 "depth": 3,
88 "id": "find"
89 },
90 {
91 "title": "first",
92 "depth": 3,
93 "id": "first"
94 },
95 {
96 "title": "last",
97 "depth": 3,
98 "id": "last"
99 },
100 {
101 "title": "sortBy",
102 "depth": 3,
103 "id": "sortby"
104 }
105 ]
106 },
107 {
108 "title": "Reading methods",
109 "depth": 2,
110 "id": "reading-methods",
111 "headings": [
112 {
113 "title": "get",
114 "depth": 3,
115 "id": "get"
116 },
117 {
118 "title": "len",
119 "depth": 3,
120 "id": "len"
121 },
122 {
123 "title": "toArray",
124 "depth": 3,
125 "id": "toarray"
126 },
127 {
128 "title": "keys",
129 "depth": 3,
130 "id": "keys"
131 }
132 ]
133 },
134 {
135 "title": "Writing methods",
136 "depth": 2,
137 "id": "writing-methods",
138 "headings": [
139 {
140 "title": "set",
141 "depth": 3,
142 "id": "set"
143 },
144 {
145 "title": "del",
146 "depth": 3,
147 "id": "del"
148 },
149 {
150 "title": "extend",
151 "depth": 3,
152 "id": "extend"
153 }
154 ]
155 },
156 {
157 "title": "Utility methods",
158 "depth": 2,
159 "id": "utility-methods",
160 "headings": [
161 {
162 "title": "use",
163 "depth": 3,
164 "id": "use"
165 },
166 {
167 "title": "toJSON",
168 "depth": 3,
169 "id": "tojson"
170 }
171 ]
172 },
173 {
174 "title": "Iteration methods",
175 "depth": 2,
176 "id": "iteration-methods",
177 "headings": [
178 {
179 "title": "forEach",
180 "depth": 3,
181 "id": "foreach"
182 },
183 {
184 "title": "each",
185 "depth": 3,
186 "id": "each"
187 },
188 {
189 "title": "map",
190 "depth": 3,
191 "id": "map"
192 },
193 {
194 "title": "mapObject",
195 "depth": 3,
196 "id": "mapobject"
197 },
198 {
199 "title": "indexedMap",
200 "depth": 3,
201 "id": "indexedmap"
202 }
203 ]
204 },
205 {
206 "title": "Attributes",
207 "depth": 2,
208 "id": "attributes",
209 "headings": [
210 {
211 "title": "value",
212 "depth": 3,
213 "id": "value"
214 },
215 {
216 "title": "root",
217 "depth": 3,
218 "id": "root"
219 },
220 {
221 "title": "keypath",
222 "depth": 3,
223 "id": "keypath"
224 }
225 ]
226 },
227 {
228 "title": "Utility functions",
229 "depth": 2,
230 "id": "utility-functions",
231 "headings": [
232 {
233 "title": "scour.set",
234 "depth": 3,
235 "id": "scour.set"
236 },
237 {
238 "title": "scour.del",
239 "depth": 3,
240 "id": "scour.del"
241 },
242 {
243 "title": "scour.each",
244 "depth": 3,
245 "id": "scour.each"
246 },
247 {
248 "title": "scour.map",
249 "depth": 3,
250 "id": "scour.map"
251 },
252 {
253 "title": "scour.mapObject",
254 "depth": 3,
255 "id": "scour.mapobject"
256 },
257 {
258 "title": "scour.indexedMap",
259 "depth": 3,
260 "id": "scour.indexedmap"
261 },
262 {
263 "title": "scour.filter",
264 "depth": 3,
265 "id": "scour.filter"
266 }
267 ]
268 },
269 {
270 "title": "Thanks",
271 "depth": 2,
272 "id": "thanks"
273 }
274 ]
275 },
276 {
277 "title": "Appendix",
278 "sections": [
279 {
280 "title": "Changelog",
281 "source": "HISTORY.md",
282 "url": "HISTORY.html",
283 "slug": "history",
284 "headings": [
285 {
286 "title": "[v0.3.0]",
287 "depth": 2,
288 "id": "v0.3.0"
289 },
290 {
291 "title": "[v0.2.0]",
292 "depth": 2,
293 "id": "v0.2.0"
294 },
295 {
296 "title": "v0.1.0",
297 "depth": 2,
298 "id": "v0.1.0"
299 }
300 ]
301 },
302 {
303 "title": "Comparison with others",
304 "source": "docs/comparison.md",
305 "url": "comparison.html",
306 "slug": "comparison",
307 "headings": [
308 {
309 "title": "Versus Lodash",
310 "depth": 2,
311 "id": "versus-lodash"
312 },
313 {
314 "title": "Versus Immutable.js",
315 "depth": 2,
316 "id": "versus-immutable.js"
317 }
318 ]
319 },
320 {
321 "title": "Extensions example",
322 "source": "docs/extensions_example.md",
323 "url": "extensions_example.html",
324 "slug": "extensions_example",
325 "headings": [
326 {
327 "title": "Defining extensions",
328 "depth": 2,
329 "id": "defining-extensions"
330 },
331 {
332 "title": "Root extensions",
333 "depth": 2,
334 "id": "root-extensions"
335 },
336 {
337 "title": "Traversing relationships",
338 "depth": 2,
339 "id": "traversing-relationships"
340 }
341 ]
342 },
343 {
344 "title": "Redux example",
345 "source": "docs/redux_example.md",
346 "url": "redux_example.html",
347 "slug": "redux_example",
348 "headings": [
349 {
350 "title": "Defining your store",
351 "depth": 2,
352 "id": "defining-your-store"
353 },
354 {
355 "title": "Dispatching events",
356 "depth": 2,
357 "id": "dispatching-events"
358 },
359 {
360 "title": "Using with React",
361 "depth": 2,
362 "id": "using-with-react"
363 }
364 ]
365 }
366 ]
367 }
368 ]
369 },
370 "index": {
371 "index.html": {
372 "source": "README.md",
373 "title": "scour.js",
374 "slug": "index",
375 "headings": [
376 {
377 "title": "Install",
378 "depth": 2,
379 "id": "install"
380 },
381 {
382 "title": "Features",
383 "depth": 2,
384 "id": "features",
385 "headings": [
386 {
387 "title": "Traversal",
388 "depth": 3,
389 "id": "traversal"
390 },
391 {
392 "title": "Chaining",
393 "depth": 3,
394 "id": "chaining"
395 },
396 {
397 "title": "Immutable modifications",
398 "depth": 3,
399 "id": "immutable-modifications"
400 },
401 {
402 "title": "Advanced traversing",
403 "depth": 3,
404 "id": "advanced-traversing"
405 },
406 {
407 "title": "Models",
408 "depth": 3,
409 "id": "models"
410 }
411 ]
412 },
413 {
414 "title": "API",
415 "depth": 2,
416 "id": "api",
417 "headings": [
418 {
419 "title": "scour",
420 "depth": 3,
421 "id": "scour"
422 }
423 ]
424 },
425 {
426 "title": "Chaining methods",
427 "depth": 2,
428 "id": "chaining-methods",
429 "headings": [
430 {
431 "title": "go",
432 "depth": 3,
433 "id": "go"
434 },
435 {
436 "title": "at",
437 "depth": 3,
438 "id": "at"
439 },
440 {
441 "title": "filter",
442 "depth": 3,
443 "id": "filter"
444 },
445 {
446 "title": "reject",
447 "depth": 3,
448 "id": "reject"
449 },
450 {
451 "title": "find",
452 "depth": 3,
453 "id": "find"
454 },
455 {
456 "title": "first",
457 "depth": 3,
458 "id": "first"
459 },
460 {
461 "title": "last",
462 "depth": 3,
463 "id": "last"
464 },
465 {
466 "title": "sortBy",
467 "depth": 3,
468 "id": "sortby"
469 }
470 ]
471 },
472 {
473 "title": "Reading methods",
474 "depth": 2,
475 "id": "reading-methods",
476 "headings": [
477 {
478 "title": "get",
479 "depth": 3,
480 "id": "get"
481 },
482 {
483 "title": "len",
484 "depth": 3,
485 "id": "len"
486 },
487 {
488 "title": "toArray",
489 "depth": 3,
490 "id": "toarray"
491 },
492 {
493 "title": "keys",
494 "depth": 3,
495 "id": "keys"
496 }
497 ]
498 },
499 {
500 "title": "Writing methods",
501 "depth": 2,
502 "id": "writing-methods",
503 "headings": [
504 {
505 "title": "set",
506 "depth": 3,
507 "id": "set"
508 },
509 {
510 "title": "del",
511 "depth": 3,
512 "id": "del"
513 },
514 {
515 "title": "extend",
516 "depth": 3,
517 "id": "extend"
518 }
519 ]
520 },
521 {
522 "title": "Utility methods",
523 "depth": 2,
524 "id": "utility-methods",
525 "headings": [
526 {
527 "title": "use",
528 "depth": 3,
529 "id": "use"
530 },
531 {
532 "title": "toJSON",
533 "depth": 3,
534 "id": "tojson"
535 }
536 ]
537 },
538 {
539 "title": "Iteration methods",
540 "depth": 2,
541 "id": "iteration-methods",
542 "headings": [
543 {
544 "title": "forEach",
545 "depth": 3,
546 "id": "foreach"
547 },
548 {
549 "title": "each",
550 "depth": 3,
551 "id": "each"
552 },
553 {
554 "title": "map",
555 "depth": 3,
556 "id": "map"
557 },
558 {
559 "title": "mapObject",
560 "depth": 3,
561 "id": "mapobject"
562 },
563 {
564 "title": "indexedMap",
565 "depth": 3,
566 "id": "indexedmap"
567 }
568 ]
569 },
570 {
571 "title": "Attributes",
572 "depth": 2,
573 "id": "attributes",
574 "headings": [
575 {
576 "title": "value",
577 "depth": 3,
578 "id": "value"
579 },
580 {
581 "title": "root",
582 "depth": 3,
583 "id": "root"
584 },
585 {
586 "title": "keypath",
587 "depth": 3,
588 "id": "keypath"
589 }
590 ]
591 },
592 {
593 "title": "Utility functions",
594 "depth": 2,
595 "id": "utility-functions",
596 "headings": [
597 {
598 "title": "scour.set",
599 "depth": 3,
600 "id": "scour.set"
601 },
602 {
603 "title": "scour.del",
604 "depth": 3,
605 "id": "scour.del"
606 },
607 {
608 "title": "scour.each",
609 "depth": 3,
610 "id": "scour.each"
611 },
612 {
613 "title": "scour.map",
614 "depth": 3,
615 "id": "scour.map"
616 },
617 {
618 "title": "scour.mapObject",
619 "depth": 3,
620 "id": "scour.mapobject"
621 },
622 {
623 "title": "scour.indexedMap",
624 "depth": 3,
625 "id": "scour.indexedmap"
626 },
627 {
628 "title": "scour.filter",
629 "depth": 3,
630 "id": "scour.filter"
631 }
632 ]
633 },
634 {
635 "title": "Thanks",
636 "depth": 2,
637 "id": "thanks"
638 }
639 ]
640 },
641 "HISTORY.html": {
642 "source": "HISTORY.md",
643 "title": "Changelog",
644 "slug": "history",
645 "headings": [
646 {
647 "title": "[v0.3.0]",
648 "depth": 2,
649 "id": "v0.3.0"
650 },
651 {
652 "title": "[v0.2.0]",
653 "depth": 2,
654 "id": "v0.2.0"
655 },
656 {
657 "title": "v0.1.0",
658 "depth": 2,
659 "id": "v0.1.0"
660 }
661 ]
662 },
663 "comparison.html": {
664 "source": "docs/comparison.md",
665 "title": "Comparison with others",
666 "slug": "comparison",
667 "headings": [
668 {
669 "title": "Versus Lodash",
670 "depth": 2,
671 "id": "versus-lodash"
672 },
673 {
674 "title": "Versus Immutable.js",
675 "depth": 2,
676 "id": "versus-immutable.js"
677 }
678 ]
679 },
680 "extensions_example.html": {
681 "source": "docs/extensions_example.md",
682 "title": "Extensions example",
683 "slug": "extensions_example",
684 "headings": [
685 {
686 "title": "Defining extensions",
687 "depth": 2,
688 "id": "defining-extensions"
689 },
690 {
691 "title": "Root extensions",
692 "depth": 2,
693 "id": "root-extensions"
694 },
695 {
696 "title": "Traversing relationships",
697 "depth": 2,
698 "id": "traversing-relationships"
699 }
700 ]
701 },
702 "redux_example.html": {
703 "source": "docs/redux_example.md",
704 "title": "Redux example",
705 "slug": "redux_example",
706 "headings": [
707 {
708 "title": "Defining your store",
709 "depth": 2,
710 "id": "defining-your-store"
711 },
712 {
713 "title": "Dispatching events",
714 "depth": 2,
715 "id": "dispatching-events"
716 },
717 {
718 "title": "Using with React",
719 "depth": 2,
720 "id": "using-with-react"
721 }
722 ]
723 }
724 },
725 "sources": {
726 "README.md": "index.html",
727 "HISTORY.md": "HISTORY.html",
728 "docs/comparison.md": "comparison.html",
729 "docs/extensions_example.md": "extensions_example.html",
730 "docs/redux_example.md": "redux_example.html",
731 "docs/docpress.json": "docpress.json"
732 }
733}