assertthat
Version:
assertthat provides fluent TDD.
61 lines (60 loc) • 1.34 kB
JSON
{
"name": "assertthat",
"version": "6.5.2",
"description": "assertthat provides fluent TDD.",
"contributors": [
{
"name": "Golo Roden",
"email": "golo.roden@thenativeweb.io"
},
{
"name": "Matthias Wagler",
"email": "matthias.wagler@thenativeweb.io"
},
{
"name": "Ganesh Patil",
"email": "ganeshpl@thoughtworks.com"
},
{
"name": "Jan-Hendrik Grundhöfer",
"email": "jan-hendrik.grundhoefer@thenativeweb.io"
},
{
"name": "Hannes Leutloff",
"email": "hannes.leutloff@thenativeweb.io"
},
{
"name": "Martin Bories",
"email": "martin.bories@protonmail.com"
}
],
"private": false,
"main": "build/lib/assertthat.js",
"types": "build/lib/assertthat.d.ts",
"dependencies": {
"@types/common-tags": "1.8.1",
"@types/uuid": "8.3.4",
"chalk": "4.1.2",
"common-tags": "1.8.2",
"defekt": "9.1.0",
"typedescriptor": "4.0.13",
"uuid": "8.3.2"
},
"devDependencies": {
"measure-time": "5.0.7",
"roboter": "13.0.0",
"semantic-release-configuration": "2.0.7",
"zufall": "1.1.2"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/assertthat.git"
},
"keywords": [
"assert",
"tdd",
"test"
],
"license": "MIT"
}