Linus Unnebäck
@linusu
62
Published Tools
3,608
Total Stars
0
Weekly Downloads
1,038
GitHub Followers
892
Public Repos
Published Tools
62 Skillsacross 2 categoriesappdmg
linusu
Generate beautiful DMG-images for your OS X applications.
multer-s3
linusu
Streaming multer storage engine for AWS S3
react-native-get-random-values
linusu
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
...morewav
linusu
`Reader` and `Writer` streams for Microsoft WAVE audio files
@wext/shipit
linusu
Automate the process of shipping Web Extensions for Chrome, Firefox, Safari, Opera and Edge.
application-config
linusu
Store your applications config where the operating system wants you to.
@cwasm/nsgif
linusu
GIF decoding for Node.js, using [Libnsgif][Libnsgif] compiled to [WebAssembly][WebAssembly].
@cwasm/lodepng
linusu
PNG decoding/encoding for Node.js, using [LodePNG][LodePNG] compiled to [WebAssembly][WebAssembly].
resize-image-data
linusu
Resize a decoded raw image.
application-config-path
linusu
Store your application config in the right location.
cachedir
linusu
Provides a directory where the OS wants you to store cached files.
buffer-from
linusu
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
ico-to-png
linusu
Convert an ICO file to a PNG file.
ts-readme-generator
linusu
Small tool to automatically generate your API documentation straight into your `readme.md` from your TypeScript typings.
decode-ico
linusu
Decode `.ico` icons
blockhash-core
linusu
This is the core implementation of the [blockhash perceptual image hashing algorithm](http://blockhash.io).
buffer-alloc-unsafe
linusu
A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.
macos-alias
linusu
Mac OS aliases creation and reading from node.js
buffer-alloc
linusu
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.
@cwasm/jpeg-turbo
linusu
JPEG decoding for Node.js, using [libjpeg-turbo][libjpeg-turbo] compiled to [WebAssembly][WebAssembly].
encode-utf8
linusu
Turn a string into an ArrayBuffer by using the UTF8 encoding.
@cwasm/webp
linusu
WebP decoding for Node.js, using [libwebp][libwebp] compiled to [WebAssembly][WebAssembly].
base32-decode
linusu
Base32 decoder with support for multiple variants.
murmur-128
linusu
MurmurHash3 x86 128-bit implemented in JavaScript.
append-field
linusu
A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
...morearray-buffer-to-hex
linusu
Turn an `ArrayBuffer` into a string of hexadecimal characters.
fast-base64-encode
linusu
A fast Base64 encoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
...morets-replace-all
linusu
This package includes the [core-js](https://github.com/zloirock/core-js) polyfill for `String#replaceAll`, along with TypeScript typings.
...moremd5-dir
linusu
Get the MD5-sum of a given directory, with low memory usage, even on huge files.
fast-base64-decode
linusu
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
...moremurmur-32
linusu
MurmurHash3 x86 32-bit implemented in JavaScript.
fs-temp
linusu
`fs-temp` is a quick and simple way to create temporary files and directories.
lodepng
linusu
Bindings for LodePNG which decodes and encodes PNG images.
to-data-view
linusu
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
...morecrypto-random-hex
linusu
Get a, cryptographically strong, string of random hexadecimal characters.
decode-bmp
linusu
Decode `.bmp` images
load-yaml-file
linusu
Read and parse a YAML file.
react-native-random-uuid
linusu
A small implementation of `crypto.randomUUID` for React Native.
rotate-image-data
linusu
Rotate a decoded raw image.
get-visible-text
linusu
Retreives the visible text of a DOM Element.
random-path
linusu
Generate a random path name.
crypto-digest-sync
linusu
Synchronously return a digest generated from the given hash function and data.
testdata-w3c-json-form
linusu
This repository contains test data intended to be used by people building query parsers that follows [the W3C JSON form spec](http://www.w3.org/TR/html-json-forms/).
...more@cwasm/nsbmp
linusu
BMP decoding for Node.js, using [Libnsbmp][Libnsbmp] compiled to [WebAssembly][WebAssembly].
integer-array-ops
linusu
Preform computations on arrays of integers.
aws-has-region
linusu
Check wether or not the aws-sdk has a configured region, without loading any clients into memory.
sms-utils
linusu
Some utilities for working with SMS messages in Node.js.
@cwasm/openbsd-bcrypt
linusu
BCrypt hashing for Node.js, using [OpenBSD BCrypt](https://github.com/openbsd/src/blob/f44894b666c6ba7c3d8311fa58313aca937d227e/lib/libc/crypt/bcrypt.c) compiled to [WebAssembly](https://webassembly.org/).
...more@cwasm/openwall-bcrypt
linusu
BCrypt hashing for Node.js, using [Openwall BCrypt](https://www.openwall.com/crypt/) compiled to [WebAssembly](https://webassembly.org/).
...more@canvas/image
linusu
An `Image` implementation for usage outside of the browser.
@canvas/image-data
linusu
An `ImageData` implementation for usage outside of the browser.
ds-store
linusu
.DS_Store manipulation and creation from node.js
source-map-support
linusu
Fixes stack traces for files with source maps
is-my-json-valid
linusu
A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.
eslint-config-standard-react
linusu
JavaScript Standard Style React/JSX support - ESLint Shareable Config
ts-standard
linusu
TypeScript Standard Style based on StandardJS
md5-file
linusu
Get the MD5-sum of a given file, with low memory usage, even on huge files.
jsonlines
linusu
Parse [JSONLines](http://jsonlines.org) with Node.js.
buffer-fill
linusu
A [ponyfill](https://ponyfill.com) for `Buffer.fill`.
mongo-mock
linusu
Let's pretend we have a real MongoDB
@ctrlpanel/pbkdf2
linusu
Small package exporting a PBKDF2 function that works both in Node.js and in browsers.
timekeeper
linusu
Easy testing of time-dependent code.