mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
77
78
79
80
81
82
83
84
85
86
87
88
{
  "_args": [
    [
      "koa-router@7.4.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "koa-router@7.4.0",
  "_id": "koa-router@7.4.0",
  "_inBundle": false,
  "_integrity": "sha512-IWhaDXeAnfDBEpWS6hkGdZ1ablgr6Q6pGdXCyK38RbzuH4LkUOpPqPw+3f8l8aTDrQmBQ7xJc0bs2yV4dzcO+g==",
  "_location": "/koa-router",
  "_phantomChildren": {
    "any-promise": "1.3.0",
    "inherits": "2.0.4",
    "ms": "2.1.2",
    "setprototypeof": "1.2.0",
    "toidentifier": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-router@7.4.0",
    "name": "koa-router",
    "escapedName": "koa-router",
    "rawSpec": "7.4.0",
    "saveSpec": null,
    "fetchSpec": "7.4.0"
  },
  "_requiredBy": [
    "/@hap-toolkit/debugger",
    "/@hap-toolkit/packager",
    "/@hap-toolkit/server"
  ],
  "_resolved": "https://registry.npmmirror.com/koa-router/-/koa-router-7.4.0.tgz",
  "_spec": "7.4.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Alex Mingoia",
    "email": "talk@alexmingoia.com"
  },
  "bugs": {
    "url": "https://github.com/alexmingoia/koa-router/issues"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "http-errors": "^1.3.1",
    "koa-compose": "^3.0.0",
    "methods": "^1.0.1",
    "path-to-regexp": "^1.1.1",
    "urijs": "^1.19.0"
  },
  "description": "Router middleware for koa. Provides RESTful resource routing.",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "gulp": "^3.8.11",
    "jsdoc-to-markdown": "^1.1.1",
    "koa": "2.2.0",
    "mocha": "^2.0.1",
    "should": "^6.0.3",
    "supertest": "^1.0.1"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/alexmingoia/koa-router#readme",
  "keywords": [
    "koa",
    "middleware",
    "router",
    "route"
  ],
  "license": "MIT",
  "main": "lib/router.js",
  "name": "koa-router",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexmingoia/koa-router.git"
  },
  "scripts": {
    "docs": "NODE_ENV=test node node_modules/gulp/bin/gulp.js docs",
    "test": "NODE_ENV=test mocha test/**/*.js"
  },
  "version": "7.4.0"
}