hz-zhhq-web/node_modules/makeerror/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2025-02-25 13:46:30 +08:00
{
"_from": "makeerror@1.0.12",
"_id": "makeerror@1.0.12",
"_inBundle": false,
"_integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
"_location": "/makeerror",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "makeerror@1.0.12",
"name": "makeerror",
"escapedName": "makeerror",
"rawSpec": "1.0.12",
"saveSpec": null,
"fetchSpec": "1.0.12"
},
"_requiredBy": [
"/walker"
],
"_resolved": "https://registry.npmmirror.com/makeerror/-/makeerror-1.0.12.tgz",
"_shasum": "3e5dd2079a82e812e983cc6610c4a2cb0eaa801a",
"_spec": "makeerror@1.0.12",
"_where": "E:\\hz-zhhq-web\\node_modules\\walker",
"author": {
"name": "Naitik Shah",
"email": "n@daaku.org"
},
"bugs": {
"url": "https://github.com/daaku/nodejs-makeerror/issues"
},
"bundleDependencies": false,
"dependencies": {
"tmpl": "1.0.5"
},
"deprecated": false,
"description": "A library to make errors.",
"devDependencies": {
"mocha": "9.1.3"
},
"homepage": "https://github.com/daaku/nodejs-makeerror#readme",
"license": "BSD-3-Clause",
"main": "lib/makeerror",
"name": "makeerror",
"repository": {
"type": "git",
"url": "git+https://github.com/daaku/nodejs-makeerror.git"
},
"scripts": {
"test": "NODE_PATH=./lib mocha --ui exports"
},
"version": "1.0.12"
}