You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"_from": "md5-hex@^1.2.0",
|
|
"_id": "md5-hex@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=",
|
|
"_location": "/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": [
|
|
"/ava",
|
|
"/caching-transform",
|
|
"/package-hash"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
|
|
"_shasum": "d2c4afe983c4370662179b8cad145219135046c4",
|
|
"_spec": "md5-hex@^1.2.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"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"
|
|
}
|