@achingbrain/chai-string
Version:
strings comparison matchers for chai
32 lines (31 loc) • 620 B
JSON
{
"name": "@achingbrain/chai-string",
"version": "2.0.1",
"keywords": [
"chai",
"testing",
"string",
"chai-plugin",
"browser"
],
"description": "strings comparison matchers for chai",
"main": "index.js",
"types": "index.d.js",
"type": "module",
"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": "^5.1.0",
"mocha": "^10.4.0"
}
}