1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"name": "chai-string",
"version": "1.5.0",
"keywords": [
"chai",
"testing",
"string",
"chai-plugin",
"browser"
],
"description": "strings comparison matchers for chai",
"main": "chai-string.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/onechiporenko/chai-string.git"
},
"author": {
"name": "Oleg Nechiporenko",
"url": "https://github.com/onechiporenko"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"peerDependencies": {
"chai": "^4.1.2"
}
}
|