UNPKG

muggle-assert

Version:

A simplification of the node assert library for use with muggle

41 lines (40 loc) 819 B
{ "name": "muggle-assert", "version": "1.1.3", "description": "A simplification of the node assert library for use with muggle", "main": "index.js", "scripts": { "test": "standard && node test.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/kayleepop/muggle-assert.git" }, "keywords": [ "node", "assert", "simple", "AssertionError", "strict", "muggle", "deep", "equal", "throws", "rejects", "promise", "throw" ], "author": "KayleePop", "license": "MIT", "bugs": { "url": "https://github.com/kayleepop/muggle-assert/issues" }, "dependencies": { "muggle-deep-equal": "^1.0.0" }, "devDependencies": { "muggle-test": "^1.0.0", "standard": "^12.0.1", "tap-spec": "^5.0.0" } }