Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/md5-o-matic/package.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (44 sloc)
1.13 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "md5-o-matic", | |
"version": "0.1.1", | |
"description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39", | |
"main": "lib/md5omatic.js", | |
"directories": { | |
"test": "test" | |
}, | |
"scripts": { | |
"test": "mocha test/*.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/trentmillar/md5-o-matic.git" | |
}, | |
"keywords": [ | |
"md5", | |
"hashing", | |
"hash", | |
"encrypt", | |
"security", | |
"fast", | |
"md5-o-matic" | |
], | |
"readmeFilename": "README.md", | |
"author": { | |
"name": "Trent Millar" | |
}, | |
"licenses": [ | |
{ | |
"type": "MIT", | |
"url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE" | |
} | |
], | |
"devDependencies": { | |
"mocha": "", | |
"should": "" | |
}, | |
"readme": "# md5-o-matic\n\nMD5 Shootout and how it stacks up - http://jsperf.com/md5-shootout/39\nMD5-o-matic provides simple & fast MD5 hashing for Node.js that requires no other module dependencies.\n", | |
"bugs": { | |
"url": "https://github.com/trentmillar/md5-o-matic/issues" | |
}, | |
"homepage": "https://github.com/trentmillar/md5-o-matic" | |
} |