Files
wangxiaowei 5d7b75a14e first commit
2025-12-09 13:35:21 +08:00

88 lines
2.0 KiB
JSON

{
"_from": "error-ex@^1.2.0",
"_id": "error-ex@1.3.4",
"_inBundle": false,
"_integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
"_location": "/error-ex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "error-ex@^1.2.0",
"name": "error-ex",
"escapedName": "error-ex",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/cosmiconfig/parse-json",
"/parse-json"
],
"_resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.4.tgz",
"_shasum": "b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414",
"_spec": "error-ex@^1.2.0",
"_where": "E:\\work\\Vue\\xiuhu\\shop\\node_modules\\parse-json",
"bugs": {
"url": "https://github.com/qix-/node-error-ex/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-arrayish": "^0.2.1"
},
"deprecated": false,
"description": "Easy error subclassing and stack customization",
"devDependencies": {
"coffee-script": "^1.9.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"should": "^7.0.1",
"xo": "^0.7.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/qix-/node-error-ex#readme",
"keywords": [
"error",
"errors",
"extend",
"extending",
"extension",
"subclass",
"stack",
"custom"
],
"license": "MIT",
"maintainers": [
{
"name": "Josh Junon",
"email": "i.am.qix@gmail.com",
"url": "github.com/qix-"
},
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
}
],
"name": "error-ex",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-error-ex.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha --compilers coffee:coffee-script/register"
},
"version": "1.3.4",
"xo": {
"rules": {
"operator-linebreak": [
0
]
}
}
}