77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"md5-hex@3.0.1",
|
|
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "md5-hex@3.0.1",
|
|
"_id": "md5-hex@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==",
|
|
"_location": "/md5-hex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "md5-hex@3.0.1",
|
|
"name": "md5-hex",
|
|
"escapedName": "md5-hex",
|
|
"rawSpec": "3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz",
|
|
"_spec": "3.0.1",
|
|
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/md5-hex/issues"
|
|
},
|
|
"dependencies": {
|
|
"blueimp-md5": "^2.10.0"
|
|
},
|
|
"description": "Create a MD5 hash with hex encoding",
|
|
"devDependencies": {
|
|
"@types/node": "^12.6.2",
|
|
"ava": "^2.2.0",
|
|
"tsd": "^0.7.4",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/md5-hex#readme",
|
|
"keywords": [
|
|
"hash",
|
|
"crypto",
|
|
"md5",
|
|
"hex",
|
|
"buffer",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"name": "md5-hex",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/md5-hex.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|