{
  "_from": "koa-send@^4.1.3",
  "_id": "koa-send@4.1.3",
  "_inBundle": false,
  "_integrity": "sha512-3UetMBdaXSiw24qM2Mx5mKmxLKw5ZTPRjACjfhK6Haca55RKm9hr/uHDrkrxhSl5/S1CKI/RivZVIopiatZuTA==",
  "_location": "/koa-send",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-send@^4.1.3",
    "name": "koa-send",
    "escapedName": "koa-send",
    "rawSpec": "^4.1.3",
    "saveSpec": null,
    "fetchSpec": "^4.1.3"
  },
  "_requiredBy": [
    "/koa-static"
  ],
  "_resolved": "https://registry.npmjs.org/koa-send/-/koa-send-4.1.3.tgz",
  "_shasum": "0822207bbf5253a414c8f1765ebc29fa41353cb6",
  "_spec": "koa-send@^4.1.3",
  "_where": "/Users/haowen/WebstormProjects/koa-swapi/example/node_modules/koa-static",
  "bugs": {
    "url": "https://github.com/koajs/send/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^2.6.3",
    "http-errors": "^1.6.1",
    "mz": "^2.6.0",
    "resolve-path": "^1.4.0"
  },
  "deprecated": false,
  "description": "Transfer static files",
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "iltorb": "^1.2.1",
    "istanbul": "0",
    "koa": "2",
    "mocha": "3",
    "should": "11",
    "supertest": "3"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/send#readme",
  "keywords": [
    "koa",
    "file",
    "static",
    "sendfile"
  ],
  "license": "MIT",
  "name": "koa-send",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/send.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "mocha --require should --reporter spec",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --require should",
    "test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
  },
  "version": "4.1.3"
}
