{ "_args": [ [ "blueimp-md5@2.15.0", "/Users/sam/code/codeql-action" ] ], "_development": true, "_from": "blueimp-md5@2.15.0", "_id": "blueimp-md5@2.15.0", "_inBundle": false, "_integrity": "sha512-Zc6sowqlCWu3+V0bocZwdaPPXlRv14EHtYcQDCOghj9EdyKLMkAOODBh3HHAx5r7QRylDYCOaXa/b/edgBLDpA==", "_location": "/blueimp-md5", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "blueimp-md5@2.15.0", "name": "blueimp-md5", "escapedName": "blueimp-md5", "rawSpec": "2.15.0", "saveSpec": null, "fetchSpec": "2.15.0" }, "_requiredBy": [ "/md5-hex" ], "_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.15.0.tgz", "_spec": "2.15.0", "_where": "/Users/sam/code/codeql-action", "author": { "name": "Sebastian Tschan", "url": "https://blueimp.net" }, "bugs": { "url": "https://github.com/blueimp/JavaScript-MD5/issues" }, "contributors": [ { "name": "Paul Johnston", "url": "http://pajhome.org.uk/crypt/md5" } ], "description": "JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.", "devDependencies": { "chai": "4", "eslint": "6", "eslint-config-blueimp": "1", "eslint-config-prettier": "6", "eslint-plugin-jsdoc": "24", "eslint-plugin-prettier": "3", "mocha": "7", "prettier": "2", "uglify-js": "3" }, "eslintConfig": { "extends": [ "blueimp", "plugin:jsdoc/recommended", "plugin:prettier/recommended" ], "env": { "browser": true, "node": true } }, "eslintIgnore": [ "js/*.min.js", "test/vendor" ], "files": [ "js/*.js", "js/*.js.map" ], "homepage": "https://github.com/blueimp/JavaScript-MD5", "keywords": [ "javascript", "md5" ], "license": "MIT", "main": "js/md5.js", "name": "blueimp-md5", "prettier": { "arrowParens": "avoid", "proseWrap": "always", "semi": false, "singleQuote": true, "trailingComma": "none" }, "repository": { "type": "git", "url": "git://github.com/blueimp/JavaScript-MD5.git" }, "scripts": { "build": "cd js && uglifyjs md5.js -c -m -o md5.min.js --source-map url=md5.min.js.map", "lint": "eslint .", "postversion": "git push --tags origin master master:gh-pages && npm publish", "preversion": "npm test", "test": "npm run lint && npm run unit", "unit": "mocha", "version": "npm run build && git add -A js" }, "title": "JavaScript MD5", "version": "2.15.0" }