chai-bites
Version:
Chai assertions for byte arrays equality
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "chai-bites",
"version": "0.2.0",
"description": "Chai assertions for byte arrays equality",
"repository": {
"type": "git",
"url": "https://github.com/achingbrain/chai-bites.git"
},
"bugs": {
"url": "https://github.com/achingbrain/chai-bites/issues"
},
"engines": {
"node": ">=10"
},
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "semistandard",
"test": "mocha test --exclude test/types.js",
"test-browser": "karma start",
"test-ts": "tsc -p test && node test/types.js"
},
"keywords": [
"chai",
"chai-plugin",
"assertions",
"testing",
"buffers",
"uint8array"
],
"author": "Alex Ostrovski <ostrovski.alex@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/chai": "^4.2.21",
"babel-plugin-istanbul": "^6.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^5.1.0",
"coveralls": "^3.1.1",
"karma": "^6.3.4",
"karma-browserify": "^8.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^10.4.0",
"semistandard": "^17.0.0",
"typescript": "^5.4.5"
}
}