diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-06 13:39:01 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-06 13:39:01 -0500 |
commit | b9b3b4b74e70cae099a6ccb0dd06427fdb5a2279 (patch) | |
tree | 70144dcfb7684b64f2c1fcb35dac538423a101d3 /dgbuilder/dgeflows/node_modules/morgan/package.json | |
parent | 78b70b90a20d8e6cd7e9b1da62397aa78b09b7ed (diff) |
Remove obsolete dgbuilder
SDNC dgbuilder is no longer used - dgbuilder is now in CCSDK.
Change-Id: I496e346ed3864779f36c00c354742f7d36447399
Issue-ID: SDNC-488
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: e38fe292bd511784d1c145e84a9af7d94b6f3669
Diffstat (limited to 'dgbuilder/dgeflows/node_modules/morgan/package.json')
-rw-r--r-- | dgbuilder/dgeflows/node_modules/morgan/package.json | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/dgbuilder/dgeflows/node_modules/morgan/package.json b/dgbuilder/dgeflows/node_modules/morgan/package.json deleted file mode 100644 index 25476961..00000000 --- a/dgbuilder/dgeflows/node_modules/morgan/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "morgan", - "description": "HTTP request logger middleware for node.js", - "version": "1.5.1", - "contributors": [ - { - "name": "Douglas Christopher Wilson", - "email": "doug@somethingdoug.com" - }, - { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com" - } - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/expressjs/morgan" - }, - "dependencies": { - "basic-auth": "1.0.0", - "debug": "~2.1.1", - "depd": "~1.0.0", - "on-finished": "~2.2.0" - }, - "devDependencies": { - "istanbul": "0.3.5", - "mocha": "~2.1.0", - "supertest": "~0.15.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "test": "mocha --check-leaks --reporter spec --bail", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" - }, - "gitHead": "ae84a264fb9cdd7b4d7e2bf19d93b0b51da99996", - "bugs": { - "url": "https://github.com/expressjs/morgan/issues" - }, - "homepage": "https://github.com/expressjs/morgan", - "_id": "morgan@1.5.1", - "_shasum": "a9688eed9187ab648d816fc09c696fae882e16f6", - "_from": "morgan@~1.5.1", - "_npmVersion": "1.4.28", - "_npmUser": { - "name": "dougwilson", - "email": "doug@somethingdoug.com" - }, - "maintainers": [ - { - "name": "jongleberry", - "email": "jonathanrichardong@gmail.com" - }, - { - "name": "dougwilson", - "email": "doug@somethingdoug.com" - }, - { - "name": "tjholowaychuk", - "email": "tj@vision-media.ca" - }, - { - "name": "shtylman", - "email": "shtylman@gmail.com" - }, - { - "name": "mscdex", - "email": "mscdex@mscdex.net" - }, - { - "name": "fishrock123", - "email": "fishrock123@rocketmail.com" - } - ], - "dist": { - "shasum": "a9688eed9187ab648d816fc09c696fae882e16f6", - "tarball": "http://registry.npmjs.org/morgan/-/morgan-1.5.1.tgz" - }, - "directories": {}, - "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.5.1.tgz", - "readme": "ERROR: No README data found!" -} |