UNPKG

hash-string

Version:

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

30 lines (29 loc) 582 B
{ "name": "hash-string", "version": "1.0.0", "authors": [ "MatthewBarker <mrjbarker@hotmail.com>" ], "description": "A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.", "main": "build/hash-string.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "hash", "string", "algorithm" ], "license": "ISC", "homepage": "https://github.com/MatthewBarker/hash-string", "ignore": [ "**/.*", "node_modules", "bower_components", "example", "source", "gulpfile.js" ] }