md5-es
Version:
FASTEST Cryptographic hash library producing a 128-bit (16-byte) hash value
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "md5-es",
"version": "1.8.2",
"description": "FASTEST Cryptographic hash library producing a 128-bit (16-byte) hash value",
"main": "./build/md5-es.min.js",
"scripts": {
"eslint": "eslint *.babel.js src test",
"build": "rimraf build && webpack -p",
"perf": "babel-node perf/Perf.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/logotype/es-crypto.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.0.0",
"eslint-plugin-babel": "^4.0.1",
"jest": "^20.0.4",
"json-loader": "^0.5.4",
"rimraf": "^2.5.4",
"webpack": "^2.6.1",
"yargs": "^8.0.2"
},
"keywords": [
"MD5",
"ES2015"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/logotype/es-crypto/issues"
},
"homepage": "https://github.com/logotype/es-crypto#readme"
}