aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json
new file mode 100644
index 00000000..8bcf1f9c
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/basic-auth/package.json
@@ -0,0 +1,110 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "basic-auth@~1.0.3",
+ "scope": null,
+ "escapedName": "basic-auth",
+ "name": "basic-auth",
+ "rawSpec": "~1.0.3",
+ "spec": ">=1.0.3 <1.1.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\morgan"
+ ]
+ ],
+ "_from": "basic-auth@>=1.0.3 <1.1.0",
+ "_id": "basic-auth@1.0.4",
+ "_inCache": true,
+ "_location": "/basic-auth",
+ "_nodeVersion": "4.4.3",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/basic-auth-1.0.4.tgz_1462938878912_0.717464140150696"
+ },
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "2.15.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "basic-auth@~1.0.3",
+ "scope": null,
+ "escapedName": "basic-auth",
+ "name": "basic-auth",
+ "rawSpec": "~1.0.3",
+ "spec": ">=1.0.3 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/morgan"
+ ],
+ "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
+ "_shasum": "030935b01de7c9b94a824b29f3fccb750d3a5290",
+ "_shrinkwrap": null,
+ "_spec": "basic-auth@~1.0.3",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\morgan",
+ "bugs": {
+ "url": "https://github.com/jshttp/basic-auth/issues"
+ },
+ "dependencies": {},
+ "description": "node.js basic auth parser",
+ "devDependencies": {
+ "istanbul": "0.4.3",
+ "mocha": "1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "030935b01de7c9b94a824b29f3fccb750d3a5290",
+ "tarball": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ },
+ "files": [
+ "HISTORY.md",
+ "LICENSE",
+ "index.js"
+ ],
+ "gitHead": "4682d99600383bad5a266efbaa5055657dd9891d",
+ "homepage": "https://github.com/jshttp/basic-auth#readme",
+ "keywords": [
+ "basic",
+ "auth",
+ "authorization",
+ "basicauth"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "jonathanong",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ }
+ ],
+ "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.4"
+}