UNPKG

overwatch-api-server

Version:
102 lines (101 loc) 2.71 kB
{ "_from": "blueimp-md5@^2.10.0", "_id": "blueimp-md5@2.16.0", "_inBundle": false, "_integrity": "sha512-j4nzWIqEFpLSbdhUApHRGDwfXbV8ALhqOn+FY5L6XBdKPAXU9BpGgFSbDsgqogfqPPR9R2WooseWCsfhfEC6uQ==", "_location": "/blueimp-md5", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "blueimp-md5@^2.10.0", "name": "blueimp-md5", "escapedName": "blueimp-md5", "rawSpec": "^2.10.0", "saveSpec": null, "fetchSpec": "^2.10.0" }, "_requiredBy": [ "/md5-hex" ], "_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.16.0.tgz", "_shasum": "9018bb805e4ee05512e0e8cbdb9305eeecbdc87c", "_spec": "blueimp-md5@^2.10.0", "_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\md5-hex", "author": { "name": "Sebastian Tschan", "url": "https://blueimp.net" }, "bugs": { "url": "https://github.com/blueimp/JavaScript-MD5/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Paul Johnston", "url": "http://pajhome.org.uk/crypt/md5" } ], "deprecated": false, "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": "7", "eslint-config-blueimp": "2", "eslint-config-prettier": "6", "eslint-plugin-jsdoc": "25", "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.16.0" }