rxjs-marbles
Version:
An RxJS marble testing library for any test framework
51 lines • 1.11 kB
JSON
{
"author": "Nicholas Jamieson <nicholas@cartant.com>",
"bugs": {
"url": "https://github.com/cartant/rxjs-marbles/issues"
},
"dependencies": {
"fast-equals": "^2.0.0",
"rxjs-report-usage": "^1.0.4"
},
"description": "An RxJS marble testing library for any test framework",
"devDependencies": {},
"es2015": "./esm2015/index.js",
"homepage": "https://github.com/cartant/rxjs-marbles",
"jest": {},
"keywords": [
"ava",
"jasmine",
"jest",
"marble",
"marbles",
"mocha",
"rxjs",
"tape",
"test",
"testing"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": "prettier --write"
},
"main": "./index.js",
"module": "./esm5/index.js",
"name": "rxjs-marbles",
"optionalDependencies": {},
"peerDependencies": {
"rxjs": "^7.0.0"
},
"private": false,
"publishConfig": {
"tag": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/cartant/rxjs-marbles.git"
},
"scripts": {},
"types": "./index.d.ts",
"unpkg": "./bundles/rxjs-marbles.umd.js",
"version": "7.0.1",
"ava": {}
}