{
  "_args": [
    [
      "js-md5@0.8.3",
      "/var/lib/jenkins/workspace/app-breed-h5"
    ]
  ],
  "_from": "js-md5@0.8.3",
  "_id": "js-md5@0.8.3",
  "_inBundle": false,
  "_integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
  "_location": "/js-md5",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-md5@0.8.3",
    "name": "js-md5",
    "escapedName": "js-md5",
    "rawSpec": "0.8.3",
    "saveSpec": null,
    "fetchSpec": "0.8.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/js-md5/-/js-md5-0.8.3.tgz",
  "_spec": "0.8.3",
  "_where": "/var/lib/jenkins/workspace/app-breed-h5",
  "author": {
    "name": "Chen, Yi-Cyuan",
    "email": "emn178@gmail.com"
  },
  "browser": {
    "crypto": false,
    "buffer": false
  },
  "bugs": {
    "url": "https://github.com/emn178/js-md5/issues"
  },
  "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"
}
