solorice/vscodium/extensions/ritwickdey.liveserver-5.7.5/node_modules/apache-md5/package.json
2022-04-28 21:17:01 +03:00

79 lines
2.0 KiB
JSON

{
"_from": "apache-md5@^1.0.6",
"_id": "apache-md5@1.1.7",
"_inBundle": false,
"_integrity": "sha512-JtHjzZmJxtzfTSjsCyHgPR155HBe5WGyUyHTaEkfy46qhwCFKx1Epm6nAxgUG3WfUZP1dWhGqj9Z2NOBeZ+uBw==",
"_location": "/apache-md5",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apache-md5@^1.0.6",
"name": "apache-md5",
"escapedName": "apache-md5",
"rawSpec": "^1.0.6",
"saveSpec": null,
"fetchSpec": "^1.0.6"
},
"_requiredBy": [
"/http-auth"
],
"_resolved": "https://registry.npmjs.org/apache-md5/-/apache-md5-1.1.7.tgz",
"_shasum": "dcef1802700cc231d60c5e08fd088f2f9b36375a",
"_spec": "apache-md5@^1.0.6",
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/node_modules/http-auth",
"author": {
"name": "Gevorg Harutyunyan",
"url": "http://github.com/gevorg"
},
"bugs": {
"url": "http://github.com/gevorg/apache-md5/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"version": "1.1.7"
}