2021-07-21 04:20:39 +00:00
|
|
|
{
|
2021-07-24 19:21:18 +00:00
|
|
|
"name": "mocha-foam",
|
2022-10-17 13:40:58 +00:00
|
|
|
"version": "0.1.9",
|
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-09-30 01:11:02 +00:00
|
|
|
"@types/mocha": "10.0.0",
|
2022-10-15 23:50:52 +00:00
|
|
|
"@types/node": "16.11.66",
|
2022-07-21 00:27:01 +00:00
|
|
|
"@types/sinon": "10.0.13",
|
2022-01-01 00:49:27 +00:00
|
|
|
"@types/sinon-chai": "3.2.8",
|
2022-07-20 01:33:08 +00:00
|
|
|
"c8": "7.12.0",
|
2022-01-27 00:08:34 +00:00
|
|
|
"chai": "4.3.6",
|
2021-07-25 22:40:20 +00:00
|
|
|
"chai-as-promised": "7.1.1",
|
|
|
|
"esm": "3.2.25",
|
2022-04-26 05:43:59 +00:00
|
|
|
"fast-check": "2.25.0",
|
2022-10-17 01:08:26 +00:00
|
|
|
"mocha": "10.1.0",
|
2022-10-05 00:02:41 +00:00
|
|
|
"sinon": "14.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-17 13:40:58 +00:00
|
|
|
"standard-version": "^9.5.0",
|
2022-04-22 00:43:17 +00:00
|
|
|
"tslib": "2.4.0",
|
2022-09-27 21:23:28 +00:00
|
|
|
"typescript": "4.8.4"
|
2021-07-21 04:20:39 +00:00
|
|
|
},
|
2021-07-25 17:09:50 +00:00
|
|
|
"peerDependencies": {
|
2021-07-25 22:40:20 +00:00
|
|
|
"fast-check": "^2.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
|
|
|
}
|