Skip to content

Commit 5b3da8c

Browse files
committed
Meta tweaks
1 parent 5c3fa67 commit 5b3da8c

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text=auto
1+
* text=auto eol=lf

.github/funding.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

readme.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
- [license-checker](https://github.com/davglass/license-checker) - Check licenses of your app's dependencies.
223223
- [browser-run](https://github.com/juliangruber/browser-run) - Easily run code in a browser environment.
224224
- [tmpin](https://github.com/sindresorhus/tmpin) - Adds stdin support to any CLI app that accepts file input.
225-
- [wifi-password](https://github.com/kevva/wifi-password-cli) - Get the current wifi password.
226225
- [wallpaper](https://github.com/sindresorhus/wallpaper) - Change the desktop wallpaper.
227226
- [pen](https://github.com/hatashiro/pen) - Live Markdown preview in the browser from your favorite editor.
228227
- [dark-mode](https://github.com/sindresorhus/dark-mode) - Toggle the macOS Dark Mode.
@@ -334,7 +333,7 @@
334333
- [Bit](https://github.com/teambit/bit) - Create, maintain, find and use small modules and components across repositories.
335334
- [gradient-string](https://github.com/bokub/gradient-string) - Beautiful color gradients in terminal output.
336335
- [oclif](https://github.com/oclif/oclif) - CLI framework complete with parser, automatic documentation, testing, and plugins.
337-
- [term-size](https://github.com/sindresorhus/term-size) - Reliably get the terminal window size.
336+
- [terminal-size](https://github.com/sindresorhus/terminal-size) - Reliably get the terminal window size.
338337
- [Cliffy](https://github.com/drew-y/cliffy) - Framework for interactive CLIs.
339338
- [zx](https://github.com/google/zx) - Write shell scripts JavaScript.
340339

@@ -406,15 +405,13 @@
406405

407406
- [del](https://github.com/sindresorhus/del) - Delete files/folders using globs.
408407
- [globby](https://github.com/sindresorhus/globby) - Glob files with support for multiple patterns.
409-
- [cpy](https://github.com/sindresorhus/cpy) - Copy files.
410408
- [chokidar](https://github.com/paulmillr/chokidar) - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on macOS.
411409
- [find-up](https://github.com/sindresorhus/find-up) - Find a file by walking up parent directories.
412410
- [proper-lockfile](https://github.com/moxystudio/node-proper-lockfile) - Inter-process and inter-machine lockfile utility.
413411
- [load-json-file](https://github.com/sindresorhus/load-json-file) - Read and parse a JSON file.
414412
- [write-json-file](https://github.com/sindresorhus/write-json-file) - Stringify and write JSON to a file atomically.
415413
- [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) - Like `fs.createWriteStream()`, but atomic.
416414
- [filenamify](https://github.com/sindresorhus/filenamify) - Convert a string to a valid filename.
417-
- [lnfs](https://github.com/kevva/lnfs) - Force create symlinks like `ln -fs`.
418415
- [istextorbinary](https://github.com/bevry/istextorbinary) - Check if a file is text or binary.
419416
- [fs-jetpack](https://github.com/szwacz/fs-jetpack) - Completely redesigned file system API for convenience in everyday use.
420417
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module.
@@ -434,7 +431,7 @@
434431
- [More…](https://github.com/sindresorhus/promise-fun)
435432
- Observables
436433
- [RxJS](https://github.com/ReactiveX/RxJS) - Reactive programming.
437-
- [observable-to-promise](https://github.com/sindresorhus/awesome-observables) - Convert an Observable to a Promise.
434+
- [observable-to-promise](https://github.com/sindresorhus/observable-to-promise) - Convert an Observable to a Promise.
438435
- [More…](https://github.com/sindresorhus/awesome-observables)
439436
- Streams
440437
- [Highland.js](https://github.com/caolan/highland) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
@@ -471,12 +468,12 @@
471468
### Image
472469

473470
- [sharp](https://github.com/lovell/sharp) - The fastest module for resizing JPEG, PNG, WebP and TIFF images.
474-
- [image-type](https://github.com/sindresorhus/image-type) - Detect the image type of a Buffer/Uint8Array.
471+
- [image-type](https://github.com/sindresorhus/image-type) - Detect the type of an image.
472+
- [image-dimensions](https://github.com/sindresorhus/image-dimensions) - Get the dimensions of an image.
475473
- [gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick wrapper.
476474
- [lwip](https://github.com/EyalAr/lwip) - Lightweight image processor which does not require ImageMagick.
477475
- [pica](https://github.com/nodeca/pica) - High quality & fast resize (lanczos3) in pure JS. Alternative to canvas drawImage(), when no pixelation allowed.
478476
- [jimp](https://github.com/oliver-moran/jimp) - Image processing in pure JavaScript.
479-
- [probe-image-size](https://github.com/nodeca/probe-image-size) - Get the size of most image formats without a full download.
480477
- [qrcode](https://github.com/soldair/node-qrcode) - QR code and bar code generator.
481478
- [ImageScript](https://github.com/matmen/ImageScript) - Image processing in JavaScript, utilizing WebAssembly for performance.
482479

@@ -585,7 +582,6 @@
585582
- [Archiver](https://github.com/archiverjs/node-archiver) - Streaming interface for archive generation, supporting ZIP and TAR.
586583
- [pako](https://github.com/nodeca/pako) - High speed zlib port to pure js (deflate, inflate, gzip).
587584
- [tar-stream](https://github.com/mafintosh/tar-stream) - Streaming tar parser and generator. Also see [tar-fs](https://github.com/mafintosh/tar-fs).
588-
- [decompress](https://github.com/kevva/decompress) - Decompression module with support for `tar`, `tar.gz` and `zip` files out of the box.
589585

590586
### Network
591587

@@ -811,7 +807,6 @@
811807
- [adit](https://github.com/markelog/adit) - SSH tunneling made simple.
812808
- [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer.
813809
- [Bottleneck](https://github.com/SGrondin/bottleneck) - Rate limiter that makes throttling easy.
814-
- [ow](https://github.com/sindresorhus/ow) - Function argument validation for humans.
815810
- [webworker-threads](https://github.com/audreyt/node-webworker-threads) - Lightweight Web Worker API implementation with native threads.
816811
- [clipboardy](https://github.com/sindresorhus/clipboardy) - Access the system clipboard (copy/paste).
817812
- [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) - Makes it easy to publish and install Node.js C++ addons from binaries.
@@ -823,15 +818,15 @@
823818
- [jsdom](https://github.com/jsdom/jsdom) - JavaScript implementation of HTML and the DOM.
824819
- [@sindresorhus/is](https://github.com/sindresorhus/is) - Type check values.
825820
- [env-dot-prop](https://github.com/simonepri/env-dot-prop) - Get, set, or delete nested properties of process.env using a dot path.
826-
- [emittery](https://github.com/sindresorhus/emittery) - Simple and modern async event emitter.
827821
- [node-video-lib](https://github.com/gkozlenko/node-video-lib) - Pure JavaScript library for working with MP4 and FLV video files and creating MPEG-TS chunks for HLS streaming.
828-
- [basic-ftp](https://github.com/patrickjuchli/basic-ftp) FTP/FTPS client.
822+
- [basic-ftp](https://github.com/patrickjuchli/basic-ftp) - FTP/FTPS client.
829823
- [cashify](https://github.com/xxczaki/cashify) - Currency conversion.
830824
- [genepi](https://github.com/Geode-solutions/genepi) - Automatically generate a native Node.js addon from C++ code.
831825
- [husky](https://github.com/typicode/husky) - Create Git hook scripts.
832826
- [patch-package](https://github.com/ds300/patch-package) - Make and preserve fixes to npm dependencies.
833827
- [editly](https://github.com/mifi/editly) - Declarative video editing API.
834828
- [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexes.
829+
- [uint8array-extras](https://github.com/sindresorhus/uint8array-extras) - Useful utilities for working with Uint8Array and Buffer.
835830

836831
## Package Manager
837832

0 commit comments

Comments
 (0)