package.json 1.6 KB
{
  "_from": "koa-static@^3.0.0",
  "_id": "koa-static@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-QEQiM9LAs1wiXkUBmcEL+KU55BY=",
  "_location": "/koa-static",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-static@^3.0.0",
    "name": "koa-static",
    "escapedName": "koa-static",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa-static/-/koa-static-3.0.0.tgz",
  "_shasum": "40442233d2c0b35c225e450199c10bf8a539e416",
  "_spec": "koa-static@^3.0.0",
  "_where": "/Users/fzy/project/efang",
  "bugs": {
    "url": "https://github.com/koajs/static/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "*",
    "koa-send": "^3.2.0"
  },
  "deprecated": false,
  "description": "Static file serving middleware for koa",
  "devDependencies": {
    "istanbul": "0",
    "koa": "2",
    "mocha": "2",
    "supertest": "1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/static#readme",
  "keywords": [
    "koa",
    "middleware",
    "file",
    "static",
    "sendfile"
  ],
  "license": "MIT",
  "name": "koa-static",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/static.git"
  },
  "scripts": {
    "test": "mocha --harmony --reporter spec",
    "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
    "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  },
  "version": "3.0.0"
}