|
15 | 15 | "command": "bench", |
16 | 16 | "description": "Run JavaScript benchmark files.", |
17 | 17 | "path": "@stdlib/bench", |
18 | | - "group": "utils" |
| 18 | + "group": "utilities" |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "command": "bundle-pkg-list", |
|
27 | 27 | "command": "capitalize", |
28 | 28 | "description": "Capitalize the first character in a string.", |
29 | 29 | "path": "@stdlib/string/capitalize", |
30 | | - "group": "utils" |
| 30 | + "group": "utilities" |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "command": "configdir", |
|
51 | 51 | "command": "ends-with", |
52 | 52 | "description": "Test if a string ends with another string.", |
53 | 53 | "path": "@stdlib/string/ends-with", |
54 | | - "group": "utils" |
| 54 | + "group": "utilities" |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "command": "exists", |
58 | 58 | "description": "Test if a file exists.", |
59 | 59 | "path": "@stdlib/fs/exists", |
60 | | - "group": "fs" |
| 60 | + "group": "filesystem" |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "command": "from-code-point", |
64 | 64 | "description": "Create a string from code points.", |
65 | 65 | "path": "@stdlib/string/from-code-point", |
66 | | - "group": "utils" |
| 66 | + "group": "utilities" |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "command": "has-arraybuffer-support", |
|
327 | 327 | "command": "lpad", |
328 | 328 | "description": "Left pad a string.", |
329 | 329 | "path": "@stdlib/string/left-pad", |
330 | | - "group": "utils" |
| 330 | + "group": "utilities" |
331 | 331 | }, |
332 | 332 | { |
333 | 333 | "command": "ltrim", |
334 | 334 | "description": "Left trim a string.", |
335 | 335 | "path": "@stdlib/string/left-trim", |
336 | | - "group": "utils" |
| 336 | + "group": "utilities" |
337 | 337 | }, |
338 | 338 | { |
339 | 339 | "command": "lowercase", |
340 | 340 | "description": "Lowercase a string.", |
341 | 341 | "path": "@stdlib/string/lowercase", |
342 | | - "group": "utils" |
| 342 | + "group": "utilities" |
343 | 343 | }, |
344 | 344 | { |
345 | 345 | "command": "ls", |
|
375 | 375 | "command": "padstr", |
376 | 376 | "description": "Pad a string.", |
377 | 377 | "path": "@stdlib/string/pad", |
378 | | - "group": "utils" |
| 378 | + "group": "utilities" |
379 | 379 | }, |
380 | 380 | { |
381 | 381 | "command": "percent-encode", |
382 | 382 | "description": "Percent-encode a UTF-16 encoded string.", |
383 | 383 | "path": "@stdlib/string/percent-encode", |
384 | | - "group": "utils" |
| 384 | + "group": "utilities" |
385 | 385 | }, |
386 | 386 | { |
387 | 387 | "command": "platform", |
|
393 | 393 | "command": "read-dir", |
394 | 394 | "description": "Read all files in a directory.", |
395 | 395 | "path": "@stdlib/fs/read-dir", |
396 | | - "group": "fs" |
| 396 | + "group": "filesystem" |
397 | 397 | }, |
398 | 398 | { |
399 | 399 | "command": "read-file", |
400 | 400 | "description": "Read a file.", |
401 | 401 | "path": "@stdlib/fs/read-file", |
402 | | - "group": "fs" |
| 402 | + "group": "filesystem" |
403 | 403 | }, |
404 | 404 | { |
405 | 405 | "command": "read-file-list", |
406 | 406 | "description": "Read a list of files.", |
407 | 407 | "path": "@stdlib/fs/read-file-list", |
408 | | - "group": "fs" |
| 408 | + "group": "filesystem" |
409 | 409 | }, |
410 | 410 | { |
411 | 411 | "command": "remove-first", |
412 | 412 | "description": "Remove the first character in a string.", |
413 | 413 | "path": "@stdlib/string/remove-first", |
414 | | - "group": "utils" |
| 414 | + "group": "utilities" |
415 | 415 | }, |
416 | 416 | { |
417 | 417 | "command": "remove-last", |
418 | 418 | "description": "Remove the last character in a string.", |
419 | 419 | "path": "@stdlib/string/remove-last", |
420 | | - "group": "utils" |
| 420 | + "group": "utilities" |
421 | 421 | }, |
422 | 422 | { |
423 | 423 | "command": "remove-punctuation", |
424 | 424 | "description": "Remove punctuation characters from a string.", |
425 | 425 | "path": "@stdlib/string/remove-punctuation", |
426 | | - "group": "utils" |
| 426 | + "group": "utilities" |
427 | 427 | }, |
428 | 428 | { |
429 | 429 | "command": "remove-utf8-bom", |
430 | 430 | "description": "Remove a UTF-8 byte order mark (BOM).", |
431 | 431 | "path": "@stdlib/string/remove-first", |
432 | | - "group": "utils" |
| 432 | + "group": "utilities" |
433 | 433 | }, |
434 | 434 | { |
435 | 435 | "command": "remove-words", |
436 | 436 | "description": "Remove a list of words from a string.", |
437 | 437 | "path": "@stdlib/string/remove-words", |
438 | | - "group": "utils" |
| 438 | + "group": "utilities" |
439 | 439 | }, |
440 | 440 | { |
441 | 441 | "command": "rename", |
442 | 442 | "description": "Rename a file.", |
443 | 443 | "path": "@stdlib/fs/rename", |
444 | | - "group": "fs" |
| 444 | + "group": "filesystem" |
445 | 445 | }, |
446 | 446 | { |
447 | 447 | "command": "repstr", |
448 | 448 | "description": "Repeat a string.", |
449 | 449 | "path": "@stdlib/string/repeat", |
450 | | - "group": "utils" |
| 450 | + "group": "utilities" |
451 | 451 | }, |
452 | 452 | { |
453 | 453 | "command": "repl", |
|
459 | 459 | "command": "replace", |
460 | 460 | "description": "Replace search occurrences in a string.", |
461 | 461 | "path": "@stdlib/string/replace", |
462 | | - "group": "utils" |
| 462 | + "group": "utilities" |
463 | 463 | }, |
464 | 464 | { |
465 | 465 | "command": "resolve-parent-path", |
466 | 466 | "description": "Resolve a path by walking parent directories.", |
467 | 467 | "path": "@stdlib/fs/resolve-parent-path", |
468 | | - "group": "fs" |
| 468 | + "group": "filesystem" |
469 | 469 | }, |
470 | 470 | { |
471 | 471 | "command": "reverse", |
472 | 472 | "description": "Reverse a string.", |
473 | 473 | "path": "@stdlib/string/reverse", |
474 | | - "group": "utils" |
| 474 | + "group": "utilities" |
475 | 475 | }, |
476 | 476 | { |
477 | 477 | "command": "rpad", |
478 | 478 | "description": "Right pad a string.", |
479 | 479 | "path": "@stdlib/string/right-pad", |
480 | | - "group": "utils" |
| 480 | + "group": "utilities" |
481 | 481 | }, |
482 | 482 | { |
483 | 483 | "command": "rtrim", |
484 | 484 | "description": "Right trim a string.", |
485 | 485 | "path": "@stdlib/string/right-trim", |
486 | | - "group": "utils" |
| 486 | + "group": "utilities" |
487 | 487 | }, |
488 | 488 | { |
489 | 489 | "command": "sparkline", |
|
495 | 495 | "command": "startcase", |
496 | 496 | "description": "Capitalize each word in a string.", |
497 | 497 | "path": "@stdlib/string/startcase", |
498 | | - "group": "utils" |
| 498 | + "group": "utilities" |
499 | 499 | }, |
500 | 500 | { |
501 | 501 | "command": "starts-with", |
502 | 502 | "description": "Test if a string starts with another string.", |
503 | 503 | "path": "@stdlib/string/starts-with", |
504 | | - "group": "utils" |
| 504 | + "group": "utilities" |
505 | 505 | }, |
506 | 506 | { |
507 | 507 | "command": "tmpdir", |
|
513 | 513 | "command": "trim", |
514 | 514 | "description": "Trim a string.", |
515 | 515 | "path": "@stdlib/string/trim", |
516 | | - "group": "utils" |
| 516 | + "group": "utilities" |
517 | 517 | }, |
518 | 518 | { |
519 | 519 | "command": "umask", |
|
525 | 525 | "command": "uncapitalize", |
526 | 526 | "description": "Uncapitalize a string.", |
527 | 527 | "path": "@stdlib/string/uncapitalize", |
528 | | - "group": "utils" |
| 528 | + "group": "utilities" |
529 | 529 | }, |
530 | 530 | { |
531 | 531 | "command": "unlink", |
532 | 532 | "description": "Remove a file.", |
533 | 533 | "path": "@stdlib/fs/unlink", |
534 | | - "group": "fs" |
| 534 | + "group": "filesystem" |
535 | 535 | }, |
536 | 536 | { |
537 | 537 | "command": "uppercase", |
538 | 538 | "description": "Uppercase a string.", |
539 | 539 | "path": "@stdlib/string/uppercase", |
540 | | - "group": "utils" |
| 540 | + "group": "utilities" |
541 | 541 | }, |
542 | 542 | { |
543 | 543 | "command": "write-file", |
544 | 544 | "description": "Write to file.", |
545 | 545 | "path": "@stdlib/fs/write-file", |
546 | | - "group": "fs" |
| 546 | + "group": "filesystem" |
547 | 547 | } |
548 | 548 | ] |
0 commit comments