{ "_from": "check-error@^2.1.1", "_id": "check-error@2.1.1", "_inBundle": false, "_integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==", "_location": "/check-error", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "check-error@^2.1.1", "name": "check-error", "escapedName": "check-error", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/chai" ], "_resolved": "https://registry.npmmirror.com/check-error/-/check-error-2.1.1.tgz", "_shasum": "87eb876ae71ee388fa0471fe423f494be1d96ccc", "_spec": "check-error@^2.1.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\chai", "author": { "name": "Jake Luer", "email": "jake@alogicalparadox.com", "url": "http://alogicalparadox.com" }, "bugs": { "url": "https://github.com/chaijs/check-error/issues" }, "bundleDependencies": false, "config": { "ghooks": { "commit-msg": "validate-commit-msg" } }, "contributors": [ { "name": "David Losert", "url": "https://github.com/davelosert" }, { "name": "Keith Cirkel", "url": "https://github.com/keithamus" }, { "name": "Miroslav Bajtoš", "url": "https://github.com/bajtos" }, { "name": "Lucas Fernandes da Costa", "url": "https://github.com/lucasfcosta" } ], "deprecated": false, "description": "Error comparison and information related utility for node and the browser", "devDependencies": { "@web/test-runner": "^0.17.0", "browserify": "^13.0.0", "browserify-istanbul": "^1.0.0", "eslint": "^2.4.0", "eslint-config-strict": "^8.5.0", "eslint-plugin-filenames": "^0.2.0", "ghooks": "^1.0.1", "mocha": "^9.1.2", "semantic-release": "^4.3.5", "simple-assert": "^2.0.0", "validate-commit-msg": "^2.3.1" }, "engines": { "node": ">= 16" }, "eslintConfig": { "extends": [ "strict/es6" ], "env": { "es6": true }, "globals": { "HTMLElement": false }, "rules": { "complexity": "off", "max-statements": "off", "prefer-arrow-callback": "off", "prefer-reflect": "off" } }, "files": [ "index.js", "check-error.js" ], "homepage": "https://github.com/chaijs/check-error#readme", "keywords": [ "check-error", "error", "chai util" ], "license": "MIT", "main": "./index.js", "module": "./index.js", "name": "check-error", "repository": { "type": "git", "url": "git+ssh://git@github.com/chaijs/check-error.git" }, "scripts": { "lint": "eslint --ignore-path .gitignore index.js test/", "pretest": "npm run lint", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "npm run test:node && npm run test:browser", "test:browser": "web-test-runner", "test:node": "mocha" }, "type": "module", "version": "2.1.1" }