{ "_from": "js-md5", "_id": "js-md5@0.8.3", "_inBundle": false, "_integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==", "_location": "/js-md5", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "js-md5", "name": "js-md5", "escapedName": "js-md5", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz", "_shasum": "921bab7efa95bfc9d62b87ee08a57f8fe4305b69", "_spec": "js-md5", "_where": "D:\\work\\moni", "author": { "name": "Chen, Yi-Cyuan", "email": "emn178@gmail.com" }, "browser": { "crypto": false, "buffer": false }, "bugs": { "url": "https://github.com/emn178/js-md5/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.", "devDependencies": { "expect.js": "~0.3.1", "jsdoc": "~4.0.2", "mocha": "~10.2.0", "nyc": "^15.1.0", "requirejs": "^2.1.22", "tiny-worker": "^2.3.0", "uglify-js": "^3.1.9" }, "homepage": "https://github.com/emn178/js-md5", "keywords": [ "md5", "hash", "encryption", "cryptography", "HMAC" ], "license": "MIT", "main": "src/md5.js", "name": "js-md5", "nyc": { "exclude": [ "tests" ] }, "repository": { "type": "git", "url": "git+https://github.com/emn178/js-md5.git" }, "scripts": { "build": "npm run-script compress;npm run-script doc", "compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js", "coveralls": "nyc report --reporter=text-lcov | coveralls", "doc": "rm -rf doc;jsdoc src README.md -d doc", "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js", "test": "nyc mocha tests/node-test.js" }, "version": "0.8.3" }