it-protocol-buffers
Version:
Protocol Buffers length-prefixed async-iterator encoder/decoder
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "it-protocol-buffers",
"version": "0.2.1",
"description": "Protocol Buffers length-prefixed async-iterator encoder/decoder",
"main": "index.js",
"scripts": {
"test": "mocha",
"testcov": "nyc mocha",
"watch": "nodemon -x npm test",
"cov": "nyc --reporter=lcov mocha",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
},
"keywords": [
"protocol-buffers",
"protocol",
"buffers",
"async-iterator",
"it",
"stream",
"length-prefixed",
"length",
"prefixed",
"encoder",
"decoder"
],
"author": "Maciej Krüger <mkg20001@gmail.com>",
"license": "MIT",
"dependencies": {
"it-buffer": "^0.1.1",
"it-length-prefixed": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"it-pipe": "^1.1.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"protons": "^1.0.1",
"streaming-iterables": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/it-protocol-buffers.git"
},
"bugs": {
"url": "https://github.com/mkg20001/it-protocol-buffers/issues"
},
"homepage": "https://github.com/mkg20001/it-protocol-buffers#readme",
"directories": {
"test": "test"
}
}