| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "digest-header",
- "version": "0.0.1",
- "description": "Digest access authentication header helper",
- "main": "index.js",
- "scripts": {
- "test": "make test-all"
- },
- "config": {
- "cov": {
- "threshold": 100
- }
- },
- "dependencies": {
- "utility": "0.1.11"
- },
- "devDependencies": {
- "autod": "*",
- "contributors": "*",
- "cov": "*",
- "istanbul-harmony": "*",
- "jshint": "*",
- "mocha": "*",
- "should": "3.2.0"
- },
- "homepage": "https://github.com/fengmk2/digest-header",
- "repository": {
- "type": "git",
- "url": "git://github.com/fengmk2/digest-header.git",
- "web": "https://github.com/fengmk2/digest-header"
- },
- "bugs": {
- "url": "https://github.com/fengmk2/digest-header/issues",
- "email": "fengmk2@gmail.com"
- },
- "keywords": [
- "digest",
- "http-digest",
- "baseauth",
- "www-authenticate",
- "authentication",
- "http-authentication",
- "digestauth",
- "digest-auth",
- "digest-header"
- ],
- "engines": {
- "node": ">= 0.10.0"
- },
- "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
- "_from": "digest-header@0.0.1",
- "_resolved": "https://registry.npm.taobao.org/digest-header/download/digest-header-0.0.1.tgz"
- }
|