1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00
Files
mywebsite/node_modules/basic-auth/package.json

98 lines
2.4 KiB
JSON

{
"_args": [
[
"basic-auth@~1.0.3",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/morgan"
]
],
"_from": "basic-auth@>=1.0.3 <1.1.0",
"_id": "basic-auth@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/basic-auth",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "basic-auth",
"raw": "basic-auth@~1.0.3",
"rawSpec": "~1.0.3",
"scope": null,
"spec": ">=1.0.3 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/morgan"
],
"_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz",
"_shasum": "41f55523e589405038ee3567958c62a5ed70551a",
"_shrinkwrap": null,
"_spec": "basic-auth@~1.0.3",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/morgan",
"bugs": {
"url": "https://github.com/jshttp/basic-auth/issues"
},
"dependencies": {},
"description": "node.js basic auth parser",
"devDependencies": {
"istanbul": "0.3.17",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "41f55523e589405038ee3567958c62a5ed70551a",
"tarball": "http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "eec1944e5a54c907676822096d40bc7c52c0aff3",
"homepage": "https://github.com/jshttp/basic-auth",
"keywords": [
"auth",
"authorization",
"basic",
"basicauth"
],
"license": "MIT",
"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"
}
],
"name": "basic-auth",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/basic-auth.git"
},
"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/"
},
"version": "1.0.3"
}