hexo/node_modules/digest-header/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "digest-header",
"version": "1.0.0",
"description": "Digest access authentication header helper",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "egg-bin test",
"ci": "egg-bin cov"
},
"dependencies": {
"utility": "^1.17.0"
},
"devDependencies": {
"contributors": "*",
"egg-bin": "^4.20.0",
"egg-ci": "^1.19.1",
"should": "3.2.0"
},
"homepage": "https://github.com/node-modules/digest-header",
"repository": {
"type": "git",
"url": "git@github.com:node-modules/digest-header.git"
},
"bugs": {
"url": "https://github.com/node-modules/digest-header/issues"
},
"keywords": [
"digest",
"http-digest",
"baseauth",
"www-authenticate",
"authentication",
"http-authentication",
"digestauth",
"digest-auth",
"digest-header"
],
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8, 10, 12, 14, 16, 18",
"type": "github",
"os": {
"github": "linux"
}
},
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}