88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"_from": "express-logging",
|
|
"_id": "express-logging@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YoOWGMurW7NhDxocFIU1L+nSbCo=",
|
|
"_location": "/express-logging",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "express-logging",
|
|
"name": "express-logging",
|
|
"escapedName": "express-logging",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/express-logging/-/express-logging-1.1.1.tgz",
|
|
"_shasum": "62839618cbab5bb3610f1a1c1485352fe9d26c2a",
|
|
"_spec": "express-logging",
|
|
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-crawlspider",
|
|
"author": {
|
|
"name": "Jorge Lorenzo Gallardo",
|
|
"email": "jorge.lorenzogallardo@telefonica.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/telefonica/node-express-logging/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Juan Antonio Hernando Labajo",
|
|
"email": "juanantonio.hernandolabajo@telefonica.com"
|
|
},
|
|
{
|
|
"name": "Guido García Bernardo",
|
|
"email": "guido.garciabernardo@telefonica.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"on-headers": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Express middleware to log each request and response",
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"coveralls": "^2.11.2",
|
|
"eslint": "^0.23.0",
|
|
"istanbul": "^0.3.16",
|
|
"jscs": "^1.13.1",
|
|
"mocha": "^2.2.5",
|
|
"proxyquire": "^1.5.0",
|
|
"should": "^7.0.1",
|
|
"sinon": "~1.15.3",
|
|
"sinon-chai": "^2.8.0",
|
|
"supertest": "^1.0.1",
|
|
"xunit-file": "^0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.26"
|
|
},
|
|
"homepage": "https://github.com/telefonica/node-express-logging#readme",
|
|
"keywords": [
|
|
"logging",
|
|
"express",
|
|
"middleware"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "lib/logging",
|
|
"name": "express-logging",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/telefonica/node-express-logging.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot test/environment.js test/unit/*-test.js",
|
|
"lint": "jscs lib && eslint lib",
|
|
"prepublish": "npm run test && npm run lint",
|
|
"test": "mocha -R spec test/environment.js test/unit/*-test.js",
|
|
"travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/environment.js test/*-test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|