| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/nested-error-stacks/ |
Upload File : |
{
"name": "nested-error-stacks",
"version": "2.1.1",
"description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
"bugs": {
"url": "https://github.com/mdlavin/nested-error-stacks/issues"
},
"keywords": [
"error",
"nested",
"stack"
],
"repository": {
"type": "git",
"url": "https://github.com/mdlavin/nested-error-stacks.git"
},
"main": "index.js",
"files": [
"index.js",
"LICENSE"
],
"scripts": {
"test": "if node --version | grep -vE '^v(0|3|4|5|6|7)\\.' > /dev/null 2>&1; then eslint . || exit -1; fi; if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
},
"author": "Matt Lavin <matt.lavin@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.6.0",
"mocha": "^3.1.2",
"uuid": "^2.0.3"
}
}