Sha256: f49b21f5cab8f8837494136d3b8cacb279ef3dce77a4ad701362da2fd3108426
Contents?: true
Size: 1.88 KB
Versions: 62
Compression:
Stored size: 1.88 KB
Contents
{ "name": "md5-hex", "version": "1.1.0", "description": "Create a MD5 hash with hex encoding", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/md5-hex.git" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "browser": "browser.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "browser.js" ], "keywords": [ "hash", "crypto", "md5", "hex", "buffer", "browser", "browserify" ], "dependencies": { "md5-o-matic": "^0.1.1" }, "devDependencies": { "ava": "*", "xo": "*" }, "readme": "# md5-hex [![Build Status](https://travis-ci.org/sindresorhus/md5-hex.svg?branch=master)](https://travis-ci.org/sindresorhus/md5-hex)\n\n> Create a MD5 hash with hex encoding\n\n*Please don't use MD5 hashes for anything sensitive!*\n\nCheckout [`hasha`](https://github.com/sindresorhus/hasha) if you need something more flexible.\n\n\n## Install\n\n```\n$ npm install --save md5-hex\n```\n\n\n## Usage\n\n```js\nvar fs = require('fs');\nvar md5Hex = require('md5-hex');\nvar buffer = fs.readFileSync('unicorn.png');\n\nmd5Hex(buffer);\n//=> '1abcb33beeb811dca15f0ac3e47b88d9'\n```\n\n\n## API\n\n### md5Hex(input)\n\n#### input\n\nType: `buffer`, `string`\n\nPrefer buffers as they're faster to hash, but strings can be useful for small things.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", "readmeFilename": "readme.md", "bugs": { "url": "https://github.com/sindresorhus/md5-hex/issues" }, "homepage": "https://github.com/sindresorhus/md5-hex#readme", "_id": "md5-hex@1.1.0", "_shasum": "d107074c4ee81cbca7f2b61150669dce38058080", "_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz", "_from": "md5-hex@>=1.0.2 <2.0.0" }
Version data entries
62 entries across 62 versions & 1 rubygems