simple-zstd
Version:
Node.js interface to the system installed zstd.
62 lines (61 loc) • 1.36 kB
JSON
{
"name": "simple-zstd",
"version": "1.4.2",
"description": "Node.js interface to the system installed zstd.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stieneee/simple-zstd.git"
},
"keywords": [
"zstd",
"zstandard",
"compress",
"compression",
"decompress",
"decompression",
"stream",
"pipe",
"pkg",
"gzip-maybe",
"maybe",
"decompress-maybe"
],
"author": {
"name": "Tyler Stiene",
"email": "tystiene@gmail.com",
"url": "https://tylerstiene.ca"
},
"contributors": [
{
"name": "Joshua Barkovic",
"email": "joshbarkovic@gmail.com",
"url": "https://github.com/jbarkovic"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Stieneee/simple-zstd/issues"
},
"homepage": "https://github.com/Stieneee/simple-zstd#readme",
"devDependencies": {
"brake": "^1.0.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.1.0",
"release-it": "^15.5.0"
},
"dependencies": {
"is-zst": "^1.0.0",
"peek-stream": "^1.1.3",
"process-streams": "^1.0.1",
"through2": "^4.0.2"
}
}