'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_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"
}