uci-utils-ready/package.json

38 lines
1002 B
JSON
Raw Permalink Normal View History

2020-01-01 18:36:48 -08:00
{
"name": "@uci-utils/ready",
"version": "0.3.1",
2020-01-01 18:36:48 -08:00
"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"
2020-01-01 18:36:48 -08:00
},
"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",
2020-01-01 18:36:48 -08:00
"is-observable": "^2.0.0",
"is-plain-object": "^3.0.0",
2020-01-01 18:36:48 -08:00
"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"
2020-01-01 18:36:48 -08:00
}
}