2011-12-06 13:18:01 +00:00
|
|
|
{
|
|
|
|
"author": "Jake Luer <jake@alogicalparadox.com>",
|
2011-12-07 05:25:52 +00:00
|
|
|
"name": "chai",
|
2011-12-16 11:59:45 +00:00
|
|
|
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
2015-02-09 18:43:58 +00:00
|
|
|
"keywords": [
|
|
|
|
"test",
|
|
|
|
"assertion",
|
|
|
|
"assert",
|
|
|
|
"testing",
|
|
|
|
"chai"
|
|
|
|
],
|
2012-05-15 01:03:47 +00:00
|
|
|
"homepage": "http://chaijs.com",
|
|
|
|
"license": "MIT",
|
2012-05-07 22:01:03 +00:00
|
|
|
"contributors": [
|
|
|
|
"Jake Luer <jake@alogicalparadox.com>",
|
2012-05-15 01:03:47 +00:00
|
|
|
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
|
|
|
|
"Veselin Todorov <hi@vesln.com>",
|
|
|
|
"John Firebaugh <john.firebaugh@gmail.com>"
|
2012-05-07 22:01:03 +00:00
|
|
|
],
|
2024-07-25 12:23:40 +00:00
|
|
|
"version": "4.5.0",
|
2011-12-06 13:18:01 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2012-05-15 01:03:47 +00:00
|
|
|
"url": "https://github.com/chaijs/chai"
|
2011-12-06 13:18:01 +00:00
|
|
|
},
|
2011-12-15 13:07:42 +00:00
|
|
|
"bugs": {
|
2012-05-15 01:03:47 +00:00
|
|
|
"url": "https://github.com/chaijs/chai/issues"
|
2011-12-15 13:07:42 +00:00
|
|
|
},
|
2012-11-29 08:19:45 +00:00
|
|
|
"main": "./index",
|
2020-06-09 10:17:41 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"require": "./index.js",
|
|
|
|
"import": "./index.mjs"
|
|
|
|
},
|
2022-01-25 14:42:22 +00:00
|
|
|
"./*": "./*"
|
2020-06-09 10:17:41 +00:00
|
|
|
},
|
2011-12-06 13:18:01 +00:00
|
|
|
"scripts": {
|
2013-02-03 23:16:04 +00:00
|
|
|
"test": "make test"
|
2011-12-06 13:18:01 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-02-05 17:06:53 +00:00
|
|
|
"node": ">=4"
|
2011-12-06 13:18:01 +00:00
|
|
|
},
|
2013-06-17 19:16:55 +00:00
|
|
|
"dependencies": {
|
2018-01-07 15:32:40 +00:00
|
|
|
"assertion-error": "^1.1.0",
|
2023-09-27 09:24:30 +00:00
|
|
|
"check-error": "^1.0.3",
|
2023-09-28 08:16:59 +00:00
|
|
|
"deep-eql": "^4.1.3",
|
|
|
|
"get-func-name": "^2.0.2",
|
|
|
|
"loupe": "^2.3.6",
|
2021-03-02 18:12:04 +00:00
|
|
|
"pathval": "^1.1.1",
|
2024-07-25 11:36:19 +00:00
|
|
|
"type-detect": "^4.1.0"
|
2013-06-17 19:16:55 +00:00
|
|
|
},
|
2011-12-15 10:28:16 +00:00
|
|
|
"devDependencies": {
|
2023-09-28 08:16:59 +00:00
|
|
|
"browserify": "^16.5.2",
|
|
|
|
"bump-cli": "^2.7.1",
|
|
|
|
"codecov": "^3.8.3",
|
|
|
|
"istanbul": "^0.4.5",
|
|
|
|
"karma": "^6.4.2",
|
2018-12-14 21:13:41 +00:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
2023-09-28 08:16:59 +00:00
|
|
|
"karma-firefox-launcher": "^1.3.0",
|
2021-03-02 18:17:29 +00:00
|
|
|
"karma-mocha": "^2.0.1",
|
2023-09-28 08:16:59 +00:00
|
|
|
"karma-sauce-launcher": "^4.1.4",
|
|
|
|
"mocha": "^10.2.0"
|
2011-12-15 10:28:16 +00:00
|
|
|
}
|
2011-12-06 13:18:01 +00:00
|
|
|
}
|