{ "_from": "chai@^5.2.0", "_id": "chai@5.3.3", "_inBundle": false, "_integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", "_location": "/chai", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "chai@^5.2.0", "name": "chai", "escapedName": "chai", "rawSpec": "^5.2.0", "saveSpec": null, "fetchSpec": "^5.2.0" }, "_requiredBy": [ "/@vitest/expect", "/vitest" ], "_resolved": "https://registry.npmmirror.com/chai/-/chai-5.3.3.tgz", "_shasum": "dd3da955e270916a4bd3f625f4b919996ada7e06", "_spec": "chai@^5.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vitest", "author": { "name": "Jake Luer", "email": "jake@alogicalparadox.com" }, "bugs": { "url": "https://github.com/chaijs/chai/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jake Luer", "email": "jake@alogicalparadox.com" }, { "name": "Domenic Denicola", "email": "domenic@domenicdenicola.com", "url": "http://domenicdenicola.com" }, { "name": "Veselin Todorov", "email": "hi@vesln.com" }, { "name": "John Firebaugh", "email": "john.firebaugh@gmail.com" } ], "dependencies": { "assertion-error": "^2.0.1", "check-error": "^2.1.1", "deep-eql": "^5.0.1", "loupe": "^3.1.0", "pathval": "^2.0.0" }, "deprecated": false, "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", "devDependencies": { "@eslint/js": "^9.17.0", "@rollup/plugin-commonjs": "^25.0.7", "@web/dev-server-rollup": "^0.6.1", "@web/test-runner": "^0.18.0", "@web/test-runner-playwright": "^0.11.0", "c8": "^10.1.3", "esbuild": "^0.25.9", "eslint": "^8.56.0", "eslint-plugin-jsdoc": "^48.0.4", "mocha": "^10.2.0", "prettier": "^3.4.2", "typescript": "~5.7.3" }, "engines": { "node": ">=18" }, "files": [ "chai.js", "index.js", "lib", "register-*.js" ], "homepage": "http://chaijs.com", "keywords": [ "test", "assertion", "assert", "testing", "chai" ], "license": "MIT", "main": "./index.js", "name": "chai", "repository": { "type": "git", "url": "git+https://github.com/chaijs/chai.git" }, "scripts": { "build": "esbuild --bundle --format=esm --keep-names --outfile=index.js lib/chai.js", "clean": "rm -rf index.js coverage/", "format": "prettier --write lib", "lint": "npm run lint:js && npm run lint:format", "lint:format": "prettier --check lib", "lint:js": "eslint lib/", "lint:types": "tsc", "prebuild": "npm run clean", "pretest": "npm run lint", "test": "npm run test-node && npm run test-chrome", "test-chrome": "web-test-runner --playwright", "test-node": "c8 --99 --check-coverage mocha --require ./test/bootstrap/index.js test/*.js" }, "type": "module", "version": "5.3.3" }