{ "_from": "md5-hex@^2.0.0", "_id": "md5-hex@2.0.0", "_inBundle": false, "_integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=", "_location": "/md5-hex", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "md5-hex@^2.0.0", "name": "md5-hex", "escapedName": "md5-hex", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/broccoli-lint-eslint" ], "_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz", "_shasum": "d0588e9f1c74954492ecd24ac0ac6ce997d92e33", "_spec": "md5-hex@^2.0.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-lint-eslint", "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": ">=4" }, "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": "2.0.0" }