compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
99 lines (98 loc) • 2.58 kB
JSON
{
"_args": [
[
"basic-auth@~1.0.3",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/railway-routes/node_modules/express"
]
],
"_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",
"/railway-routes/express"
],
"_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/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/railway-routes/node_modules/express",
"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"
}