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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_args": [
    [
      "egg-utils@2.4.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "egg-utils@2.4.1",
  "_id": "egg-utils@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-M7KIuzZdlN7AsL2mFvx0jpyEGcKTeQ5j+YT3eAhJOpBvBH9f4by2nKnb30huTRZIeJpjXWPdEzjGck/uj2N0jw==",
  "_location": "/egg-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "egg-utils@2.4.1",
    "name": "egg-utils",
    "escapedName": "egg-utils",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/egg-bin",
    "/egg-cluster",
    "/egg-mock",
    "/egg-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/egg-utils/-/egg-utils-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com",
    "url": "https://fengmk2.com"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg-utils/issues"
  },
  "ci": {
    "version": "6, 7, 8",
    "license": true
  },
  "dependencies": {
    "mkdirp": "^0.5.1",
    "utility": "^1.13.1"
  },
  "description": "Utils for all egg projects",
  "devDependencies": {
    "autod": "^2.10.1",
    "coffee": "^4.1.0",
    "cpy": "^6.0.0",
    "egg-bin": "^4.3.5",
    "egg-ci": "^1.8.0",
    "eslint": "^4.9.0",
    "eslint-config-egg": "^5.1.1",
    "mm": "^2.2.0",
    "mz-modules": "^2.0.0",
    "npm": "2",
    "npminstall": "^3.1.4",
    "runscript": "^1.3.0",
    "ypkgfiles": "^1.2.0"
  },
  "engine": {
    "node": ">=6.0.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/eggjs/egg-utils#readme",
  "keywords": [
    "egg",
    "utils"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "egg-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-utils.git"
  },
  "scripts": {
    "autod": "autod",
    "ci": "npm run lint && npm run cov",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "test": "npm run lint && ypkgfiles && egg-bin test"
  },
  "version": "2.4.1"
}