codeql-action/node_modules/md5-o-matic/package.json
2020-06-24 14:33:14 +01:00

71 lines
1.6 KiB
JSON

{
"_args": [
[
"md5-o-matic@0.1.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "md5-o-matic@0.1.1",
"_id": "md5-o-matic@0.1.1",
"_inBundle": false,
"_integrity": "sha1-givM1l4RfFFPqxdrJZRdVBAKA8M=",
"_location": "/md5-o-matic",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "md5-o-matic@0.1.1",
"name": "md5-o-matic",
"escapedName": "md5-o-matic",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/concordance/md5-hex"
],
"_resolved": "https://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Trent Millar"
},
"bugs": {
"url": "https://github.com/trentmillar/md5-o-matic/issues"
},
"description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
"devDependencies": {
"mocha": "",
"should": ""
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/trentmillar/md5-o-matic",
"keywords": [
"md5",
"hashing",
"hash",
"encrypt",
"security",
"fast",
"md5-o-matic"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
}
],
"main": "lib/md5omatic.js",
"name": "md5-o-matic",
"repository": {
"type": "git",
"url": "git://github.com/trentmillar/md5-o-matic.git"
},
"scripts": {
"test": "mocha test/*.js"
},
"version": "0.1.1"
}