EVOLUTION-MANAGER
Edit File: package.json
{ "_args": [ [ "morgan@1.10.0", "/var/lib/jenkins/workspace/shiny/shiny-server-pipeline/master" ] ], "_from": "morgan@1.10.0", "_id": "morgan@1.10.0", "_inBundle": false, "_integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", "_location": "/morgan", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "morgan@1.10.0", "name": "morgan", "escapedName": "morgan", "rawSpec": "1.10.0", "saveSpec": null, "fetchSpec": "1.10.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", "_spec": "1.10.0", "_where": "/var/lib/jenkins/workspace/shiny/shiny-server-pipeline/master", "bugs": { "url": "https://github.com/expressjs/morgan/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "basic-auth": "~2.0.1", "debug": "2.6.9", "depd": "~2.0.0", "on-finished": "~2.3.0", "on-headers": "~1.0.2" }, "description": "HTTP request logger middleware for node.js", "devDependencies": { "eslint": "6.8.0", "eslint-config-standard": "14.1.0", "eslint-plugin-import": "2.20.1", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "9.2.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "mocha": "7.1.1", "nyc": "15.0.0", "split": "1.0.1", "supertest": "4.0.2" }, "engines": { "node": ">= 0.8.0" }, "files": [ "LICENSE", "HISTORY.md", "README.md", "index.js" ], "homepage": "https://github.com/expressjs/morgan#readme", "keywords": [ "express", "http", "logger", "middleware" ], "license": "MIT", "name": "morgan", "repository": { "type": "git", "url": "git+https://github.com/expressjs/morgan.git" }, "scripts": { "lint": "eslint --plugin markdown --ext js,md .", "test": "mocha --check-leaks --reporter spec --bail", "test-ci": "nyc --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "1.10.0" }