| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "koa-logger@3.2.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "koa-logger@3.2.1",
- "_id": "koa-logger@3.2.1",
- "_inBundle": false,
- "_integrity": "sha512-MjlznhLLKy9+kG8nAXKJLM0/ClsQp/Or2vI3a5rbSQmgl8IJBQO0KI5FA70BvW+hqjtxjp49SpH2E7okS6NmHg==",
- "_location": "/koa-logger",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "koa-logger@3.2.1",
- "name": "koa-logger",
- "escapedName": "koa-logger",
- "rawSpec": "3.2.1",
- "saveSpec": null,
- "fetchSpec": "3.2.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/koa-logger/-/koa-logger-3.2.1.tgz",
- "_spec": "3.2.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/koajs/logger/issues"
- },
- "dependencies": {
- "bytes": "^3.1.0",
- "chalk": "^2.4.2",
- "humanize-number": "0.0.2",
- "passthrough-counter": "^1.0.0"
- },
- "description": "Logging middleware for koa",
- "devDependencies": {
- "boom": "^7.3.0",
- "chai": "^4.2.0",
- "eslint": "^6.0.1",
- "eslint-config-standard": "^13.0.1",
- "eslint-plugin-import": "^2.18.0",
- "eslint-plugin-node": "^9.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.0",
- "koa": "^2.7.0",
- "koa-compress": "^3.0.0",
- "koa-route": "^3.2.0",
- "mocha": "^6.1.4",
- "sinon": "^7.3.2",
- "sinon-chai": "^3.3.0",
- "supertest": "^4.0.2"
- },
- "engines": {
- "node": ">= 7.6.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/koajs/logger#readme",
- "keywords": [
- "koa",
- "middleware",
- "logger",
- "log"
- ],
- "license": "MIT",
- "name": "koa-logger",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/koajs/logger.git"
- },
- "scripts": {
- "lint": "eslint --fix .",
- "test": "mocha test.js --exit"
- },
- "version": "3.2.1"
- }
|