333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
{
  "_args": [
    [
      "egg-path-matching@1.0.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "egg-path-matching@1.0.1",
  "_id": "egg-path-matching@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-XhwWldfhbjKvdDE9kUA6ywxgcxcLFHNaNKP1VZAE9oYTcKGB+piEn99R18zZWvBbk7eXXKHcxT1PQYpqu9GR7A==",
  "_location": "/egg-path-matching",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "egg-path-matching@1.0.1",
    "name": "egg-path-matching",
    "escapedName": "egg-path-matching",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/egg-core",
    "/egg-security"
  ],
  "_resolved": "https://registry.npmjs.org/egg-path-matching/-/egg-path-matching-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "dead-horse",
    "email": "dead_horse@qq.com",
    "url": "http://deadhorse.me"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg-path-matching/issues"
  },
  "ci": {
    "version": "4,5,6"
  },
  "dependencies": {
    "path-to-regexp": "^1.7.0"
  },
  "description": "match or ignore url path",
  "devDependencies": {
    "autod": "^2.7.1",
    "egg-bin": "^1.7.0",
    "eslint": "^3.10.1",
    "eslint-config-egg": "^3.2.0",
    "intelli-espower-loader": "^1.0.1",
    "power-assert": "^1.4.2"
  },
  "engine": {
    "node": ">=4"
  },
  "homepage": "https://github.com/eggjs/egg-path-matching#readme",
  "keywords": [
    "url",
    "match",
    "ignore"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "egg-path-matching",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/eggjs/egg-path-matching.git"
  },
  "scripts": {
    "autod": "autod",
    "ci": "npm run lint && npm run cov",
    "cov": "egg-bin cov --require intelli-espower-loader",
    "lint": "eslint index.js test",
    "test": "egg-bin test --require intelli-espower-loader"
  },
  "version": "1.0.1"
}