1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "blueimp-md5",
- "version": "1.0.3",
- "title": "JavaScript MD5",
- "description": "JavaScript MD5 implementation.",
- "keywords": [
- "javascript",
- "md5"
- ],
- "homepage": "https://github.com/blueimp/JavaScript-MD5",
- "author": {
- "name": "Sebastian Tschan",
- "url": "https://blueimp.net"
- },
- "maintainers": [
- {
- "name": "Sebastian Tschan",
- "url": "https://blueimp.net"
- }
- ],
- "contributors": [
- {
- "name": "Paul Johnston",
- "url": "http://pajhome.org.uk/crypt/md5"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/blueimp/JavaScript-MD5.git"
- },
- "bugs": "https://github.com/blueimp/JavaScript-MD5/issues",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "devDependencies": {
- "mocha": "1.11.0",
- "expect.js": "0.2.0",
- "uglify-js": "2.3.6"
- },
- "main": "js/md5.js",
- "_release": "1.0.3",
- "_resolution": {
- "type": "version",
- "tag": "1.0.3",
- "commit": "299407012031ac6f60f832d3b5fa975fcb88b550"
- },
- "_source": "git://github.com/blueimp/JavaScript-MD5.git",
- "_target": "~1.0.1",
- "_originalSource": "blueimp-md5"
- }
|