{
  "_args": [
    [
      "apache-md5@1.1.8",
      "C:\\Users\\TouchSmart\\Desktop\\shoetryon-web-js-main"
    ]
  ],
  "_from": "apache-md5@1.1.8",
  "_id": "apache-md5@1.1.8",
  "_inBundle": false,
  "_integrity": "sha512-FCAJojipPn0bXjuEpjOOOMN8FZDkxfWWp4JGN9mifU2IhxvKyXZYqpzPHdnTSUpmPDy+tsslB6Z1g+Vg6nVbYA==",
  "_location": "/apache-md5",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apache-md5@1.1.8",
    "name": "apache-md5",
    "escapedName": "apache-md5",
    "rawSpec": "1.1.8",
    "saveSpec": null,
    "fetchSpec": "1.1.8"
  },
  "_requiredBy": [
    "/http-auth"
  ],
  "_resolved": "https://registry.npmjs.org/apache-md5/-/apache-md5-1.1.8.tgz",
  "_spec": "1.1.8",
  "_where": "C:\\Users\\TouchSmart\\Desktop\\shoetryon-web-js-main",
  "author": {
    "name": "Gevorg Harutyunyan",
    "url": "http://github.com/gevorg"
  },
  "bugs": {
    "url": "http://github.com/gevorg/apache-md5/issues"
  },
  "description": "Node.js module for Apache style password encryption using md5.",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "mocha": "^7.0.1",
    "prettier": "^1.19.1"
  },
  "engines": {
    "node": ">=8"
  },
  "homepage": "http://github.com/gevorg/apache-md5",
  "keywords": [
    "apache",
    "md5",
    "password",
    "htpasswd"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/gevorg/apache-md5/blob/master/LICENSE"
    }
  ],
  "main": "./src/index.js",
  "maintainers": [
    {
      "name": "gevorg",
      "email": "gevorg.ha@gmail.com"
    }
  ],
  "name": "apache-md5",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gevorg/apache-md5.git"
  },
  "scripts": {
    "pretest": "eslint --ignore-path .gitignore .",
    "test": "mocha"
  },
  "typings": "./src/apache-md5.d.ts",
  "version": "1.1.8"
}
