{ "_from": "assertion-error@^2.0.1", "_id": "assertion-error@2.0.1", "_inBundle": false, "_integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", "_location": "/assertion-error", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "assertion-error@^2.0.1", "name": "assertion-error", "escapedName": "assertion-error", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/@types/chai", "/chai" ], "_resolved": "https://registry.npmmirror.com/assertion-error/-/assertion-error-2.0.1.tgz", "_shasum": "f641a196b335690b1070bf00b6e7593fec190bf7", "_spec": "assertion-error@^2.0.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\@types\\chai", "author": { "name": "Jake Luer", "email": "jake@qualiancy.com", "url": "http://qualiancy.com" }, "bugs": { "url": "https://github.com/chaijs/assertion-error/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.", "engines": { "node": ">=12" }, "files": [ "index.d.ts" ], "homepage": "https://github.com/chaijs/assertion-error#readme", "keywords": [ "test", "assertion", "assertion-error" ], "license": "MIT", "main": "index.js", "module": "index.js", "name": "assertion-error", "repository": { "type": "git", "url": "git+ssh://git@github.com/chaijs/assertion-error.git" }, "scripts": { "build": "deno bundle mod.ts > index.js", "posttest": "deno coverage coverage --lcov > coverage/lcov.info && lcov --summary coverage/lcov.info", "pretest": "rm -rf coverage/", "test": "deno test --coverage=coverage" }, "type": "module", "types": "./index.d.ts", "version": "2.0.1" }