{ "_args": [ [ "koa-mount@4.0.0", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_from": "koa-mount@4.0.0", "_id": "koa-mount@4.0.0", "_inBundle": false, "_integrity": "sha512-rm71jaA/P+6HeCpoRhmCv8KVBIi0tfGuO/dMKicbQnQW/YJntJ6MnnspkodoA4QstMVEZArsCphmd0bJEtoMjQ==", "_location": "/koa-mount", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "koa-mount@4.0.0", "name": "koa-mount", "escapedName": "koa-mount", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/@hap-toolkit/server" ], "_resolved": "https://registry.npmmirror.com/koa-mount/-/koa-mount-4.0.0.tgz", "_spec": "4.0.0", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "bugs": { "url": "https://github.com/koajs/mount/issues" }, "dependencies": { "debug": "^4.0.1", "koa-compose": "^4.1.0" }, "description": "Mounting middleware for koa", "devDependencies": { "eslint": "^3.18.0", "eslint-config-standard": "^7.1.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^2.1.1", "istanbul": "^0.4.5", "koa": "^2.0.1", "koa-static": "^3.0.0", "mocha": "^3.2.0", "should": "^11.2.0", "supertest": "^3.0.0" }, "engines": { "node": ">= 7.6.0" }, "files": [ "index.js" ], "homepage": "https://github.com/koajs/mount#readme", "keywords": [ "koa", "middleware", "mount", "mounting" ], "license": "MIT", "name": "koa-mount", "repository": { "type": "git", "url": "git+https://github.com/koajs/mount.git" }, "scripts": { "lint": "eslint --fix .", "test": "NODE_ENV=test mocha --reporter spec", "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha", "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly" }, "version": "4.0.0" }