mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_from": "http-auth@3.1.x",
|
|
"_id": "http-auth@3.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-lFz63WZSHq+PfISRPTd9exXyTjE=",
|
|
"_location": "/http-auth",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "http-auth@3.1.x",
|
|
"name": "http-auth",
|
|
"escapedName": "http-auth",
|
|
"rawSpec": "3.1.x",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.x"
|
|
},
|
|
"_requiredBy": [
|
|
"/live-server"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-auth/-/http-auth-3.1.3.tgz",
|
|
"_shasum": "945cfadd66521eaf8f7c84913d377d7b15f24e31",
|
|
"_spec": "http-auth@3.1.x",
|
|
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/lib/live-server",
|
|
"author": {
|
|
"name": "Gevorg Harutyunyan",
|
|
"url": "http://github.com/gevorg"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/http-auth/http-auth/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"apache-crypt": "^1.1.2",
|
|
"apache-md5": "^1.0.6",
|
|
"bcryptjs": "^2.3.0",
|
|
"uuid": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js package for HTTP basic and digest access authentication.",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"express": "^4.13.4",
|
|
"hapi": "^15.0.3",
|
|
"http-proxy": "^1.13.3",
|
|
"koa": "^1.2.0",
|
|
"mocha": "^3.1.2",
|
|
"passport": "^0.3.2",
|
|
"request": "^2.72.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.6.1"
|
|
},
|
|
"homepage": "http://http-auth.info",
|
|
"keywords": [
|
|
"http",
|
|
"basic",
|
|
"digest",
|
|
"access",
|
|
"authentication"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/http-auth/http-auth/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./src/http-auth.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "gevorg",
|
|
"email": "gevorg.ha@gmail.com"
|
|
}
|
|
],
|
|
"name": "http-auth",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/http-auth/http-auth.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "3.1.3"
|
|
}
|