You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parttimejob/node_modules/digest-header/package.json

45 lines
976 B

{
"name": "digest-header",
"version": "1.1.0",
"description": "Digest access authentication header helper",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "echo 'ignore'",
"test": "egg-bin test",
"ci": "egg-bin cov"
},
"dependencies": {},
"devDependencies": {
"contributors": "*",
"egg-bin": "^4.20.0",
"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"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}