/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.5.1
protocol/package.json
34 строки
913 B
Alex Gessner
when entryValue is nil, emit the null from kvstore api (#23884)
27 апр 2020, 16:28
Не верифицирован
27 апр 2020, 16:28
e128bd6
Код
Авторство
О чём код?
{ "name": "keybase-protocol", "version": "1.0.0", "description": "An IDL and protocol generator for Keybase components", "main": "bin/compile.iced", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/keybase/protocol" }, "author": "Maxwell Krohn <max@keybase.io>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/keybase/protocol/issues" }, "homepage": "https://github.com/keybase/protocol", "dependencies": { "avdl-compiler": "1.4.9", "avdl2json": "2.2.5", "bluebird": "^2.10.0", "camelcase": "^4.0.0", "colors": "^1.1.2", "iced-coffee-script": "^108.0.9", "iced-error": "0.0.9", "iced-logger": "^0.0.6", "iced-runtime": "^1.0.2", "iced-utils": "^0.1.22", "json5": "0.5.1", "minimist": "^1.1.0", "prettier": "1.19.1" } }