15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "egg-errors@^2.3.0",
  "_id": "egg-errors@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-E+Sx7IBVrfRyHSjFXaq4sCZ3Uk3ka9PYySaQ8VbRZmLEt9ENBCD99yVzLIeWUH2QfzvkrjY9El1eHmLeRx7cfw==",
  "_location": "/egg-errors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "egg-errors@^2.3.0",
    "name": "egg-errors",
    "escapedName": "egg-errors",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/ee-core",
    "/egg-logger"
  ],
  "_resolved": "https://registry.npmmirror.com/egg-errors/-/egg-errors-2.3.2.tgz",
  "_shasum": "c40306e6b5796509d11e5496a181adca110055db",
  "_spec": "egg-errors@^2.3.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
  "author": {
    "name": "popomore"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "egg-errors provide two kinds of errors that is Error and Exception.",
  "devDependencies": {
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.12",
    "dedent": "^0.7.0",
    "egg-bin": "^4.9.0",
    "egg-mock": "^4.0.1",
    "eslint": "^6",
    "eslint-config-egg": "^9.0.0",
    "git-contributor": "^1.0.10",
    "statuses": "^1.5.0",
    "toidentifier": "^1.0.0",
    "typescript": "^3.2.2"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "eslintIgnore": [
    "coverage"
  ],
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "homepage": "https://github.com/eggjs/egg-errors#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "egg-errors",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/eggjs/egg-errors.git"
  },
  "scripts": {
    "ci": "npm run lint && npm run cov && npm run tsc",
    "contributor": "git-contributor",
    "cov": "egg-bin cov --typescript",
    "lint": "eslint . --ext .ts",
    "prepublishOnly": "npm run tsc",
    "test": "egg-bin test --typescript",
    "tsc": "tsc -p tsconfig.json"
  },
  "types": "lib/index.d.ts",
  "version": "2.3.2"
}