2021-07-21 04:20:39 +00:00
|
|
|
{
|
2021-07-24 19:21:18 +00:00
|
|
|
"name": "mocha-foam",
|
2022-10-19 02:07:22 +00:00
|
|
|
"version": "0.1.10",
|
2021-07-21 23:28:22 +00:00
|
|
|
"main": "out/src/index.js",
|
|
|
|
"author": "ssube <seansube@gmail.com>",
|
|
|
|
"license": "MIT",
|
2021-07-25 22:49:34 +00:00
|
|
|
"keywords": [
|
|
|
|
"bdd",
|
|
|
|
"fast-check",
|
|
|
|
"mocha",
|
|
|
|
"property based testing",
|
|
|
|
"property-based testing",
|
|
|
|
"test",
|
|
|
|
"testing",
|
|
|
|
"unit",
|
|
|
|
"unit testing"
|
|
|
|
],
|
2021-07-21 04:20:39 +00:00
|
|
|
"devDependencies": {
|
2022-02-11 01:45:58 +00:00
|
|
|
"@types/chai-as-promised": "7.1.5",
|
2022-11-29 00:56:12 +00:00
|
|
|
"@types/mocha": "10.0.1",
|
2022-11-30 23:42:04 +00:00
|
|
|
"@types/node": "18.11.10",
|
2022-07-21 00:27:01 +00:00
|
|
|
"@types/sinon": "10.0.13",
|
2022-11-08 01:28:21 +00:00
|
|
|
"@types/sinon-chai": "3.2.9",
|
2022-07-20 01:33:08 +00:00
|
|
|
"c8": "7.12.0",
|
2022-11-08 01:28:21 +00:00
|
|
|
"chai": "4.3.7",
|
2021-07-25 22:40:20 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
2022-12-24 17:20:21 +00:00
|
|
|
"fast-check": "3.5.0",
|
2022-12-13 00:15:17 +00:00
|
|
|
"mocha": "10.2.0",
|
2022-12-17 00:22:17 +00:00
|
|
|
"sinon": "15.0.1",
|
2021-07-25 22:40:20 +00:00
|
|
|
"sinon-chai": "3.7.0",
|
2022-01-17 17:35:54 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2022-10-19 02:06:55 +00:00
|
|
|
"standard-version": "^9.5.0",
|
2022-10-31 19:44:41 +00:00
|
|
|
"tslib": "2.4.1",
|
2022-12-08 01:57:23 +00:00
|
|
|
"typescript": "4.9.4"
|
2021-07-21 04:20:39 +00:00
|
|
|
},
|
2021-07-25 17:09:50 +00:00
|
|
|
"peerDependencies": {
|
2022-10-18 23:46:17 +00:00
|
|
|
"fast-check": "^2.0.0 || ^3.0.0",
|
2022-05-03 01:01:46 +00:00
|
|
|
"mocha": "^9.0.0 || ^10.0.0"
|
2021-07-25 22:40:20 +00:00
|
|
|
},
|
|
|
|
"type": "module"
|
2021-07-21 04:20:39 +00:00
|
|
|
}
|