{
    "types": "index.d.ts",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "name": "@masx200/koa-range",
    "version": "1.0.5",
    "description": "range request implementation for koa",
    "main": "index.js",
    "scripts": {
        "test": "make test",
        "format": "prettier --write *.json *.js */*.js *.md"
    },
    "keywords": [
        "range",
        "koa",
        "http"
    ],
    "license": "MIT",
    "devDependencies": {
        "@types/koa": "^2.13.4",
        "istanbul": "^0.4.5",
        "koa": "^2.13.1",
        "koa-route": "^3.2.0",
        "make-lint": "^1.0.1",
        "mocha": "^9.0.1",
        "prettier": "^2.3.1",
        "should": "^13.2.3",
        "supertest": "^6.1.3"
    },
    "dependencies": {
        "stream-slice": "^0.1.2"
    },
    "engines": {
        "node": ">=7"
    },
    "directories": {
        "test": "test"
    },
    "repository": "git+https://github.com/masx200/koa-range.git",
    "author": "masx200 <masx200@qq.com>",
    "bugs": {
        "url": "https://github.com/masx200/koa-range/issues"
    },
    "homepage": "https://github.com/masx200/koa-range#readme"
}
