2017-12-21 15:47:42 -08:00
|
|
|
{
|
2018-01-18 21:32:07 -08:00
|
|
|
"name": "@uci/base",
|
2020-02-21 12:31:56 -08:00
|
|
|
"version": "0.1.50",
|
2018-05-25 14:39:48 -07:00
|
|
|
"description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes",
|
2018-01-27 23:20:33 -08:00
|
|
|
"main": "src/base",
|
2017-12-21 15:47:42 -08:00
|
|
|
"scripts": {
|
2019-08-27 20:10:44 -07:00
|
|
|
"fiod": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/four-in-one",
|
2019-03-17 13:45:19 -07:00
|
|
|
"fio": "nodemon -r esm examples/four-in-one",
|
2019-09-13 19:05:22 -07:00
|
|
|
"ack": "node -r esm examples/ack || true",
|
|
|
|
"ack:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/ack || true",
|
2020-02-10 21:33:54 -08:00
|
|
|
"consumer": "UCI_LOG_LEVEL=error UCI_ENV=dev node -r esm --preserve-symlinks examples/consumer || true",
|
|
|
|
"consumer:nm": "UCI_LOG_LEVEL=error UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/consumer || true",
|
|
|
|
"consumer2": "UCI_LOG_LEVEL=error UCI_ENV=dev node -r esm --preserve-symlinks examples/consumer2 || true",
|
|
|
|
"consumer2:nm": "UCI_LOG_LEVEL=error UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/consumer2 || true",
|
2020-02-21 12:31:56 -08:00
|
|
|
"duplex:1": "UCI_LOG_LEVEL=error UCI_ENV=dev NAME=1 DUPLEX_NAME=2 ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/duplex || true",
|
|
|
|
"duplex:2": "UCI_LOG_LEVEL=error UCI_ENV=dev NAME=2 DUPLEX_NAME=1 ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/duplex || true",
|
2020-02-10 21:33:54 -08:00
|
|
|
"socket": "UCI_LOG_LEVEL=error UCI_ENV=dev node -r esm --preserve-symlinks examples/socket || true",
|
|
|
|
"socket:nm": "UCI_LOG_LEVEL=error UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/socket || true",
|
2019-08-29 13:41:32 -07:00
|
|
|
"test": "UCI_ENV=dev nodemon -r esm --preserve-symlinks test/test",
|
|
|
|
"mtestw": "mocha -r esm test/*.test.mjs --watch --recurse ",
|
|
|
|
"mtest": "mocha -r esm test/*.test.mjs"
|
2017-12-21 15:47:42 -08:00
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/uCOMmandIt/message.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"i2c",
|
|
|
|
"rpi",
|
|
|
|
"raspberrypi"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/uCOMmandIt/message/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/uCOMmandIt/message#readme",
|
|
|
|
"devDependencies": {
|
2019-01-01 16:39:08 -08:00
|
|
|
"chai": "^4.2.0",
|
2019-08-15 13:30:56 -07:00
|
|
|
"esm": "^3.2.25",
|
2020-02-10 21:33:54 -08:00
|
|
|
"mocha": "^7.0.1",
|
|
|
|
"nodemon": "^2.0.2"
|
2018-01-18 21:32:07 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-15 13:30:56 -07:00
|
|
|
"@uci-utils/bind-funcs": "^0.2.4",
|
2019-11-21 09:30:12 -08:00
|
|
|
"@uci-utils/logger": "^0.0.16",
|
2020-02-10 21:33:54 -08:00
|
|
|
"@uci-utils/ready": "^0.1.9",
|
2019-09-08 20:09:36 -07:00
|
|
|
"@uci/mqtt": "^0.1.13",
|
2020-02-10 21:33:54 -08:00
|
|
|
"@uci/socket": "^0.2.31",
|
|
|
|
"@uci/websocket": "^0.3.13",
|
2019-03-17 13:45:19 -07:00
|
|
|
"await-to-js": "^2.1.1",
|
2020-01-06 23:39:29 -08:00
|
|
|
"is-plain-object": "^3.0.0",
|
|
|
|
"merge-anything": "^2.4.4"
|
2017-12-21 15:47:42 -08:00
|
|
|
}
|
|
|
|
}
|