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
| {
| "_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.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
| "_shasum": "3e5dd2079a82e812e983cc6610c4a2cb0eaa801a",
| "_spec": "makeerror@1.0.12",
| "_where": "D:\\project\\PAM\\PAMapp\\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"
| }
|
|