package.json 1.6 KB
{
  "_from": "koa-send@^3.2.0",
  "_id": "koa-send@3.3.0",
  "_inBundle": false,
  "_integrity": "sha1-WkriRVZGgMbs9geeknX6UXOoYdw=",
  "_location": "/koa-send",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-send@^3.2.0",
    "name": "koa-send",
    "escapedName": "koa-send",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/koa-static",
    "/koa-views"
  ],
  "_resolved": "https://registry.npmjs.org/koa-send/-/koa-send-3.3.0.tgz",
  "_shasum": "5a4ae245564680c6ecf6079e9275fa5173a861dc",
  "_spec": "koa-send@^3.2.0",
  "_where": "/Users/fzy/project/efang/node_modules/koa-static",
  "bugs": {
    "url": "https://github.com/koajs/send/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "co": "^4.6.0",
    "debug": "^2.6.0",
    "mz": "^2.3.1",
    "resolve-path": "^1.3.1"
  },
  "deprecated": false,
  "description": "Transfer static files",
  "devDependencies": {
    "istanbul": "0",
    "koa": "1",
    "mocha": "3",
    "should": "11",
    "supertest": "2"
  },
  "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": {
    "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": "3.3.0"
}