72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "basic-auth",
|
|
"description": "node.js basic auth parser",
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"basic",
|
|
"auth",
|
|
"authorization",
|
|
"basicauth"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/basic-auth.git"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.17",
|
|
"mocha": "1.21.5"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --check-leaks --reporter spec --bail",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
|
},
|
|
"gitHead": "eec1944e5a54c907676822096d40bc7c52c0aff3",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/basic-auth/issues"
|
|
},
|
|
"homepage": "https://github.com/jshttp/basic-auth",
|
|
"_id": "basic-auth@1.0.3",
|
|
"_shasum": "41f55523e589405038ee3567958c62a5ed70551a",
|
|
"_from": "basic-auth@>=1.0.3 <2.0.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "jonathanong",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "41f55523e589405038ee3567958c62a5ed70551a",
|
|
"tarball": "http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|