blob: ac686095ef98a78e6c6f8b407db36078fe0f37c0 [file] [log] [blame]
{
"_from": "md5-hex@^1.2.0",
"_id": "md5-hex@1.3.0",
"_inBundle": true,
"_integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=",
"_location": "/nyc/md5-hex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "md5-hex@^1.2.0",
"name": "md5-hex",
"escapedName": "md5-hex",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/nyc",
"/nyc/caching-transform"
],
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
"_shasum": "d2c4afe983c4370662179b8cad145219135046c4",
"_spec": "md5-hex@^1.2.0",
"_where": "/Users/benjamincoe/bcoe/nyc",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/sindresorhus/md5-hex/issues"
},
"bundleDependencies": false,
"dependencies": {
"md5-o-matic": "^0.1.1"
},
"deprecated": false,
"description": "Create a MD5 hash with hex encoding",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/sindresorhus/md5-hex#readme",
"keywords": [
"hash",
"crypto",
"md5",
"hex",
"buffer",
"browser",
"browserify"
],
"license": "MIT",
"name": "md5-hex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/md5-hex.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.3.0"
}