{ "name": "@uci-utils/ready", "version": "0.3.1", "description": "A Class to Observe the reduced to boolean combined state of a map of observables", "main": "src/ready.js", "scripts": { "example": "node -r esm examples/example", "example:dev": "./node_modules/.bin/nodemon -r esm examples/example", "test": "./node_modules/.bin/mocha -r esm --timeout 30000" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/.git" }, "keywords": [ "node.js" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-utils/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { "@uci-utils/to-boolean": "^0.1.5", "is-observable": "^2.0.0", "is-plain-object": "^3.0.0", "p-is-promise": "^3.0.0", "rxjs": "^6.5.4" }, "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.25", "mocha": "^7.1.0", "nodemon": "^2.0.2" } }