UNPKG

rxjs-marbles-with-amd

Version:

Forked version of (https://github.com/cartant/rxjs-marbles) An RxJS marble testing library for any test framework

58 lines 1.24 kB
{ "author": "Moczniak <czornypan@gmail>", "bugs": { "url": "https://github.com/cartant/rxjs-marbles/issues" }, "dependencies": { "fast-equals": "^2.0.0" }, "description": "Forked version of (https://github.com/cartant/rxjs-marbles) An RxJS marble testing library for any test framework", "devDependencies": {}, "es2015": "./esm2015/index.js", "homepage": "https://github.com/cartant/rxjs-marbles", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jest": {}, "keywords": [ "ava", "jasmine", "jest", "marble", "marbles", "mocha", "rxjs", "tape", "test", "testing" ], "license": "MIT", "lint-staged": { "*.{js,jsx,ts,tsx}": [ "prettier --write", "git add" ] }, "main": "./index.js", "module": "./esm5/index.js", "name": "rxjs-marbles-with-amd", "optionalDependencies": {}, "peerDependencies": { "rxjs": "^6.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": "5.0.3", "ava": {} }