package.json 2.61 KB
{
  "_args": [
    [
      {
        "raw": "koa-morgan@^1.0.1",
        "scope": null,
        "escapedName": "koa-morgan",
        "name": "koa-morgan",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "koa-morgan@>=1.0.1 <2.0.0",
  "_id": "koa-morgan@1.0.1",
  "_inCache": true,
  "_location": "/koa-morgan",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "fundon",
    "email": "cfddream@gmail.com"
  },
  "_npmVersion": "3.5.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-morgan@^1.0.1",
    "scope": null,
    "escapedName": "koa-morgan",
    "name": "koa-morgan",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/koa-morgan/-/koa-morgan-1.0.1.tgz",
  "_shasum": "08052e0ce0d839d3c43178b90a5bb3424bef1f99",
  "_shrinkwrap": null,
  "_spec": "koa-morgan@^1.0.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Fangdun Cai",
    "email": "cfddream@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/koa-modules/morgan/issues"
  },
  "dependencies": {
    "morgan": "^1.6.1"
  },
  "description": "HTTP request logger middleware for koa",
  "devDependencies": {
    "co": "^4.x",
    "isparta": "^4.x",
    "koa": "next",
    "mocha": "^2.x",
    "power-assert": "^1.x",
    "split": "^1.x",
    "supertest": "^1.x"
  },
  "directories": {},
  "dist": {
    "shasum": "08052e0ce0d839d3c43178b90a5bb3424bef1f99",
    "tarball": "https://registry.npmjs.org/koa-morgan/-/koa-morgan-1.0.1.tgz"
  },
  "enignes": {
    "node": ">= 4"
  },
  "files": [
    "History.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "ccefe9263e22e11f796f1fee267ad6491d2f14d0",
  "homepage": "https://github.com/koa-modules/morgan#readme",
  "keywords": [
    "logger",
    "morgan"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "fundon",
      "email": "cfddream@gmail.com"
    }
  ],
  "name": "koa-morgan",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koa-modules/morgan.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks",
    "test-ci": "isparta cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/*.js",
    "test-cov": "isparta cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/*.js"
  },
  "version": "1.0.1"
}