UNPKG

hamjest

Version:

A library of composable matchers for defining meaningful and readable assertions in JavaScript.

76 lines (75 loc) 1.82 kB
{ "name": "hamjest", "version": "4.1.1", "main": "index.js", "description": "A library of composable matchers for defining meaningful and readable assertions in JavaScript.", "homepage": "https://github.com/rluba/hamjest", "author": { "name": "Raphael Luba", "email": "raphael@leanbyte.com", "url": "https://github.com/rluba" }, "types": "./@types/index.d.ts", "keywords": [ "hamjest", "hamcrest", "matcher", "matchers", "assertThat", "node", "promiseThat", "promise", "promises" ], "bugs": { "url": "https://github.com/rluba/hamjest/issues" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/rluba/hamjest.git" }, "scripts": { "test": "gulp test", "lint": "gulp lint", "build": "gulp" }, "engines": { "node": ">=8.0.0" }, "browserslist": [ "last 2 versions", "not ie <= 10" ], "dependencies": { "assertion-error": "^1.1.0", "lodash": "^4.17.15" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.4.2", "@typescript-eslint/eslint-plugin": "^2.30.0", "@types/node": "16.11.6", "@typescript-eslint/parser": "^2.30.0", "babelify": "^10.0.0", "browserify": "^16.3.0", "core-js": "^3.1.4", "del": "^5.1.0", "eslint": "^6.1.0", "eslint-config-leanbyte": "^2.0.0", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-mocha": "^8.0.0", "gulp-rename": "^2.0.0", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglify": "^3.0.2", "karma": "^6.4.1", "karma-chrome-launcher": "^3.0.0", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^2.0.1", "mocha": "^10.2.0", "typescript": "^3.8.3", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }